Coders Packet

Listing of packets of source code submitted by coders

Positive integer checker in c++

This packet is made to check if the integer entered by the user is a positive integer which means it must not contain a negative value and must not have any characters.

Count number of faces from an image using OpenCV in Python language

OpenCV is a popular computer vision library used for image and video processing tasks in various applications.

Digital Clock in Java

We create a digital clock in the applet by the use of the Calendar class and SimpleDateFormat class.

Guessing A Number in Java

The aim is to create a Java Program in which a user is given K chances to estimate a randomly generated number.

Basic Calculator In Java

We will implement a Basic Calculator In Java supporting addition, subtraction, multiplication and division operations. User choice has been preferred here

ATM-Interface using Python

This is a GUI based Simple ATM-Interface Application built using Python Tkinter Library.

Web Scraping on Flipkart Using Python

This script written in Python using various libraries such as BeautifulSoup, Selenium, NumPy and Pandas. The objective of the code is to scrape mobile phone data from the Flipkart website.

Designing an Analog Clock using HTML, CSS & JAVASCRIPT

I am designing an Analog Clock using HTML, CSS & JAVASCRIPT. The project was made using HTML and gave the design using CSS and the backend or the functionality using javascript language.

Data Harvester - Data Science / Python.

Data harvester is the process of automatically extracting data from websites to retrieve the HTML content of a web page extracting specific data elements, using that data for various purposes.

JSON to dictionary transformation in Python

This program is regarding the conversion of JSON to a dictionary in Python. It is a very simple code used in this, and users can understand it easily.

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.