Coders Packet

Listing of packets of source code submitted by coders

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

Simple guessing game using Java

It is a simple guessing game using java AWT and Swing. The game is to pick random correct boxes from given boxes.

Round Robin scheduler with Gantt Chart in C++

Round Robin (RR) scheduler which prints gantt, cpu, input and output chart along with calculating total and average for turn around, waiting and response time for each process.