Coders Packet

Listing of packets of source code submitted by coders

Blog Website in Python using Django

this project contains a basic blog website in python using Django which is a very popular web framework

ChatApp in JavaScript using Socket.io

This is a simple web-based chat app developed using JavaScript and Socket.io which is a library for developing chat applications

FUNCTIONS IN C++

In this packet, we will see more about the concepts of function in C++ programming. A function is a piece of code, a part of a program that runs when it is called.

CASINO GAME IN C++

In this project, I will implement a simple number guessing game, casino in the C++ programming language. The player can wish to play the game as long as he/she has money left with them.

TIC TAC TOE GAME IN C++

In this project, we will learn how to implement the tic tac toe game in C++. Basic for loops will be used to check which player has won the game or if it is a draw between them.

Minimize the Heights in C++

To find out the possible minimum difference of the height of shortest and longest towers after modifying each tower in C++.

Generation of bill using Java

This is a simple "Java implementation project" where we can calculate and generate the total bill of the items bought in a particular store. It is developed using NETBEANS IDE.

C++ program to find out the roots of a quadratic equation

This code is written within the C++ programing language . This is a C++ code to find out the roots of a given quadratic equation.

Bank Identification Number Checker in C++

Bank Identification Number(BIN) checker using C++. The purpose of this program is to check if the given Bank Identification Number(BIN) is legitimate or not.

Large Number Factorial Calculator using C++

This project tells on how to calculate Factorial of large numbers using C++ that cannot be calculated through the calculator.

Restaurant Billing System Using Java

Restaurant Bill Management system is a billing system developed using "Java-Programming-Language", this type of system can be seen in many places used for generating restaurant bills.

Reversing A Number Using Java

Reversing A Number is a program developed using "Java Programming Language" that reverses the user entered number and displays the reversed number on the screen as an output.