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.
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.
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++
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.
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++ helps us to plan the courses in the right sequence in Colleges and Schools.
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.
By using the math module and pygame module from Python we will be designing this fun line tracker game.
A python script that will help you to convert docx file to pdf file using the docx2pdf module.
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 program will generate a rectangular pattern composed of star(*) of entered number by user. This program should be accomplished by using for loop.
Implement a Convolutional Neural Network model to classify MNIST handwritten digit images using Keras and Python