Code Packets
Browse all published coding projects
Knuth Morris Pratt Algorithm String Matching in Java
KMP algorithm is a linear-time string matching algorithm wherein we search a pattern /substring in the given text string and check whether it's present or not.
Shortest Prime Path in C++
Find the distance of the shortest path from Num1 to Num2 that can be attained by altering only single digit at a time in C++
Attendance Manager Android App in Java Source Code
This app enables the teacher to add class and students and record the attendance of students. Teachers can also view the daily reports of the class.
Flappy Bird Android Game in Java
This is a classic flappy bird game. There are two types of controls for the game i.e. touch and voice.
Voice Recorder Android App in Java
This app enables the user to record audio. The app also shows the list of previous recordings. The user can also play the recordings within the app which makes the app easy to use.
Music Player Android APP in Java
This app enables user to play the songs which they have already downloaded from the internet. The songs should be stored in the internal storage and not in the memory card for the app to work.
Book Inventory System in Django
Book Inventory System is an web app and can be integrated in a large project and it makes use of Python Framework Django to build it out.
TIC TAC TOE GAME USING C++ OOP
Implementation of Tic Tac Toe Game using C++ Object-Oriented Programming Concept. A Class is created to implement the OOP Concept.
C++ Program to print a matrix diagonally
This will discuss how to print a matrix diagonally using C++ Program. An example is given for printing a matrix diagonally.
Credit Card Fraud Detection Using Python
In Credit Card Fraud Detection, I used different machine learning algorithms to check for fraudulent activities of a card in Python.
Parkinson Disease Classification in Python
In the Parkinson Disease classification, we are classifying whether a patient is having a disease or not by using different machine learning algorithm in Python.
SignUp form using Java swing and JDBC in java
This signUp form is created using java swing library and JDBC(Java Database Connectivity) API. (Here, I am using MySQL to store the signup details of the user)