Coders Packet

Listing of packets of source code submitted by coders

Bubble Sort using JavaScript

Today we will learn how we sort an array using bubble sort in Javascript as it sorts the array by comparing two adjacent elements and swaps them if they are not in the intended order.

Compare Two Dates in JavaScript

Today we will learn How to compare two dates. We compare if a date is after or before another, if the date is today, how many days there are between dates

Query Solving Website Using Python Django

Solved! provides a platform where user can give solutions for the queries that they have solved and also look for solutions to their queries that still need solving.

Boyer-Moore majority vote algorithm in C++

In this packet, you will learn about the implementation of the Boyer-Moore majority vote algorithm using C++ programming language.

Strength Checker Of Password Using C++

Strength Checker of Password using C++ is a project which displays the status of the Password.

Build LG Logo using Python and Tkinter

Tkinter is a Python inbuilt library by using which we can give a graphical interface to our program.

Predicting product category of a product using Natural Language Processing in Python

A Machine Learning model that predicts the product category using the product description.

Responsive website using Bootstrap 5 and CSS Media queries

In this project, we are going to learn how to make a responsive website using Bootstrap 5 and CSS media queries.

Handling Imbalanced Data using imbalance-learn in Python

An overview of different undersampling and oversampling methods in the imbalance-learn library for handling imbalanced data.

Palindrome Checker using Java GUI

This project checks the input string whether it is a palindrome or not, designed using Java GUI.

Swap numbers in C++

To swap the number of two variables without using an extra variable in C++ programming language.

Contact Book using Python and Database

The project manages contact details and stores them in the database for any future use like viewing, editing, or deleting the records. I have also used SQL for dealing with Database