Coders Packet

Listing of packets of source code submitted by coders

Password Generator and Validator using C++

Code generated passwords using random function and validates passwords input by the user

Number Guessing Game using Html, CSS, and Javascript

We will make a web page using basic Html and CSS. Used javascript in the backend for our game to work. Very basic and simple code to understand(not available on the internet)

Using bits manipulation to find sum of each subset in C++

The project uses the bits manipulation technique to find the sum of each subset of the given set in C++.

Caesar Cipher Using C++

Caesar cipher is a basic substitution cipher that uses a key for encryption/decryption and it's implemented here using C++.

Conversion Calculator using C++

Conversion calculator is a simple project using C++ language in which converts a binary to decimal, octal to decimal, binary to octal, and vice-versa.

Car Rental using C++

This project is developed using C++. The main objective of this project is to allow customers to rent a car.

Random Password Generator using HTML,CSS and JS

This is a Random Password Generator made using HTML,CSS and JavaScript. This application helps in generating passwords using alphabets and and special characters.

Sending an email using JAVA

In this project, I have tried to send an email using JAVA. Email sending functionality is quite useful in any project, we can use email to RESET password or for sending OTP and many more.

Greedy and Needy Threads Using Python's threading and PyQt5 libraries

Greedy and needy threads is a mini Python project about multithreading and resource sharing.

Tower of Hanoi program in C++ using recursive function

This C++ program will help you to transfer the entire stack of discs from the source to the destination with the help of the intermediate rod.

Motion Detection using OpenCV in Python

An interesting python project involving the use of a cv2 module for detecting the motion by using the difference in the frame technique.

SUDOKU SOLVER IN C++

A given Sudoku problem in solved in C++ language using the backtracking algorithm provided that the solution exists for problem entered in the program.