load a script, but only once
Run a function exactly one time
Dynamic script loading for browser
An arbitrary-precision Decimal type for JavaScript.
A PNG decoder in JavaScript
A library for arbitrary-precision decimal and non-decimal arithmetic
Stripe.js loading utility
Adaptive Card data binding and templating engine for JavaScript
Convenient parsing for Fetch.
A browser based code editor
Runtime type checking for React props and similar objects.
A PNG decoder in JS
A module to load frontend assets.
mParticle core SDK for web applications
The semantic version parser used by npm.
JavaScript library for DOM operations
The open source javascript graphing library that powers plotly
Encodings that map abstract data to visual representation.
Fast CSS Selectors API Engine
Extend hammer.js with event propagation
package to load gapi script and some functions
loads a BMFont file in Node and the browser
Bare bones Promises/A+ implementation
An efficient queue capable of managing thousands of concurrent animations.
A small script to watch over bunches of raw SQL files and load them on changes. Or just load a bunch at once.
For all applications (you are not a mouseclicker, are u?), once in a while you need to supply some configuration values to overrule the built-in defaults. The app-ctx gem does unify and organize built-in constants, config files and commandline option with a clearly defined priority, from low to high: - procedural: set from your implementation App::Config#set_default_values - YAML default values file loaded from next to the $0 script - user supplied configuration file, eg.: --config=/tmp/foo.yml - command line options and flags: --foo --bar=foo But for your application it is of no interesst from where the values are coming: command line option: "--port=1234", a user configuration file or from the applications built-in default values. Therefor +app-ctx+ combines value settings from various sources into a single configuration hash.