Code Packets

Browse all published coding projects

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.

Tanmay Ahuja · Mar 29, 2021

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.

TANUJA.D · Mar 29, 2021

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

Tanmay Ahuja · Mar 29, 2021

Password Encryption using C++

A project to encrypt a Password in 2 modes either Simple encryption or Advanced Encryption using C++

Tanmay Ahuja · Mar 29, 2021

XOR Encryption in C++

A simple encryption method made in c++. This project takes a key and plaintext from the user and encrypts the plaintext by performing characterwise XOR on plaintext with key.

Sankalp Verma · Mar 29, 2021

The Joshephus Problem using C++

The Josephus problem (or Josephus permutation) is a theoretical problem related to a certain counting-out game using C++.

Tanmay Ahuja · Mar 29, 2021

To obtain about host, network, protocols, domain using Java

In this Java program , we are able to obtain the information about the host, network, protocol and domain of the defined url.

Raaghul S · Mar 29, 2021

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.

Sankalp Verma · Mar 29, 2021

LearningBot in Java

This is a learning chatbot in java. you can ask a question to the bot and the bot responds in a request and respond manner.

Abhijit Shivaji Nawale · Mar 29, 2021

RPC implementation using Python

In this post, we will discuss RPC (Remote Procedure Call) and its implementation using Python programming language. We will use XML-RPC to design and communicate between a server and a client.

Vrishabhdhwaj Maharshi · Mar 29, 2021

Hangman Game in C++ and python

A simple Hangman game(Guess the word game). This program can generate random words using a dictionary file and every time a new word will be given to the player.

Sudepta Mallick · Mar 29, 2021

Positive Missing Number From Unsorted Array In C++

This project resolves the problem of positive missing numbers from unsorted arrays in C++ language . We can search any numbers entered by the user from the array if it is present.

Aditi Mishra · Mar 28, 2021