Coders Packet

Listing of packets of source code submitted by coders

BMI calculation using Java

In this Packet, the BMI(Body Mass Index) calculation has been implemented using Java Programming Language.

Simple Blood Donor Management System using SQL and PHP

Simple Blood Donor Management System is developed using SQL and PHP where you can add new donor, update donor Information, find donor based on their location and delete the donor.

Detecting different class of objects in YOLO(You Only Look Once) using Python

It will detect the common objects which we specified. Detecting and naming the objects can help people who do not know what they will be called.

Question Paper generator with PDF in Java

In this Java tutorial, we are going to develop a Question Paper Generator and convert the Question paper into pdf. This project uses some Java swing functionalities and pdf convertor.

Covid19_Vaccine_Finder using Tkinter in Python

The application is based on Tkinter in Python and is used to find vaccine for Covid19 in India using Cowin API.

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.

Smart Contact Manager in Java

This Project is made in Java.I have used SpringBoot Framework and Hibernate for Database and Thymeleaf for Dynamic Page.

General Store Invoice generator system using Swing in Java

In this tutorial, we will be develop an Invoice generator system using Swing in Java. An invoice is a commercial document issued by a seller to the buyer indicating Product, quantity, and price

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.

General Store Invoice generator system using Swing in Java

In this tutorial, we will be develop an Invoice generator system using Swing in Java. An invoice is a commercial document issued by a seller to the buyer indicating Product, quantity, and price

Get IP address using JAVA

With the help of this code, we will be able to fetch the IP(Internet Protocol) address of the device connected to our network.

Read a CSV file and Split the Data using JAVA

It will read a CSV file from a particular path and split the data stored in the CSV file