Coders Packet

Listing of packets of source code submitted by coders

Rail fence cipher in C++

The Encrypted text using Rail Fence cipher in C++ is an easy to apply transposition cipher that jumbles up the order of the letters of a message in a quick convenient way.

Implementation of Red Black Tree Insertion in C++

The project is on Inserting Nodes in the Red-Black Tree using the following three functions - Rotations, Insertion, Inorder Traversal In C++

Russian Peasant Algorithm in C++

Russian Peasant (Multiply two numbers using bitwise operators) in C++ without using the multiply(x) Operator

Check if a number is Automorphic or not in C++

This article aims to check whether a number is Automorphic (a number whose last digits of its square is equal to the number itself) or not, implemented in C++.

Brick Breaker game using Java

In this guide, we will learn to develop a simple and fun- Brick Breaker game in Java.

QUIZ GAME IN C++

This is Simple Quiz Game with 10 Questions Which helps you to test knowledge in G.K and Basic C and CPP fields ,where you can also view your score and performance, in C++ programming language.

Food Ordering In C++

This is food ordering kind of project ,of Have treat named Hotel, In this we will have 4 exciting combos and project is for further ordering process done in c++ programming language.

Online Attendance Management System Using HTML, CSS, JavaScript, PHP, and MySQL

Online Attendance Management System ensures accurate time records and minimizes the inevitable and costly errors with manual data entry.

Registration Dashboard Using HTML, CSS, JavaScript, PHP, and MySQL.

Registration Dashboard is used to register user information into userinfo database created using Php and MySQL.

Blood Bank Management System Using HTML, CSS, JavaScript, PHP, and MySQL

Blood Bank Management Project for track about blood donors and available blood groups created by making use of HTML, CSS, JavaScript, PHP, and MySQL.

Quiz Arena, A Web Development project using HTML, CSS, and JavaScript

Web Development project created by making the use of HTML, CSS, and JavaScript for quiz games.

Simple Calculator using HTML, CSS, and JavaScript

The aim of this project is to act as a simple Calculator by doing some basic arithmetic operations and is created using HTML, CSS, and JavaScript