An ever growing Set based utility to optimize JSON, IndexedDB, or postMessage
Predicate that returns true for "indexed" values.
Array#filter() with also detecting indexes of filtered values
IndexedDB-based stamper for @turnkey/http
The Merkle Trees package contains typescript implementations of the various Merkle Trees required by the system.
Angular wrapper to IndexedDB database.
The primary functions of the world state package are to maintain the collection of Merkle Trees comprising the global state of the system and to offer an interface with which the trees can be queried.
Collection of 100+ essential React Hooks with TypeScript support, tree-shaking, and SSR compatibility. Sensors, browser APIs, state management, animations, and more.
Indexed cross-filtering for Vega dataflows.
A library for Backstage backend plugins that want to interact with the search backend plugin
A collection of utilities for JavaScript strings
Solve CSS math expressions
Has country codes for all countries in the world. Please send a PR if you see something missing or find a mistake.
Use two values display syntax for inner and outer display types.
Normalize multiple value display syntaxes into single values.
A super light and fast circular JSON parser.
Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.
Miscellaneous indices for graphology.
Generate hashes from javascript objects in node and the browser.
This is a set of ESLint rules created and published by the Flow team. They are in addition to (not a replacement for) the rules of `eslint-plugin-flowtype` created and published by the open-source community.
Create an array with values that are present in the first input array but not additional ones
A CSS property value parser for use with PostCSS
Convert values with PostCSS (e.g. ms -> s)
Copy the elements of an indexed array-like object to a new generic array.
Rails migration extender for default values and adding indexes
Rails migration extender for default values and adding indexes
Ruby client library for accessing the U.S. EPA's UV Index API (http://www.epa.gov/enviro/facts/services.html#uvindex)'
Return randomized data from arrays and hashes. The randeaux methods takes two arguments: the data structure you wish to sample and an optional argument for the number of elements you wish to be returned. By default, randeaux will return one random element.
A fluentd filter plugin that will be used to Iterate over the object with its index and returns the value of the given object.
A fluentd filter plugin that will be used to Iterate over the object with its index and returns the value of the given object.
Mongo indexes do not handle querying by null values well. If we store them as false instead, we get improved index usage and faster queries.
.ab1 reader / ABIF reader; extracts the peak indexes, called sequence, quality scores, and ACGT values from sequencing files
NoSQL-like key value stores in SQL-backed ActiveRecord objects. Arbitrary keys behave like dynamic, indexable, searchable first-order attributes.
This gem can be used to calculate FBA fees for Amazon merchants. It should return similar values to: https://sellercentral.amazon.com/hz/fba/profitabilitycalculator/index
A generic index DRb server. The core index is a hash, each key is an individual term, each value is an array of references for that term. Searches the index with a simple regexp grep against the hash keys to return a single array of all references on matching terms. Multi-user ready via a simple locking mechanism that probably doesn't scale too well. BSD License.
Maps are associative containers which store values, indexed by key, but which provide ordered access to the values, sorted by the key. This implementation wraps the standard implementation found in C++.