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.

Janhvi Singh · Jul 01, 2021

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++

Anirudh C V · Jun 30, 2021

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.

Ankit Shukla · Jun 30, 2021

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.

Ankit Shukla · Jun 30, 2021

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.

Ankit Shukla · Jun 30, 2021

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.

Ankit Shukla · Jun 30, 2021

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.

Saraansh Mishra · Jun 30, 2021

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.

SHAHINA S · Jun 29, 2021

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.

SHAHINA S · Jun 29, 2021

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.

Kartik Goel · Jun 29, 2021

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.

Kartik Goel · Jun 29, 2021

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)

Kriti Bhawsar · Jun 29, 2021