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 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 is used to conduct small quiz test online. This code can be helpful to school teachers and lecturers to take test.
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 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.
To-Do List is an Application that helps you to remember your daily. tasks that you have to do throughout the day.
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++ is a simple sorting algorithm that works similar to the way you sort playing cards in your hands.
This Python machine learning project aimed to analyze the spread of local COVID-19 transmission in Maharashtra.
A prime number is a natural number that has only one and itself as factors. Examples: 2, 3, 13 are prime numbers.
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.
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.