Coders Packet

Listing of packets of source code submitted by coders

Registration Form using HTML, CSS

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. 

OTP generator in C++

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.

Basic Calculator in C++

It is a basic calculator made using C++. It takes input from the user show the result.

Hangman Game Using C++

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.

Secure Password Generator in C++

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.

Simple C++ Program for Banking System

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.

Generation of Baum-Sweet Sequence using C++

Program to generate Baum-Sweet Sequence until a given binary number ( A Decimal number is given as input) using C++

Ant Eating Simulation in C++

This Project predicts Ant movements and other features that are affected by the food near them coded in C++

Dynamic Range Sum Queries 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]?

Tribute Page ~Nicholas Sparks using HTML, CSS

This is a tribute page to the effortless author Nicholas Sparks using technologies HTML and CSS.

Database GUI in Python using Tkinter

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.

Convert a string of Uppercase Letters to a Palindromic string in C++

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++.