Code Packets
Browse all published coding projects
Automatic Teller Machine (ATM) System using C++
The Automatic Teller Machine (ATM) System in C++ language, which is a menu-driven program
Employee Management System using C++
In this program, you can add up to 100 Employee Details to the system and can view their details by searching them using their Employee ID. You can Calculate Gross Pay, Net Pay of the Employee.
String alignment in Python using ljust(), rjust() and center()
In this article, we are going to explore ljust, rjust and center methods in Python to align a given string just like we do in Microsoft word to left, right, or center align a given selected text.
Creating an object in Java.
An object is created from a class. In Java, the new keyword is used to create new objects. A class acts as a blueprint for the objects.
Extracting the words from a video into a text document in Python using SpeechRecognition
In this packet, the words used in a video is extracted by using moviepy and SpeechRecognition library available in Python and convert it into text document.
Find longer string in C++
It is a program to find a longer string among two strings. This program is in C++ and gives a good understanding to make logics in strings related program.
Number incrementation in C++ using operator overloading
In this program, incrementation in the number is done in C++ using operator overloading.
Rail fence cipher in C++
The Encrypted text using Rail Fence cipher in C++ is an easy to apply transposition cipher that jumbles up the order of the letters of a message in a quick convenient way.
Supermarket Management System using C++
This is a C++ project where a user has three types of login systems. Depending upon their login type, the user can perform all the actions. This is a console-based project.
Getpass Module in Python
Getpass module has two main functions one is to find the existing user and the other is to hide the password from the terminal.
Russian Peasant Algorithm in C++
Russian Peasant (Multiply two numbers using bitwise operators) in C++ without using the multiply(x) Operator
Multi-color Gradient Using HTML, CSS, JavaScript
In this project we are creating a Gradient Maker with help of HTML, CSS & JavaScript.