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.

Jay Parmar · May 24, 2021

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.

Shuvranil Mondal · May 23, 2021

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.

Dev Mehta · May 23, 2021

C++ program to Find GCD of two numbers

Hello Programmers, This C++ program finds GCD of two numbers using the Bitwise XOR operator.

Aalok Kumar · May 23, 2021

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.

Aalok Kumar · May 23, 2021

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.

Aalok Kumar · May 23, 2021

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.

Aalok Kumar · May 23, 2021

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.

Yash Parsaniya · May 23, 2021

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.

Swati · May 22, 2021

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.

Anushka Priya · May 22, 2021

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.

Sangameshwar Dnyaneshwar Manikwar · May 22, 2021

Qrcode operator using Java

project is all about operations like generating and reading qrcode via image format such as jpeg, png, jpg.

VANKAYALA AKSHID · May 21, 2021