Simple proper object test
An iteration of the Node.js core streams with a series of improvements
Blazingly fast recursive convertion to and from camelCase or PascalCase for Objects and Arrays
A library for manipulating IPv4 and IPv6 addresses in JavaScript.
A little library for asserting types and values, with zero dependencies.
Implements the WebIDL algorithms for converting to and from JavaScript values
A utility to work with tsconfig.json without typescript
Json Schema Type Builder with Static Type Resolution for TypeScript
very fast object redaction
An arbitrary-precision Decimal type for JavaScript.
Runtime library for TypeScript helper functions
zlib port to javascript - fast, modularized, with browser support
babel module loader for webpack
evaluate statically-analyzable expressions
Stringify an object sorting scalars before objects, and defaulting to 2-space indent
Public Key Infrastructure (PKI) is the basis of how identity and key management is performed on the web today. PKIjs is a pure JavaScript library implementing the formats that are used in PKI applications. It is built on WebCrypto and aspires to make it p
Tests whether one path is inside another path
Java Script Object eXchange.
An LRU cache of weak references
An Implementation of ES Observables
A JavaScript parser built from the Hermes engine
Reactive Extensions for modern JavaScript
A language agnostic CLI tool and nodejs api to identify differences between two json schema files.
Read `.xlsx` files in a web browser or in Node.js
Wrest is a fluent, easy-to-use, object oriented Ruby HTTP/REST client library with support for RFC2616 HTTP caching, multiple HTTP backends and async calls. It runs on CRuby and JRuby and is in production use at 10 * 🦄 scale.
Polyfill for map (hash/object) data functionality in libsass and ruby-sass < 3.3.x.
A structured object model for the application/x-fs-v1+json media type.
The Mmap class implement memory-mapped file objects for Ruby 2.x
A Rails 3.x plugin that makes inheriting properties simple.
This module allows you to create a connection to Ableton Live 8.1.x through a Max4Live plugin. You can then manipulate objects in the LOM (Live Object Model) as though they were Ruby objects.
Detect if an Enumerable object contains at least/most x elements matching a condition.
Simple immutable value objects for ruby. Make a new value class: Point = Value.new(:x, :y) And use it: p = Point.new(1,0) p.x => 1 p.y => 0
Struct, except it takes a Hash on object initialization. class Point < HashInitializedStruct.new(:x, :y); end; Point.new(x: 1, y: 2)
Preserve the user identity when database records are updated for tracking or audit purposes.You can configure which field (:id, :email, :login_name) from the current_user object to track. The gem uses the current_user object from Devise. Users are required to be authenticated to the application.For RAILS 3.2.x use gem version 3.x, For RAILS 4.x.x use gem version 4.x
Correlation object creation needs 2 arguments: data series x and y as arrays
calabash-android + calabash-cucumber with x-platform implementation and console which works with page-object