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

Chintha Shivacharan · Mar 16, 2021

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.

Shivaani Mathan Kandasamy · Mar 16, 2021

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.

Tanay R Dandekar · Mar 16, 2021

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.

Sweta Sinha · Mar 15, 2021

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.

Divya Prackash Ravi · Mar 15, 2021

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.

Harshali Kardak · Mar 15, 2021

Number incrementation in C++ using operator overloading

In this program, incrementation in the number is done in C++ using operator overloading.

Harshali Kardak · Mar 15, 2021

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.

deepshikha · Mar 15, 2021

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.

Manish Kumar Gupta · Mar 15, 2021

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.

Abhishek Kumar · Mar 15, 2021

Russian Peasant Algorithm in C++

Russian Peasant (Multiply two numbers using bitwise operators) in C++ without using the multiply(x) Operator

deepshikha · Mar 15, 2021

Multi-color Gradient Using HTML, CSS, JavaScript

In this project we are creating a Gradient Maker with help of HTML, CSS & JavaScript.

Dipali Shivaji Magdum · Mar 14, 2021