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.

Rubina Anjum · Feb 02, 2021

JavaScript Tawk Mini-chat

Small "JavaScript Tawk Mini-chat" where the user/customer can send messages to the admin/holder of a particular website.

Kale · Feb 02, 2021

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.

Shaik Jafar · Feb 02, 2021

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.

Anuja Barje · Feb 02, 2021

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.

Ayushi · Feb 02, 2021

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.

kumari Ayushi Sinha · Feb 02, 2021

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

Richa Singh · Feb 01, 2021

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.

AZAHARUDDIN SAIKH · Feb 01, 2021

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.

Richa Roy · Feb 01, 2021

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.

SUBRAT KUMAR · Feb 01, 2021

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.

SUBRAT KUMAR · Feb 01, 2021

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.

SUBRAT KUMAR · Feb 01, 2021