Code Packets
Browse all published coding projects
A Report Card Making System in C++
Preparing report cards for many students in C++. A report making system use for teachers to prepare report cards for all students.
Travel App using Express Web Server and Node.js
This is a Travel App made using Express web server using CSS, JavaScript and HTML and industry tools such as webpack-cli
HTML/PHP Form Demonstration
HTML forms Demonstration with backend connected using PHP is demonstrated in this project.
DSU using Rank and Path compression in C++
This implementation takes the data structure and uses union by rank and path compression techniques to decrease the find operation to O(1) complexity and union to O(log n) complexity.
Sorting and Searching in Java
Sorting an unsorted array using Bubble Sort and Searching for a key in a sorted array using Binary Search in Java.
Create a class with Access Specifiers in C++
Today we will learn about how to create a class with Access Specifiers in C++ with the help of an example.
Permutations generator developed using Java
This project is developed using Java and it will be useful for anyone who wants to know all the possible permutations for a set of numbers.
Music player in Python using tkinter
This music player is created using Python. It is a simple yet basic design, which can be modified beautifully by choosing various fonts, colors, layouts. I hope you will like it.
BlackJack - Python
This is a traditional BlackJack that has been written in the language Python 3.7 in the Windows environment.
Registration Form using HTML, CSS
This is a registration form built using HTML and CSS. This project is built to gather a piece of brief information about the candidate for various purposes be it for a job, internship, etc.
Meditation Website using Javascript
I created a Website using Javascript for meditation with background noise of Beach and Rain with timer facility.
Gambling simulator in C++
This C++ code simulates the betting which happens usually at places like casinos, clubs, etc.