Code Packets
Browse all published coding projects
Tower of Hanoi Game in C++
The C++ code that lets you solve the Tower of Hanoi Problem by giving Step-By-Step instructions to move the Discs from one Rod to another.
Filter Search elements by using HTML, CSS and JavaScript
Item filtration is the most common and important feature in every static and dynamic website. There are many ways to implement this feature In your project.
Sentiment Analysis on Movie Reviews using Python
We train many different ML models with different Parameters on the rotten tomatoes dataset to classify reviews into 5 classes: negative, somewhat negative, neutral, somewhat positive, positive.
C++ program to Find GCD of two numbers
Hello Programmers, This C++ program finds GCD of two numbers using the Bitwise XOR operator.
C++ program to generate all subsets of a String
Hey Developers, I have written a C++ program to generate all the possible subsets of a String.
C++ program to Power of Two
Hey Developers, Here is a simple C++ program to check whether a number is Power of Two or not using Bit Manipulation.
C++ program to check for Even Numbers using Bit Manipulation
Hello programmers, Using Bit Manipulation, I have written a C++ program to check whether a number is Even or Odd in just one line of code.
The Chess Game using JAVA
This is a Chess Game which is designed in JAVA. This game is designed considering all the rules of Chess.
Number Guessing Game Using Java
This project is about a number guessing game in which user will get three trials to guess a randomly generated number.
TO-DO List using HTML, CSS and JQUERY
A to-do list made using HTML, CSS, and JQUERY. The task to do can be added, checked out, or deleted from the list.
Number Plate Detector using OpenCV in Python
It uses different functions of OpenCV available in Python. It takes an image from the camera and scans for the number plate if it detects any it draws a rectangle around the number plate.
Qrcode operator using Java
project is all about operations like generating and reading qrcode via image format such as jpeg, png, jpg.