Coders Packet

Listing of packets of source code submitted by coders

Code Converter in Java

In this Java tutorial, we will convert the given string of 0's and 1's from binary to gray code and vice versa

Dependency Injection Using Spring

project is about performing dependency injection using Spring beanfactory interface . Inthis we have three files : clientcontroller, mainclass, application context.xml

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.