Coders Packet

Listing of packets of source code submitted by coders

C++ program to generate all subsets of a String

Hey Developers, I have written a C++ program to generate all the possible subsets of a String.

Parking Management System In C++

Parking management system will help to manage parking lots . It will help us to view which parking lot number is vacant or occupied and calculate the bill amount.

Tip Calculator using HTML, CSS, JavaScript.

Tip calculator is simple tool which takes bill amount, customer rating, and number of persons as input. As per the three inputs it generates a tip for the serving person

Classification of Employees in context of Transformation to the E-Administration using C++

In this project, I have used Genetic Algorithms for the Classification of Employees in the Context of a Transformation to the e-Administration in C++.

Electricity Supply Management using C++

This project contains a system that manages the electricity supply of a whole locality using concepts of C++ like data strcture, dynamic programming e.t.c several other programming techniques.

Securing Cyber Physical Systems through Tiny Encryption Algorithm using C++

In this project, I have implemented the Tiny Encryption Algorithm in C++ language which can be used to secure cyber-physical systems.

Unit Converter in C++

Unit converter is basically a type of converter which converts a value from one unit to another.

Splitwise in C++

Splitwise is an algorithm that helps us settling bills among friends and family. It manages the cash flow.

Sudoku Solver in C++

A Sudoku Solver solves a sudoku puzzle by using backtracking and provides you a completely solved sudoku.

Simon Game challenge using HTML, CSS and JavaScript.

Simon Game challenge is an classic game of memory power. The user has to just follow the device in order to win the game.

Sentiment Analysis on Movie Reviews using Python

We train many different ML models with different Parameters on the rotten tomatoes dataset to classify reviews into 5 classes: negative, somewhat negative, neutral, somewhat positive, positive.

Desktop Notification using Python and PyQt5

The notification application allows users to set reminders at regular intervals of time desired by the user.