The Internet Archive discovers and captures web pages through many different web crawls.
At any given time several distinct crawls are running, some for months, and some every day or longer.
View the web archive through the Wayback Machine.
Image Queuer displays image files based on a user defined schedule. A session will display images, maintaining their original aspect ratio, according to the schedule with image navigation that maintains it's respective schedule configuration.
Simulates multiple threadpools of workers that share a same database table with the pending to be executed tasks resided. This is the solution implemented in the project [**CANCHITO-WORKFLOW-MANAGER (CWM)**](http://canchito-dev.com/projects/cwm) for solving some _"limitations"_ encountered during the integration and implementation of [Flowable](https://www.flowable.org/) BPM, when executing long-running tasks.
Redis based youtube video download link generator written in Python. Queueing youtube links and generating downlaod links them in the background with workers.
Example C# Windows Forms Application with DataGridView control. Uses multithreading background operations and custom TaskPool class with queues by keys.