Timer management, never forget to clear timers again
Tick tock dial clock demo
tick tock
Lumino Polling
Next tick shim that prefers process.nextTick over queueMicrotask for compat
Bind computed properties to the current time. Supports remote timestamp syncing.
Object wrapper for unref'ed setInterval
Timers extensions
Add a callback to the next tick queue.
Environment agnostic nextTick polyfill
Unicode symbols with fallbacks for older terminals
timer object/class. kickass!
Contain async insanity so that the dark pony lord doesn't eat souls
Run commands when paths change.
Simple and tiny (107 bytes) event emitter library
Flexible ascii progress bar
fs read and write streams based on minipass
fs read and write streams based on minipass
Clone a Node.js HTTP response stream
visx axis
Webpack loader that resolves relative paths in url() statements based on the original source file
requestAnimationFrame polyfill for node and the browser
Docusaurus live code block component.
A React renderer for PlayCanvas – build interactive 3D applications using React's declarative paradigm.
A gem that provides a simple mechanism for timing and reporting how long your code takes to run. Benchmark is great but, for simple timing needs, I prefer a narrower API. Often, I just want to know how long something took without having to add temporary variables and fuss over the output.
TickTock makes it easy to wrap your Ruby code to measure nested timings and to log them -- even when the code is asynchronous or lazy, so straight-forward blocks do not work. Versions follow SemVer.