Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
GestureSesh is a free and open-source application that displays image files based on a user defined schedule. After images are selected, the session window will display the image with options for modification.
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.