Coders Packet

Listing of packets of source code submitted by coders

Student Management System in C++

The Student Management System (SMS) is a system that manages the records of the student regarding admission and contact details.

Password generator in Python

Password generator in Python is used to create a unique strong password which will be helpful to people.

Travel App using Express Web Server and Node.js

This is a Travel App made using Express web server using CSS, JavaScript and HTML and industry tools such as webpack-cli

HTML/PHP Form Demonstration

HTML forms Demonstration with backend connected using PHP is demonstrated in this project.

My Form House Plan Using HTML & CSS

This project is building a house for my future, it is a form house plan where I design a house using CSS & HTML.

Casino Game using C++

This is an exciting C++ project, where we will learn about the library used for random numbers.

Online Bill Payment Using C++

The online bill payment system is a C++ Project of paying bills of DTH, mobile recharge, and Cable Tv networks which will cuts the amount directly from our bank account,

Forward Accumulation method for differentiation in Python

Forward Accumulation is a simple method for calculating the derivative of a complex function by repeatedly calculating derivative of its simple parts, developed in Python.

Password-Generator in C++

A C++ program that gives random password of given size and choice by using rand function...

Egg Catcher game in Python using Tinker

In this packet , we have created the classic Egg Catcher game using Python. In this game , every egg you catch will make you win 10 points and every fall will make you lose a life.

Creating a binary tree and Check if a Tree is a Full Binary Tree in C++ language

Given a list of numbers representing nodes of a Binary Tree along with "null" which represents NULL, here we create the binary tree and check if it is a full binary tree in the C++ language

Library Management System Using C++

The library management system is a C++ project which is done by using a Stack and Map. Here Stack is used to storing the book's data Map for performing some operations.