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.
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.
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.
Simple webpage using HTML
Using HTML,we can create simple webpage. In this page we had home page,about, gallery, contact us buttons.
Heart Disease Prediction using Machine Learning - Python
Classification models to predict 10-year risk of future coronary heart disease (CHD) using Python.
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.
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.
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++
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
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.
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.
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 .