This is a registration form built using HTML and CSS. This project is built to gather a piece of brief information about the candidate for various purposes be it for a job, internship, etc.
It is a C++ based OTP generator which uses random function to create random OTPs which is very secure as traditional passwords for logging into any site.
It is a basic calculator made using C++. It takes input from the user show the result.
In this game, I used C++ language in which the player chooses a letter one by one, if the letter matches in the string it will continue else the player has to guess again until the limit reaches.
The Project is built in C++ using Atom Editor and MinGW Compiler. It Predicts a safe and Secure Password to the User as the Input Character Size by the User.
In this program you can upload new bank accounts to the system and open a new account, view the details of your account, deposit money to your account and withdraw money from your account.
Program to generate Baum-Sweet Sequence until a given binary number ( A Decimal number is given as input) using C++
This Project predicts Ant movements and other features that are affected by the food near them coded in C++
Given an array of n integers, and given q queries, 1. update the value at position k to u 2. what is the sum of values in the range [a,b]?
This is a tribute page to the effortless author Nicholas Sparks using technologies HTML and CSS.
This simple GUI in python is used to store a number of entries of basic details like First Name, Last Name, Address, City, State, and Zipcode.
This code takes a string with all Uppercase Letters and tells if its reordering can give a palindromic string(And tell if it is impossible). This code is written in C++.