Code Packets
Browse all published coding projects
How to Generate an OTP-Verification page using Java with Firebase Connectivity
A one-time password (OTP), also known as a one-time PIN or dynamic password, is a password that is valid for only one login session or transaction, on a computer system or other digital device.
Send-OTP using Java with Firebase Connectivity
A one-time password (OTP), also known as a one-time PIN or dynamic password, is a password that is valid for only one login session or transaction, on a computer system or other digital device.
video-game-store-using-Html
In this video game store project, I have used Html, CSS, JavaScript, and Bootstrap. This website has a home page, store, esports, and spotlight.
Obtain the complete address using Geolocation in Python
Hello everyone! In this tutorial, we are going to write Python code to get the complete address of a location just by entering the latitude and longitude of the required location.
Getting a list of top five employers for the specific job titles using JavaScript.
In this project, we are going to build a simple and basic job app using HTML, CSS, JavaScript and Node.js that gives you information about the top employers of your job.
Banking Application In Java
Simple console-based banking application that will help the user to deposit, withdraw, and to see the previous transaction details.
GUI based calculator using Java AWT
This is a simple GUI-based calculator Developed using Java AWT with the help of which users can perform basic mathematical operations.
Socket Programming in Java- For Simplex Communication using Connectionless Service
Program in Java to execute a simple connectionless communication between a server and client.
Python Program to display the Fibonacci sequence up to n-th term
well a Fibonacci sequence or Fibonacci series is the sequence such that the numbers are basically the sum of previous numbers if u have 1,3 in the previous number then the series would be 1+3
BMI calculation using Java
In this Packet, the BMI(Body Mass Index) calculation has been implemented using Java Programming Language.
PDF Compressor Using API in Python
PDF Compressors is a PDF reducer is designed for resizing large PDF document and optimize the texts and images it contains.this project is in Python
Email API in Java
Users can write, read and compose emails with different attachments using JavaMail API.