Code Packets
Browse all published coding projects
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++.
Real time chat application using Node JS, express JS, and socket.io
This is a real-time chat application based on Node Js, Express JS, and Socket.io with a text and location sharing feature.
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)
Password Generator and Validator using C++
Code generated passwords using random function and validates passwords input by the user
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++.
Secret Message Encoder using Python
This is a very basic python code for encoding a given message by using a random key generated during execution. This code can generate up to 321,272,380 different keys.
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.
String Functions In C++
A string is a collection of characters. This C++ program elaborates on various inbuilt functions used to perform different string-related operations.
To implement merge sort in JAVA
In this blog, we will discuss the idea of implementing merge sort in JAVA with the help of algorithm and code.
Age Calculator using Java
This project is an age calculator developed using java. This project takes input from the user and compares it with the current date to calculate the age.
Voice Based Temperature Convertor using SpeechRecognition in Python
A Python Project to perform basic temperature conversions between Kelvin, Celsius, and Fahrenheit using audio using libraries such as SpeechRecognition, pyttsx3, and gTTs.
CGPA calculation using C++.
This project is used to calculate Cumulative Grade Points Average(CGPA) by accepting the number of subjects, marks, and credit points using C++.