Code Packets

Browse all published coding projects

How to Check whether the string is Palindrome or Not in Java.

In this tutorial, we have to check whether the given string is palindrome or not in Java. Here we will see how to reverse the string and compare it with the other string in Java.

Kashish Naresh Dhoot · Mar 19, 2021

How to run isProbablePrime method in Java

In this tutorial, we have to check whether the given number is prime or not using the Java BigInteger class isProbablePrime method.

Kashish Naresh Dhoot · Mar 19, 2021

Generation of Regular paper folding sequence using Python

Generation of regular paper-folding sequence (dragon-curve) until a given number in Python

Sheshagiri Kulkarni · Mar 19, 2021

How to format the Output in Java

The purpose of this project is to explain to you the use of the "System.out.printf("%-15s%03d%n",s1,x)" method to print the formatted output in Java.

Kashish Naresh Dhoot · Mar 19, 2021

JavaFx Temperature Converter Packet

It is a simple project of converting temperature units using JavaFX. A proper GUI is prepared to perform the function.

Satyam Singh · Mar 19, 2021

Random password generator with special characters in Python

In this era, having strong passwords is essential to protect yourself from online attacks. While some find it burdening, Let's take this as a challenge to develop a solution by coding in Python!

KHYATI MADDALI · Mar 19, 2021

BANK MANAGEMENT SYSTEM in C++

In this packet, we will see how to build a C++ program on a bank management system using functions in C++. It will help us to understand the concept of functions and file management in C++.

Prachi Jain · Mar 19, 2021

Implementation of Breadth-First-Search (BFS) algorithm using Java

In this tutorial, we will learn about the Breadth-first-Search algorithm and we will also see the program to implement the Breadth-first-Search algorithm using Java.

Abhishek Birendra Verma · Mar 18, 2021

Stack Overflow error query tool using Python 3.0

GUI based error query tool that will check for error in a python file and search for relevant discussions in Stack Overflow.

Nediff Amala Nixon · Mar 18, 2021

Unique words from a file using Python

This Python packet is about finding and printing unique words from a text file using python.

Avani Vartak · Mar 18, 2021

Hangman Game in C++

It is a Word Guessing game in C++ in which one player has to choose a word and another player has to guess it within the given number of chances.

deepali takyar · Mar 17, 2021

Book Cricket game implemented in C++

This is a project implementing the Book Cricket game in C++. Book Cricket involves using the random page number of the book to calculate runs scored.

RANJITH RAMAMURTHY TEVNAN · Mar 17, 2021