Code Packets
Browse all published coding projects
Vehicle Inventory Management System using Java and GUI
This project uses Java and a GUI (window-builder) to create an inventory management system for the user to buy/trade and generate receipt for the vehicles seamlessly.
Reverse Of String Using STL In C++
This project performs string reverse using STL in C++. The string is accepted, the reverse operation is done, and characters are pushed back in the string. The resultant output is produced.
Basal Metabolic Rate (BMR) Calculator using C++
This project is built in C++ using conditional statements for finding the Basal Metabolic Rate (BMR). It calculates BMR in 'kCal/day' by using the Harris-Benedict formula.
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++.
QR Code Generator and Reader using OpenCV in Python
This project aims at Generating QRCODE and Reading it using the OpenCV library in Python.
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
Online result portal in Java using Java Swing
This is a java project that evaluates the performance of the students or staff by generating a progress report.
Minimize CashFlow among friends in C++
Some N friends are there who have to Give and Take money from each other. We aim to minimize the number of operations ie Give and Take using C++.
Segment Tree implementation in C++
Implementation of Simple Segment Tree in C++ that finds a sum of a given range in a given array.
Federal Aviation Authority (FAA) Dataset Analysis in Python
In this project, we are going to drive a bit deeper in the Data Analytics field and would try to explore the FAA Dataset in Python.
Resume Making in C++
It is a Resume Making Project written in C++ in which you can make your Resume by entering valid data.
E-commerce website in JavaScript using MERN stack
This is an E-commerce website fully developed on the MERN stack (MongoDB, Express.js, React.js,Node.js)