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.
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.
Generation of Regular paper folding sequence using Python
Generation of regular paper-folding sequence (dragon-curve) until a given number in Python
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.
JavaFx Temperature Converter Packet
It is a simple project of converting temperature units using JavaFX. A proper GUI is prepared to perform the function.
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!
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++.
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.
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.
Unique words from a file using Python
This Python packet is about finding and printing unique words from a text file using python.
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.
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.