Coders Packet

Listing of packets of source code submitted by coders

Automated Teller Machine (ATM) Using Java

This project is about an Automated Teller Machine(ATM) Using Java which requires a pin code with which user can withdraw or deposit cash and can check the current balance.

Count Subarray with Sum Equal to K using Map in C++

This article will see how we can count the total number of subarray with a sum equal to K in linear time complexity using a hash table.

Vigenere Cipher using C++

A C++ program to encrypt a text using Vigenere Cipher giving message as input and result.

Landing Page Template in HTML

Interactive and Animated Landing Web Page Template Project in HTML, AJAX, PHP, JS, CSS, and Sass.

PDF to JPG converter using Java

Using this project one can convert the pdf file to jpg file using Java Programming language.

URL Shortener using NodeJS, Express and MongoDB

Long URL's are made short using Node.js, Express.js along with MongoDB. Just have to paste the URL and short link will be created.

Machine Learning Model for Gender Classification Using Human Speech Data

This model is developed using the Machine Learning classification algorithm Logistic Regression to classify the human gender based upon speech signal pre-processed data.

Tic-Tac-Toe Game using C++ for two players

Tic-Tac-Toe game using C++ that enables two players to play turn by turn and declare the results if any Player won or that was a Draw!

Flappy bird in C++

This project is a simple Flappy bird game made in C++. Just need to fly between the obstacles like a column of pipes without hitting them.

Web Development Tutorial in HTML

Learn 18 amazing web developmental tutorial codes using HTML, JavaScript, and CSS. (Tutorials for Beginners)

Breadth First Search in C++

We traverse the graph by Breadth First Search , find neighbours of each node and shortest distance of a node from its root node

Min-min, min-max, max-min, max-max menu driven scheduling algorithm using c++

Menu driven source code to select between four different scheduling i.e min-min,min-max,max-min and max-max algorithms to know which task will be allocated to which machine in much efficient way.