Coders Packet

Listing of packets of source code submitted by coders

Factorial of Large Number in C++

Factorial of 200 have 375 digits. It is not possible to store these values to data types(int , long long int) in C++.

Contact Book Management System using C++

This project is a console-based project without graphics. It allows users to save and easily search for a contact, like a person's name, email id, mobile number, address, and many other details.

Talking Clock using Python

This Program produces an audio output of current system time using the pyttsx3 module in Python

Pie Chart Creator In Python

Here we implemented a code that is used to create a pie chart with the help of Matplotlib in Python.

Cursor Movement using 'AWSD' keys in C

Movement of a specific character using the keyboard keys A, W, S and D in C language.

Collage Maker With OpenCV In Python

In this project, we have implemented a collage maker with opencv in python which creates a collage of 4 grids of a particular image.

Finding IP Address in Java Using Java Swing

This Project is done in Java using Java swing concept. It is used to find the IP address of any given URL and it is built using java swing ,which makes it platform independent.

Roll-A-Dice using JavaScript

A simple website to roll a dice to get a number between 1 to 6, made using HTML, CSS and JavaScript.

LFU Cache Implementation in C++

This project is a basic implementation of LFU (Least Frequently Used) cache algorithm in C++.

Rock Paper Scissor game using Python

This is a simple rock paper scissor game in python. This game code uses the random and OS module of python.

Offline Music Player using Tkinter Python

This Project is to develop a Music Player which works offline using the Tkinter module in Python.

File Handling in C++

This module discusses the concepts, various modes, and functions used in File handling in C++