Code Packets
Browse all published coding projects
Any Year Calendar Generation using Java Swings GUI
The project involves the generation of the calendar for any year whichever the user requires. It makes use of a Java class for generation and Java Swings for GUI.
Alpha Quiz System using HTML, CSS and JavaScript
Alpha quiz system is a quiz-based game. similar to different online-based exam virtual environments with proper timer and submit button, using HTML, CSS and JavaScript.
Sorting Operations in header algorithm in C++
The Packet explains the sorting operations defined in the header algorithm with an example of each to have a better understanding.
Student Report Management in C++
The project manages reports of students and stores them in a file for any future use like seeing, editing or deleting the records.
ArmstrongNumber in C++
An Armstrong number of three digits is an integer such that the sum of the cubes of its digits is equal to the number itself. This is a C++ project.
Develop all possible Binary Search Trees with key values 1 to N in C++
Given the value of N (No of nodes), we try to construct all possible Binary Search Trees using Recursion in C++ Programming Language.
Simple Calculator Using Java
In this module, we are going to make a simple calculator using Java. In this, we can perform different operations like addition, subtraction, multiplication, and division.
Simple Login System Using Python
It is a simple login system using Python which can be used for logging into a users account.
Creating Dialog Box using Java Applet
This project is all about demonstrating a DailogBox using Java Applet, Java AWT and displaying the desired DialogDemo applet.
Number Occurrence using Array in Java
This project is related to count the occurrence of a given number in Java using an Array.
Travel Planner App (Real Life Based Example)
This App is used to find the shortest distance from source node to destination node, but I have added Plane travels as well as Bus travels.
Stock Span Problem using Java
Given an array of n daily prices for a stock, this project calculates the span of stock's price for all n days using Java.