Code Packets
Browse all published coding projects
System Surveillance in Java
The project is basically designed to monitor the behavior, activities, or information using the camera for the purpose of security.
GPA calculator using Java Servlets and JSP
This project is all about taking marks secured by a student as input and calculate GPA(Grade Point Average) using Java Servlets and JSP.
Generic Stack implementation using Generic class in Java
A generic stack accepts any data type the user wants his/her input to be in. It helps the user use a single stack class to create multiple stacks with varying input datatypes.
Contact Book using Python and Database
The project manages contact details and stores them in the database for any future use like viewing, editing, or deleting the records. I have also used SQL for dealing with Database
Captcha generator and checker using Java
This project uses the Java Random class to generate a captcha string of length 6 characters. The GUI is made using Java Swing and awt packages.
Sudoku solver using Java Swing and packages and backtracking
It consists of a 9x9 textbox grid. The value for a textbox is set if it adheres to the rules of sudoku, otherwise, the code backtracks and checks for other possible values.
Real-Time Face and Eyes Detection Using OpenCV-Python and Haar Cascades
In this packet, we perform real-time face and eyes detection through a webcam using OpenCV library and Haar Cascade pre-trained models.
SQLite Databse Example
A simple SQLite database example performing CRUD(create,read,update and delete) operations.
Robot using Java
A robot named Cortana which will perform some basic tasks for us to simplify our lives.
News Application GUI using News API in Python
In this packet, we create a simple Python GUI that fetches news items related to a topic using News API which is an easy-to-use REST API.
Grade Calculator using Java
This is a simple Grade Calculator using Java. With this, the average of the total marks obtained is calculated and the respective grade is displayed.
Make Notepad using Tkinter in Python.
This project helps in making in your notepad. In this program, we are using the Tkinter tool of Python.