Coders Packet

Listing of packets of source code submitted by coders

C++ code for marks entry in school/college

In this C++ code, teachers can enter marks of every student only after entering the correct password. And the student can see their report card after entering their roll number.

Snake Game using C++

This is a classical snake game which has been played by everyone in their childhood. The game uses C++ libraries and user defined class 'snake' to implement it.

Buddy Algorithm Simulation in C++ language

The buddy algorithm is a memory allocation and management algorithm that manages memory in the power of two increments. The programming language used is C++

Music Player GUI application in Python

This project is Music Player GUI application in python which enables music and lets you listen to your favorite music by adding it to your list.

ATM System in C++

The ATM System in C++ is about how an ATM works. It is useful to access one's bank account for withdrawal purposes.

Course Planner in C++

Course Planner in C++ helps us to plan the courses in the right sequence in Colleges and Schools.

Canny Edge Detection using Open CV and Python

Canny edge detection is a popular edge detection and a multi-step algorithm that can detect edges. I used Python programming language and Open CV tool to build this project.

line tracker using math module in Python

By using the math module and pygame module from Python we will be designing this fun line tracker game.

Convert Word file to PDF file using Python

A python script that will help you to convert docx file to pdf file using the docx2pdf module.

Single player Pong Game using Python

This Python project is a single player pong game, where the bar is used as the launcher for the pong/ball. Target of the game is to every time place the hovering pong on the bar.

Diagonal star pattern in Java

Diagonal star pattern in java program will generate a rectangular pattern composed of star(*) of entered number by user. This program should be accomplished by using for loop.

Handwritten Digits Classification using a Convolutional Neural Network and Python

Implement a Convolutional Neural Network model to classify MNIST handwritten digit images using Keras and Python