Code Packets
Browse all published coding projects
Windmill Simulator in C++
Windmill Simulator in C++ using The OpenGL Utility Toolkit and GLUT library. (Computer Graphics Program)
Timer with GUI using Python
This Timer is created in Python using the Tkinter package. Time package is also used for track of time elapsed.
Weather App using Python and OpenWeatherMap API
The Weather App is made with a Python(Flask) backend and OpenWeatherMap API provides the weather info as a JSON file.
Typing Speed Tester using Pygame
Typing Speed Tester using Pygame is a very useful game that can be used to track our typing speed and improve it with regular practice. Programming Language Used: Python
Airline Reservation System Using Java and SQL
In this ARS project, we can add passenger details, update passenger details, add flight details, update flight details. It also enables the user to search and book flight tickets.
C++ program to Multiply two Matrix using Vector
I implemented a C++ program to calculate the product of two matrices using Vectors. Vectors is sequence containers representing arrays that can change in size.
Hagen-Poiseuille's pressure gradient calculator in Java
The program calculates pressure drop across a given length and cross-sectional area of a pipe when a fluid of certain dynamic viscosity flows through it with certain volumetric or mass flow rate.
Digital Personal Assistant with Python Using Voice Recognition
This is a basic project to implement the python voice recognition module into a project.
Minimum Number of Folds Problem in Python
To obtain the minimum number of folds to be taken on a paper of dimensions (height x width) to obtain the new dimensions (height x width) entered by the user.
Report Management System using C++ and MySQL
This project is on a report management system that is implemented using C++ and MySQL with various operations making it user-friendly.
Calculator in Python
Standard Calculator coded in Python. (Addition, Subtraction, Multiplication, and Division)
Entry and Exit points of the Cursor in a Frame using Python and tkinter
This project tells the x and y coordinates of the entry and exit of the cursor from the frame. Tkinter package is used to create GUI.