Code Packets

Browse all published coding projects

File Handling In Java Using BufferedReader and PrintWriter

In this project, file handling is done using Java programming language. Creating, appending and clearing of a text file is done.

Rasika Deshpande · Feb 11, 2021

Credit-card Validation using C++

The Credit Card Validation program is written in the C++ language. It uses Luhn's Algorithm to validate the entered card number.

kumari Ayushi Sinha · Feb 11, 2021

Tic-Tac-Toe Game Using C++

It is a C++ program where the Tic-Tac-Toe game is running. It has functions that will show the winner and some of the invalid move.

Ayushi · Feb 11, 2021

Simple webpage using HTML

Using HTML,we can create simple webpage. In this page we had home page,about, gallery, contact us buttons.

M Abirami · Feb 11, 2021

Heart Disease Prediction using Machine Learning - Python

Classification models to predict 10-year risk of future coronary heart disease (CHD) using Python.

C Koushik · Feb 11, 2021

House price prediction system using linear regression in C++

In this project, Multivariate Linear Regression is used to predict House prices, implemented in C++. The data consists of 6 independent variables. The Testing and Training Errors were analyzed.

Yash Kothekar · Feb 11, 2021

Image Processing Using OpenCV Python

Some image processing techniques are applied to an image using OpenCV Python. Other libraries of Python used are Matplotlib and Numpy.

Sarbari Choudhury · Feb 10, 2021

C++ program to print all the possible permutations of a string.

This packet implements the algorithm to find all the possible permutations of a string in C++

Sharad Verma · Feb 10, 2021

Login page template and To-Do list using HTML,CSS and Javascript

This is To-do List accessed after going from a Login page using HTML,CSS and Javascript. If the person doesn't have a login Id that person could also sign up for the same

Tanishq Sehra · Feb 10, 2021

Random Password Generator using HTML,CSS and JS

This is a Random Password Generator made using HTML,CSS and JavaScript. This application helps in generating passwords using alphabets and and special characters.

Tanishq Sehra · Feb 10, 2021

Hospital Records (a C++ code)

Hospital Records is a C++ code, it helps hospitals for keeping their records in check and updated. Code have several options for adding, deleting and searching their patient's records.

Saumya Rawat · Feb 10, 2021

Travelling salesperson problem

The tourist or traveler want to visit all the places in a city within a day or in few hours. TSP will help them to find shortest distance .

M Abirami · Feb 10, 2021