Coders Packet

Listing of packets of source code submitted by coders

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.

Conversion Calculator - Python

This is a Python3 project which will help in operating on numbers in all the four number systems as well as converting a number from a given number system to other three number systems.

Python Script to check the Internet Speed.

A python script to check the Internet speed of your connection using the speedtest-cli package.