Code Packets
Browse all published coding projects
Railway Tickets Reservation System Using C++
This project is about booking Railway Tickets of passengers to travel in railways and it is developed using C++.
Student Database Management System
It is a student Database Management System where we can enter as many data as we can and modify them and store and change them.
E-Commerce Website built using Java, JSP, Servlets and Hibernate with Database in MySQL
This is a dynamic web application project which basically lets the user buy a limited number of books and then gives them a confirmation.
Weight Calculator on Different Planets using C++
This is a C++ programme to calculate your weight on different planets and also your weight on unknown planets or heavenly bodies if you enter their radius and mass.
Brick Breaker game using Java
In this guide, we will learn to develop a simple and fun- Brick Breaker game in Java.
Check if a number is Automorphic or not in C++
This article aims to check whether a number is Automorphic (a number whose last digits of its square is equal to the number itself) or not, implemented in C++.
Check if a number is Magic or not in C++
This article aims to check whether a number is Magic (a number whose sum of digits is evaluated until the sum is found to be 1) or not, implemented in C++.
LOGIN PAGE IN C++
This program helps the user to register, login, edit details and find the username/password in case they forget. This program is made by using datafile handling , function and switch case.
Gmail in Python using selenium
It is very useful to work with Gmail without using chrome which may eat too much RAM. It is the less time-consuming module.
Min-min, min-max, max-min, max-max menu driven scheduling algorithm using c++
Menu driven source code to select between four different scheduling i.e min-min,min-max,max-min and max-max algorithms to know which task will be allocated to which machine in much efficient way.
Alien Chaser Game using Python
Alien Chaser Game using Python is a game based on pygame library that shoots the Aliens which occurs anywhere at the top randomly.
Stock Price Prediction in Python (Machine Learning)
Descriptive Analysis of the dataset (Statistical analysis and visualization) and comparison between accuracies of the different regression model.