Lightweight Javascript library for handling URLs
Mighty but tiny URI parser
Tiny URI parser and builder with chainable API
Lightweight Javascript library for handling URLs
Dependency-free RFC 3986 URI toolbox
Create an ArrayBuffer instance from a Data URI string
An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.
The URI implementation that is used by VS Code and its extensions
Resolve a URI relative to an optional base URI
A tiny invariant function
Returns a `stream.Readable` from a URI string
A better decodeURIComponent
micromark utility to sanitize urls
Convert a file: URI to a file path
Format validation for Ajv v7+
Replacement for abandoned library URI.js (uri-js)
A URI template implementation (RFC 6570 compliant)
A tiny warning function
A stricter URI encode adhering to RFC 3986
Small, efficient encoding of SVG data URIs for CSS, HTML, etc.
URI validation functions
Tiny Casing utils
Useful TypeScript utilities.
lightweight JavaScript APG parser
Jammit is an industrial strength asset packaging library for Rails, providing both the CSS and JavaScript concatenation and compression that you'd expect, as well as YUI Compressor and Closure Compiler compatibility, ahead-of-time gzipping, built-in JavaScript template support, and optional Data-URI / MHTML image embedding. This is a fork with a tiny patch allowing you to pass options to the include_ javascripts helper.
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.