Coders Packet

Listing of packets of source code submitted by coders

Buy and Sell application using File Handling in C++

A C++ application that helps buyers and sellers to seek or publish products or services using File Handling.

Sudoku Solver with C++ using Backtracking

CPP code that asks for the unsolved sudoku matrix and prints the solved matrix using Backtracking. It also tells if the given problem has any solution or not.

Convert Decimal Number to a Number with base N in C++

A simple C++ program that lets you convert a decimal number (base 10) to a base N number using an array of characters

Cake Ordering System in Java Using Swing Tool and MySQL

A Cake Ordering System that helps you ordering the cake of your desired flavor according to the occasion.

Vaccination Registration Using Java and MySQL

A Java based project for vaccination registration and storing the user information to the database.

Simple Calculator Using Java

In this module, we are going to make a simple calculator using Java. In this, we can perform different operations like addition, subtraction, multiplication, and division.

Shortest Job First scheduler with Gantt Chart in C++

Shortest Job First (SJF) cpu 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.

Number Plate Detector using OpenCV in Python

It uses different functions of OpenCV available in Python. It takes an image from the camera and scans for the number plate if it detects any it draws a rectangle around the number plate.

The Chess Game using JAVA

This is a Chess Game which is designed in JAVA. This game is designed considering all the rules of Chess.

Tower of Hanoi Game in C++

The C++ code that lets you solve the Tower of Hanoi Problem by giving Step-By-Step instructions to move the Discs from one Rod to another.

Efficient Oxygen Distribution to Covid Patients in C++

In this project, we will learn how can we efficiently distribute Oxygen Cylinders from a factory to all districts of a state efficiently according to their requirements in C++.

ATM Using Python

A simple Menu-driven custom ATM application using Python that implements the features of ATM as per user input.