Code generated passwords using random function and validates passwords input by the user
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)
The project uses the bits manipulation technique to find the sum of each subset of the given set in C++.
Caesar cipher is a basic substitution cipher that uses a key for encryption/decryption and it's implemented here 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.
This project is developed using C++. The main objective of this project is to allow customers to rent a car.
This is a Random Password Generator made using HTML,CSS and JavaScript. This application helps in generating passwords using alphabets and and special characters.
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 is a mini Python project about multithreading and resource sharing.
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.
An interesting python project involving the use of a cv2 module for detecting the motion by using the difference in the frame technique.
A given Sudoku problem in solved in C++ language using the backtracking algorithm provided that the solution exists for problem entered in the program.