Revolution in working with the arrays
General purpose glob-based configuration matching.
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Array manipulation, ordering, searching, summarizing, etc.
TypeScript definitions for d3-array
High-performance JSON Pointer implementation
Minimal async jobs utility library, with streams support
Node addon for string extraction for msgpackr
A utility function to index arrays by any criteria
Lazy-evaluating list of files, based on globs or regex patterns
No description provided.
No description provided.
Runs (webpack) loaders
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Robustly get the byte offset of a Typed Array
Get the ArrayBuffer out of a TypedArray, robustly.
Robustly get the byte length of a Typed Array
Zero dependency library to safe merge objects.
A simple list of possible Typed Array names.
Is this value a JS ArrayBuffer?
Is this value a JS SharedArrayBuffer?
Parse the Forwarded header (RFC 7239) into an array of objects
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Given a Facebook page or user id, this gem will return an array of its events.
Instead of a many-to-many join table, serialize the ids into a JSON array.
Instead of a many-to-many join table, serialize the ids into a JSON array.
`OrderByIds` adds the ability to order `ActiveRecord` by an array of Id`s
A utility in ruby to read the emails from pop3 as array of hashes and delete emails with specified email unique ids
Fast Bit String to Ruby Arrays of IDs, using C for magical speediness. Perfect for use with Redis Bit sets
An alternative to Riak Counters with idempotent writes within a client defined window
Tell it which hash key in the array of hashes to use as the hash id, and voila a hash is made from your array
The Huginn ACUMEN Product Agent takes in an array of ACUMEN product ID's, queries the relevant ACUMEN tables, and emits a set of events with a sane data interface for each those events.
Deletes records(without instantiating the records first) based on a block(which returns an array of ids) given and also recursively deletes all their associated records if they are marked as :dependent => :destroy. It is useful for background processing.
Termpix v0.4.1: Kitty protocol now supports multiple simultaneous images. Track array of active image IDs instead of single image. clear() removes all active images at once.
== DESCRIPTION: Wrapper library for myID.net's Group ID API == FEATURES/PROBLEMS: * TBD == SYNOPSIS: require 'group_open_id' # Initialize a client GroupOpenID::Client.app_key = 'your_application_key' client = GroupOpenID::Client.new('user_open_id_url', 'user_key') group_id = GroupOpenID::URI.new('http://ruby.myid.net', client) # Get the membership location puts group_id.membership_location # => 'http://some.url/' # Get member lists puts group_id.members # => array of GroupOpenID::Member # Determine where a given open_id is the member of a group id puts group_id.member?('http://deepblue.myid.net') # => true