Code Packets
Browse all published coding projects
Dictionary Application in Python
This Python Code acts as a real-time Interactive Dictionary that helps enrich the User's Vocabulary.
Car Rental Management System using C++
C++ program for a Car Rental Management System in which a user can rent a car of their choice from a Menu
Implementation of Routh's stability analysis using C++
This program can be helpful in finding whether a control system (e.g, used in Cars, Robots, etc.,) is stable or not using Routh's stability criterion. Here C++ programming language is used.
Building stack using linked list in Python
Implementing various functions of a stack using the singly linked list class in Python
Using Graphics in C++ to create Birthday Cake
Today we are going to see how we can use Turbo C++ in Graphics mode by learning some Graphic functions
Conversion of Decimal number into Hexadecimal number using C++.
In this program, we are going to convert the decimal value into hexadecimal values using the programming language C++. These numbers are used in designing digital circuits.
Making GUI using AWT and Swing Toolkits in Java
In this project, a simple GUI is built in Java. Abstract Windowing Toolkit (AWT) and Swing Toolkits are used.
Face Recognition Attendance System Using OpenCV, LBPH Face Recognizer in Python
This is a real-world attendance system developed in Python that utilizes LBPH Face recognizer for training the data and Haar cascade classifier for detection of faces.
Convert Text to Speech using Python
A Python Script to convert text to speech using Google's text to speech API commonly known as gTTS API.
Web Scraping GUI Application Using Python
It is a desktop-based Web Scraper Application made using Python where you can provide the URL of the website you want to scrap and get the data accordingly.
Run Length Encoding (RLE) compression and decompression in C++
This C++ program implements Run Length Encoding (RLE) compression and decompression which is a lossless technique for data compression.
Encryption and Decryption of plaintext using Vigenere Cipher using C++
Implementation of Encryption and Decryption of plaintext using Vigenere Cipher in C++. Vigenere Cipher is a kind of polyalphabetic substitution method of encrypting alphabetic text.