Coders Packet

Listing of packets of source code submitted by coders

TCP/IP Protocol using C++

This project consists of a client and a server communicating using TCP/IP protocol. This network uses Sockets created using C++ for proper communication.

Class Stack implemented through array class in C++

In this project, we will see how we can implement a stack using an array through a class in C++.

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.