Code Packets
Browse all published coding projects
Dice Rolling Simulation using Java
The project simulates the rolling of dice and also finds the number of times each number on the dice occurs using Java.
Panel Transition using Java Swing
This project utilizes a survey form to showcase the JPanel transition without changing the JFrame, designed using Java GUI.
Password Manager using Java GUI
This application is called Password Manager which protect users' passwords by using a master password or a security login page. The passwords list will be stored in the form of arrays.
Binary Search Algorithm in C++
Hello Developers, An algorithm is a procedure for solving a problem, based on a sequence of some actions. I've implemented Binary Search Algorithm in C++.
Query Solving Website Using Python Django
Solved! provides a platform where user can give solutions for the queries that they have solved and also look for solutions to their queries that still need solving.
Printing all possible words of wordament game or Microsoft Ultimate Word Games in C++
In this project, I have printed all the possible words of Microsoft Ultimate Word Games which are also known as Wordament.
Bus Seat Booking System Using Java
In this module, we are going to build a code for Bus seat booking system using java. In this, we can book a window seat or a non-window seat.
Covid-19 Tracker using React JS
It is a covid-19 tracker which takes three cards infected, recovered, and dead. We will use API to get the daily data and there will line chart and bar chart according to the numbers.
MOBILE BANKING USING JAVA
Java Based Mobile Banking is a Simple Program which implements if Statements, For loops, try-catch block, while loop, Scanner class, Switch Statement.
Check given number for Dasrium Number, Smith Numbers, Harshad Numbers using Java.
In this Java tutorial, we are going to check for various types of numbers in Java like Dasrium Number, Smith Numbers, Harshad Numbers, etc.
Scientific Calculator using Python Tkinter
GUI based scientific calculator capable of performing a variety of mathematical functions
Array Maximum Consecutive Sum in Java
In this Java tutorial, we are given an array of integers, we have to find the maximal possible sum of its k consecutive elements.