Coders Packet

Listing of packets of source code submitted by coders

Image Fetcher python script - fetch images from static HTML pages

Fetches images from static HTML pages given html-page-file-names/html links/directory name containing html pages, and fetches images present in page into an output directory, developed in Python

Gale Shapely Algorithm Implementation in C++

Gale Shapely algorithms is used in CDN to user mapping based on proximity priority of users. It is given by two researchers David Gale and Lloyd Shapely. The program is coded using C++ language.

Random Quiz Generator in Python

Random quiz generator in Python is used to conduct small quiz test online. This code can be helpful to school teachers and lecturers to take test.

Graphics in JAVA

In this guide, you will learn about the graphics class and the methods you can use to develop applet in Java. You will also see the implementation of some of the methods in graphics.

Weather App Using NODEJS, OPENWEATHERMAP API

Weather app is a NodeJS application in which when you search for your city name it will display the weather of your city in degrees Celsius with an image which is compatible with the current weather.

ToDo-List Using NodeJS, ExpressJS, MongoDB

To-Do List is an Application that helps you to remember your daily. tasks that you have to do throughout the day.

Login form in Python using Tinker

This Python package is a login form using tinker. In this packet , usernames and passwords are stored in a text file and read from it for validating the login

Insertion sort using C++

Insertion sort using C++ is a simple sorting algorithm that works similar to the way you sort playing cards in your hands.

Prediction of covid-19 cases with Python in Machine learning

This Python machine learning project aimed to analyze the spread of local COVID-19 transmission in Maharashtra.

Check whether the given number is a prime or not using C

A prime number is a natural number that has only one and itself as factors. Examples: 2, 3, 13 are prime numbers.

Price Comparision Tool with Python BeautifulSoup

Easily create a price comparison tool with Python BeautifulSoup that could compare prices from several websites and then offer any user the best rates of a product all in one place.

Student Record Management System using C++

In the following project, a basic student record management system has been created using the concept of a linked list in the C++ programming language.