Code Packets
Browse all published coding projects
Java Program to Recursive Digit Sum
In this article, we will be solving a problem in which we need to find the Super Digit of integer p (obtained by concatenating n, k times )and return its value.
MST using Kruskal’s Algorithm in C++
Find the Sum of Weights of the Edges of the Minimum Spanning Tree in a given Weighted, Undirected and Connected Graph of V vertices and E edges.
Sudoku Game 9 grid in C++ format
The popular Sudoku game made in C++ format. It is in 9x9 grid and uses backtracking that try different solutions until finding a solution that “works".
Face detection using Python and OpenCV
This tutorial will help you learn to code a simple face detection tool using Python Programming language and OpenCV, which is an amazing computer vision library.
Resume builder maker using Java Swing, AWT and File Handling in Java
In this Java tutorial, we are going to develop a Resume Builder Maker. This project uses some Java swing functionalities to provide GUI and File Handling to store username and password.
Handle mouse events using Applet
We use Java Applet to track all mouse events and return the coordinates of the cursor.
Hospital Management System using Java
Hospital Management System using Java is a very useful project to manage the daily activities of a hospital, related to doctors, patients, etc. I have used MySql server for database connectivity.
E-Commerce shop Using Python
It is an E-commerce project using Python. It has a plethora of features like a person can buy clothes, add them to their carts by logging into their account.
Create a Analog Clock with JavaScript, HTML and SASS
Today we are going to learn how to make a simple analog clock using Javascript. The main goal of this project is how to implement the Date() object in JavaScript.
Filter Search elements using HTML, CSS and JavaScript
Item filtration is the most common and important feature in every static and dynamic website. There are many ways to implement this feature In your project.
Resource sharing challange Using C++
This is a console-based application used to share/sell the resources/product between the provider and needer/ buyer and seller
Java Based Contact List Application Using JavaFx
Java Based Contact List Application Implements intermediate Knowledge of JavaFx, Threads and Java language.