Coders Packet

Listing of packets of source code submitted by coders

Login and Registration System In java Servlet

Login system in servlet for Ecom website with register and forgot password mechanism & JDBC.

Web Scraping Project Using Python Libraries Selenium

The "Web Scraping" project aims to gather and extract data from various websites on the internet. It seeks to collect information from web pages and transforms unstructured into structured data.

Predicting the Olympic Medals Using Machine Learning and Seaborn

The goal of this project is to develop a predictive model that can forecast the number of medals each country is likely to win in the upcoming Olympic Games.

Sand Hourglass pattern in Java

Usually, we have different patterns that are used in Java. In this program, we are using a star pattern to be printed in Java. This gives a brief introduction to the sand hourglass program.

Erythemato-Squamous Disease Classification Using Python

Determining the type of Erythemato-Squamous Disease using Machine Learning Algorithms

Company Stock Data Graphical Analysis using Python

It is a tool for analyzing and comparing stock data to explore its values through graphs, gaining visual insights into the company's trends.

Date to Day Conversion in Python

This project displays the day of the given date, The date should be provided in the form of (dd-mm-yyyy). I have used Python programming language for developing this project.

Landing Page using Html and CSS

It is the beginner-friendly landing page, created using HTML and CSS, showcases modern design. It features home, destinations, offers, contact and register section.

Count number of Faces from an Image using OpenCV in Python

My team built a model which is used to find and identify human faces in digital images. To build this model I used the OpenCV framework in Python.

Tic-Tac-Toe Game In Java

Tic-Tac-Toe game is a very simple two player game where both the player get to choose any of the symbols between X and O. This game is played on a 3x3 grid board.

Distance Transformation in Java

Usually, people get confused regarding the parameters that measure distances. This program describes the conversion of distances between miles and kilometres by using Java.

Reversing an array in Python

In this program, we get a little awareness regarding reversing an array in Python. We are reversing an array using for loop although, we have different methods to solve this program.