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.
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.
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++.
Password Encryption using C++
A project to encrypt a Password in 2 modes either Simple encryption or Advanced Encryption using C++
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.
The Joshephus Problem using C++
The Josephus problem (or Josephus permutation) is a theoretical problem related to a certain counting-out game using C++.
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.
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.
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.
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.
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.
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.