Code Packets
Browse all published coding projects
Individual and Extra's Score analysis using Python
Program to show individual score and extras from a given cricket score timeline using Python
Survey Form with Client Side Validation using HTML, CSS, and JavaScript
This is a frontend project built using HTML, CSS, and JavaScript, which strictly validates the input entered by the user/client, and immediately lets the user know if the entry is invalid.
Harshad Number Using C++
Harshad Numbers are those numbers where the number is divisible by the sum of the digits of the integer. Using C++, this concept is implemented.
Qr code generator and reader in Python using Qrcode and OpenCV modules
This project uses Qr code and OpenCV module from Python to generate a qr code based on the given content and to read it in 10lines
Swapping Two Strings in Python
Swapping contents from one string to another string and display the modified strings using Python.
Encoding and Decoding of Morse Code using C++
This Program converts English to Morse code (Encode) and Morse code back to English (Decode) using C++
All permutations of a string in C++
The program permutations of a string accept one string and produce all the possible permutations of it using recursion and backtracking. Here the problem is approached using C++.
Simple Digital Clock Using Tkinter Python
This project is to develop a simple digital clock using Python Language, By importing the Tkinter package. Tkinter is used to develop GUI applications. This is a really cool and simple project.
Calculator With Dark/Light Mode Using HTML,CSS,JavaScript
We are going to create a simple calculator using HTML, CSS, Javascript. Here, HTML is used for Frontend and CSS is used for styling properties, Javascript for making responsive Frontend.
General Purpose Script in Python
A Python script that consists of useful functions that are time-consuming while working on other things. Works well on GNU\Linux, But has some issues while running on windows.
Huffman Coding Implementation for Text Files in C++
This project is based on Huffman Coding, a lossless, bottom-up compression algorithm. It can compress and decompress any text files.
Multiprocessing Vs Threading in Python
This project is about the differences between threading and multiprocessing in Python. This uses the Port Scanner to demonstrate the processes.