Code Packets
Browse all published coding projects
Create Notepad Using Java
We can develop Notepad in Java with the help of AWT/Swing. In which we can keep Important notes ,date,ect.
arraysm package using Java
This package contains many methods which make the work easy while working with arrays. Many inbuilt methods that the array does not contain are included in this package.
Shortest Job First scheduling algorithm in Java
In this project shows the programmatic implementation of Shortest Job First Scheduling Algorithm in Java. Here we calculated the Average waiting time and Average Turn Around Time.
Tic-Tac-Toe Game using Java
This is a simple Tic-Tac-Toe game developed in Java using the Function, Array, and Conditional and Logical operator.
Code Converter in Java
In this Java tutorial, we will convert the given string of 0's and 1's from binary to gray code and vice versa
QUERY OCCURRENCES IN STRING IN JAVA
Hello, in this tutorial we will take a collection of string & query arrays & determine the occurrence of query array elements in the string array.
Real Life Project to Minimize Transactions among friends in C++
This project is based on Split-wise app which is used to minimize the number of transactions for making debit and credit functions smoother which is implemented in C++.
Student result report card Management system using C++
In this packet, I've used input/output streams and the file management system of C++. Our program collects student details like name, roll number, marks in each subject, and calculates grade.
RUN-LENGTH ENCODING IN JAVA
In this Java tutorial, we will see run-length encoding. It is a form of data compression in which data(input) characters are stored and counted.
JAVA SERIES (LOOPS)
In this tutorial we will use the integers x,y&n for the creation of series: (x+2⁰.y), (x+2⁰.y+2¹.y),..,(x+2⁰.y+2¹.y+...+(2^(n-1)).y), here we are given q queries in the form of x,y&n.
Modal Pop-up box using HTML, SASS and JavaScript
Pop-up is a graphic user interface. It might be a small box or a window. It appears suddenly or clicking any button by the user. I am gonna make it a very simple way by using HTML, SASS & JS.
Print a Reverse Pyramid pattern in Java programming.
In this Java tutorial we are going to solve the Reverse Pyramid triangle pattern using the concept of nested for loop.