Coders Packet

Listing of packets of source code submitted by coders

Encryption and Decryption of File Using Affine Ciphering in Python

This is a Python program using which you can encrypt and decrypt a file using the Affine Cipher which will help to secure your confidential data.

Ternary Search(find an element or key in array) in C++

Hello Friends, Right now we are going to learn how to write a source code on Ternary Search in C++. Ternary Search Time Complexity is better than Binary Search.

Print all possible words from phone keypad using c++

We have to print all possible words that can be formed by pressing those digits of the mobile keyboard using c++.

Reverse a String in C++

The code attached below is a C++ code, which is used to reverse a string entered by the user.

Bubble Sort Program using C++

This C++ project is used to sort the elements in ascending order by taking input from the user and then displaying output using the bubble sort algorithm.

Digital Clock using C++

Digital Clock using C++. This project displays the time i.e. hour, minute, and seconds in a digital way and also displays the total time in seconds.

Laptop Battery Notifier using Python.

A python script to get the remaining battery percentage of the laptop using multiple libraries.

C++ Program of Fast Exponentiation using Bit Manipulation

This project is performed in C++ and helps students and users to find Fast Exponentiation of a number using the method of Bit Manipulation.

Rock, Paper, and Scissors in CPP

This is a hand game usually played between the two players. I designed this game in the C++ programming language.

Background Subtraction Method using Open CV and Python

Background Subtraction Method is able to subtract or eliminate the background portion inside an image.The programming language I used is python and the technology I worked with is Open CV.

Implementation of Stack using C++

Hello Friends, Today we are going to learn the stack and its implementation in C++ using class.

Data Exploration and Model Training on Diabetes Dataset using Python

Data Exploration and Model Training (using 5 Classification Algorithms) is done on Diabetes Dataset using certain libraries of Python like Numpy, Pandas, Seaborn, Sklearn, and Matplotlib.