Compile regular expressions using named groups to ES5.
Compile regular expressions using duplicate named groups to index-based groups.
A streaming way to send data to a Node.js Worker Thread
Runs the following loaders in a worker pool
Regex template tag with extended syntax, context-aware interpolation, and always-on best practices
Properly hijack require, i.e., properly define require hooks and customizations
Use Rollup with workers and ES6 modules today.
Library with base interfaces for LangGraph checkpoint savers.
A mutex for guarding async workflows
Client library for interacting with the LangGraph API
Thread comment integration for Univer Sheets.
Shared thread comment UI components and services for Univer.
Thread comment UI integration for Univer Sheets.
A JavaScript library to group time zones based on offset (DST-aware), name or region.
Curated list of Web platform features
Use Rollup with workers and ES6 modules today.
Thread comment UI integration for Univer Docs.
Shared thread comment models, commands, and services for Univer.
Preset for thread comments in Univer Sheets.
Preset for thread comments in Univer Docs.
Remote data source integration for Univer thread comments.
Helpers for communicating between JavaScript environments using message passing.
AWS SDK for JavaScript Resource Groups Tagging Api Client for Node.js, Browser and React Native
A native Node.js module that can capture JavaScript stack traces from main and worker threads, even with blocked event loops.
thread-groups is a tool that spawns several threads so you can wait for their completion and enjoy the silence of your life in the real world.
std::thread::ThreadGroup prototype
gdb Machine Interface (MI) parser and session manager
Substrate-neutral lowering: vyre Program → KernelDescriptor consumed by vyre-emit-* crates.
[1,2,3,4,5].in_groups(2) => [ [1,2,3], [4,5] ] ------------------------------------------------------- [1,2,3,4,5].in_groups_of(2) => [ [1,2], [3,4], [5] ] ------------------------------------------------------- [1,2,3,4,5].in_groups_of(2, nil_fill: true) => [ [1,2], [3,4], [5,nil] ] ------------------------------------------------------- This allows the grouping of an array into different "groups". Great for threading long arrays by group or making them rectangular.
Timeline is a command line tool for generating timeline data off of git repositories. It is inspired by Jacob Kristhammar and Rickard Böttcher's work on Tornado - http://groups.google.com/group/python-tornado/browse_thread/thread/94b45e815ac992ac
This is a beanstalk-based job-queueing-manager, replacement for gem 'stalker' with additions: 1. jobs grouping 2. jobs threading and forking 3. logging 4. background run (as daemon) 5. stalker makes to include full gem in application, but needed only client-side This is a client-side gem. For a worker you need * http://github.com/GearHead90/beanworker
DispatchQueueRb is a pure ruby implementation of Grand Central Dispatch concurrency primitives. It implements serial and concurrent queues, with synchronous, asynchronous, barrier and delayed dispatch methods. All queues dispatch methods support an optional dispatch groups to synchronize on completion of a group of tasks. It also provides a thread pool based concurrent queue, scaled to the number of available cpu cores, and used by default to schedule the actual work.
Enhances the ActionMailer Previews introduced in 4.1 by automatically creating ActionMailer Previews at runtime in development mode. See automatic previews of your ActionMailer emails, with no extra effort or mock data. Install the action_mailer_auto_previews gem into your :development group, and it'll 'just work' with sensible defaults. Each ActionMailer email object that has .deliver or .deliver_later called will automatically launch your default browser right to a ActionMailer Preview page with the real data passed to that email. Flexible options allow you to alter this behavior as well. Warning: Since this is dynamically creating Ruby classes/methods, you will want to make sure your web-server is single threaded. For example, if you're using Puma, be sure to set the `workers` configuration parameter to 1.
No description provided.
No description provided.
No description provided.
No description provided.