13 skills found
GoogleChromeLabs / TaskletsNo description available
saghul / Python FibersLightweight cooperative microthreads for Python
stav121 / Tasklet⏱️ An asynchronous task scheduling library written in Rust
esprehn / TaskletsExperimenting with making using workers easy.
microsoft / Glider Tasklet CrawlerAn automated and scalable approach to generate tasklets from a natural language task query and a website URL. Glider does not require any pre-training. Glider models tasklet extraction as a state space search, where agents can explore a website’s UI and get rewarded when making progress towards task completion. The reward is computed based on the agent’s navigating pattern and the similarity between its trajectory and the task query.
sysprog21 / ThreadkitA collection of lightweight threading utilities
lbonavina / TasklettoGerenciador de tarefas e notas moderno, construído com Laravel + Tiptap
commsor / Titanoboa Taskletsready-made workflow steps for titanoboa
kinto-technologies / SpringBoot3BatchStarterSpring Batch 5 skeleton for Spring Boot 3. Includes DB to CSV and CSV to DB samples for quick customization. This repository demonstrates multi-database setup, efficient batch processing, and GitHub Actions integration for CI/CD pipelines.
wendelmax / TaskletsA breakthrough implementation of lightweight cooperative tasklets for Node.js with a modern Promise-based API.
fabio-sassi / ZmA C library to handle *continuations* (coroutine, exception, green thread) with finite state machines
erenavsarogullari / OTV SpringBatch TaskletStepThis project shows how to develop TaskletStep Oriented Processing Model in Spring Batch. Used Technologies : JDK 1.7.0_09, Spring 3.1.3, Spring Batch 2.1.9 and Maven 3.0.4
JustinTulloss / YapsYet Another Python Server. Uses stackless tasklets to distribute requests around a self-organized network of servers. The requests are session-free, allowing a more natural web programming paradigm. Formed the basis of my undergraduate research.