Code Packets
Browse all published coding projects
Security System(C++)
This is a C++ project which involves a saved(private) password in a file and when we enter the right password then we can able to access the data inside the file.
Pokemon Game using C++
Designed using C++, user can use it to play in three different modes i.e. Story Mode, Random Fight and Pokedox.
Implementing K-Means Clustering Algorithm in C++ with an Example.
In this project, K-Means Clustering is used to group Mall Customers based on their age, Annual Income, and Spending Score. C++ 17 is used.
Equilibrium Point in C++
In this tutorial, we are going to learn how to find the equilibrium point in the given array in C++.
Conversion Calculator using C++
Conversion calculator is a simple project using C++ language in which converts a binary to decimal, octal to decimal, binary to octal, and vice-versa.
Car Price Prediction using Machine Learning and Python
Car price prediction using Machine Learning and Python will predict the price of the car which you want to sell. So here it will give the best price for the car.
GPA CALCULATOR USING C++
This code written in C++ calculates the GPA on taking into account the grade and credit for all the courses entered by the user.
Implementation of Linear regression algorithm with gradient descent function using C++
In this program, we are going to predict results from real-life data using the linear regression algorithm. Here C++ programming language is used.
Playing Audio Files using AuidoInputStream, AudioSystem class and Clip interface in Java
This is a source code which plays an audio file in Java programming language. AudioInputStream, AudioSystem class and Clip interface are used.
Creating Directory in Python
This Python code helps to create a directory to the desired location. We can give any name to the directory.
Spelling Checker in Python
A simple python program to check for incorrect spelling and print the correct spelling using TextBlob.
Video Downloader in Python using Pytube and Tkinter
This code helps you develop a basic video downloader in python using pytube and Tkinter. This downloader allows you to download any YouTube video.