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.

SAURABH BISHT · May 28, 2021

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.

PERUMALLA YASWANTH · May 28, 2021

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.

Vipul Rajesh Chandankar · May 28, 2021

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.

Vipul Rajesh Chandankar · May 28, 2021

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

Matam Deekshith · May 28, 2021

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.

Aamna Alam · May 28, 2021

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++.

UDDESHYA PANKAJ · May 27, 2021

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.

RITESH SINGH · May 27, 2021

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.

Aamna Alam · May 27, 2021

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.

Aamna Alam · May 27, 2021

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.

Shuvranil Mondal · May 27, 2021

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.

Sohail Chand Kalyani · May 27, 2021