Extra methods for promises for arrays
Lazy-evaluating list of files, based on globs or regex patterns
No description provided.
Call an array of promise-returning functions, restricting concurrency to a specified limit.
Rope-based persistent sequence type
Array manipulation, ordering, searching, summarizing, etc.
string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.
Simple dependency graph.
Put a bunch of emitted events in an array, for testing.
Robustly get the byte offset of a Typed Array
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Get the ArrayBuffer out of a TypedArray, robustly.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
A simple list of possible Typed Array names.
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Is this value a JS ArrayBuffer?
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Is this value a JS SharedArrayBuffer?
Robustly get the length of a Typed Array
Robustly get the byte length of a Typed Array
General purpose glob-based configuration matching.
Conversion of JavaScript primitives to and from Buffer with binary order matching natural primitive order
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Parse postgres array columns
In showing a long lists, sometimes one would prefer to see the value arranged aligned in columns. Some examples include listing methods of an object or debugger commands. See Examples in the rdoc documentation for examples.
Simple library to parse PostgreSQL arrays into a array of strings
A gem that adds range methods to Ruby's Range and Array classes. (Range#+, Range#-, Array#rangify, Array#intersection, Array#missing)
Bit array for ActiveRecord
Recursively sort nested ruby Arrays and Hashes + deepmerge
It makes histograms out of Ruby data. How cool is that!? Pretty cool if you ask me.
Array/Hash/Struct#dig backfill for ruby
Compresses Arrays of Objects to Arrays of Ranges.
Easy Diff enhances the functionality of Hash, allowing recursive diff, merge, and unmerge of arbitrarily constructed hashes. This is perfect for people who need to do diffs on not only plain text files but also data as Hash or JSON objects. Unmerge is included with diff and merge to more easily allow versioning of arbitrary data.
Encode an array of coordinates for the Google Static Maps and MapQuest APIs.
Converts a Hash or Array into dot strings
Access nested Hash (JSON) with a string path