Code Packets
Browse all published coding projects
Student grade and remark in Java
This JAVA program will take user input and will generate grade according to their score.
JavaScript Tawk Mini-chat
Small "JavaScript Tawk Mini-chat" where the user/customer can send messages to the admin/holder of a particular website.
Modular Exponentiation in the most efficient way using C++
Here when the user gives (a, n, val ) values, this will calculate the [(a power n)% val] value using C++. It can handle the larger values too.
Create a user friendly Tic Tac Toe Game using C++
Tic Tac Toe also known as 'X' & 'O' game is a 3*3 grid game played between two players where each player is assigned with a 'X' and 'O' symbol respectively.
Bus Reservation System Using C++
It is a C++ program in which the data will be given by the user and installed and reservation of a seat with a name would be done and seat availability will be shown for the required bus.
Analog Clock using C++ graphics
The Analog Clock project has been designed and developed in the C++ programming language with the help of graphics.h and ctime library.
Converting Images into Cartoon using Numpy and OpenCV in Python
Have fun by converting your images into a cartoon using Numpy and OpenCV libraries of Python Programming
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.
Student Management System in C++
This project is developed in the C++ language. Here teachers can add, update academic details of students, marks in various subjects, attendance, etc, and students view and check their details.
Bus Registrations and Reservation Window using C++
This project is based on the concept of object-oriented programming(OOPs) in C++. Here we register new buses, book the seats and check the availability of different buses on different routes.
Understand and implement Data Structures using C++
This project is related to the concept of Data Structures in C++. Understand data structures in C++ by getting inputs, inserting, and displaying using functions of these data structures.
Universal Banking System Using C++
This project is based on the concept of file handling and OOPs concept in C++. Here we create account, modify, deposit, withdraw, get users' details and get all the registered users list.