Code Packets
Browse all published coding projects
Text to speech Conversion Using web speech API, Bootstrap 4 and Vanilla JavaScript.
This application is used to convert text into speech through web speech API, Bootstrap 4, and Vanilla JavaScript. The user can set speaking rate and pitch variations.
TODO list Using Python
My project is a to-do list using a Python list. Get a choice from a user and performs based on the user's input.
SATHI- AN ONLINE APPLICATION FOR WOMEN SECURITY USING GOOGLE LOCATION API AND JAVASCRIPT
Sathi - An online application for women's security is about locating the device using GOOGLE location API and JavaScript.
Steganography in Python
Image steganography is the process of hiding information within an image. This Program in Python is utilized to hide a text-based message within an image.
Live Score Notification in Python
Python script to show live cricket score as desktop notification in regular interval.
Plagiarism checker using Python
Python script to detect plagiarism in the textual document using the basic concept of vector’s dot product or cosine similarity.
convert XML to json in Java
This project is about converting XML to JSON using java with the help of JSON dependencies
Employee portal using Java and JSP with database in MySQL
This project uses Java Server Pages (JSP) to create an employee portal for admin to add, edit or delete their details into the database.
Left and Right arrow patterns using C++
In this article, we will learn how to print the left and right arrow patterns using C++.
Affine Cipher by Java
This project is designed for encrypting and decrypting the text using Java Programming Language.
Lexical Analyzer Using C++
Implementing Lexical Analyzer in C++ which is used to convert the input from a simple sequence of characters into a list of tokens.
The Bisection method using Python code
In this guide, we will learn the implementation of the Bisection method for finding the real root of a non-linear polynomial equation using Python.