A simple library for measuring execution time of your functions and building [Server-Timing](https://developer.mozilla.org/docs/Web/HTTP/Headers/Server-Timing) HTTP header.
🔎 A simple, tiny and lightweight benchmarking library!
Normalize CSS animation/transition timing functions.
Timing safe string compare using double HMAC
A tiny invariant function
An implementation of window.fetch in Node.js using Minipass streams
Tiny LiveReload server, background-friendly
Elysia plugin to integrate Server-Timing
This module can add `ServerTiming` Header to http response, and be able to use express middleware
A tiny warning function
Animation Variables and Mixins used by Material Components for the web
Tiny LiveReload server, background-friendly
Tiny Casing utils
Universal Storage Layer
A fast, lightweight LRU (Least Recently Used) cache for JavaScript with O(1) operations and optional TTL support.
adds an x-response-time header containing the time to complete the request
Tiny and extremely fast globbing
Support libs used across Appium packages
Tiny CBOR library
A minimal fork of nanospy, with more features
AbortController for Node based on EventEmitter
Tiny WebWorker for Server
Attaches Performance Timing data to Snowplow events
A tiny inflate implementation
Glowstone helps shed light on your Minecraft server!
mayfly is a tiny HTTP server with a very short lifespan, existing only to serve a single file for a predefined number of times, it then quietly shuffles off this mortal coil.
Grab and eval Ruby code via HTTP. You don't care about security, right? This gem is Dr. Nic's fault. We were looking for an easy way to run Ruby code that was publicly available on a web server, and though we've all written something to do this a time or two, we couldn't find a convenient gem. I hacked up a quick example: ruby -rubygems -ropen-uri -e \ 'eval open("http://gist.github.com/raw/473222/snippet.rb").read' \ jbarnette dr-nic-magic-awesome ...but why use a simple Ruby one-liner when we can go overboard and package it as a gem? While we're at it, why not add a tiny bit of extra sugar for Gists? This is not an original idea. It's been done a ton of times before, but this one is ours. Don't use it for anything real or it'll melt your face.