Code Packets
Browse all published coding projects
Password_Generator Desktop Application for Mac Users Built on Electron.js
Password Generator Electron.js Application for Mac built using HTML, CSS and JavaScript.
Alternate sorting on even size data set using C++
In this article, We are going to learn how to sort the array using an alternate sorting algorithm.
Admission Management System using Java
Hello friends! In this Java tutorial, we are going to develop a terminal-based admission management system using Java.
Difference between String, StringBuffer and StringBuilder in Java
Hello friends! In this Java tutorial, we are going to discuss String, StringBuffer, and StringBuilder, and also the difference between them using Java.
Music - Player For Mac using Electron.js
A music player application for MacOs built using Electron.js. It has a classic design and you can add music and image files to it.
Voice Based YouTube Search using Speech Recognition in Python
Voice Based YouTube search is a small Python module that search the place you want to search through your voice
Rock-Paper-Scissor Game in Python Using Tkinter
The project is for the classic rock-paper-scissor game in Python using Tkinter. The game is between the user and the computer with some basic simple rules and having to a chance to defeat the computer.
Movie Recommendation using Python and KNN model
Its a Python and Machine Learning model which suggests or recommends any movie for further suggetion to the user.
Validate Pancard and sort the ID in Java
A Java code to validate whether the id entered is a valid pancard id and sort id in ascending order of numbers and descending order of characters.
LIVE EDGE DETECTION WITH WEBCAM IN PYTHON
The Python Project basically detects the edges and provides a black and white streaming with inbuilt webcam. We can quit the streaming video feed using the Spacebar key.
Pattern Searching in a String using KMP Algorithm || C++
In this tutorial, we will learn about Searching a pattern In a String Using the famous KMP algorithm.
Vigenere Cipher using C++
A C++ program to encrypt a text using Vigenere Cipher giving message as input and result.