Support for representing 64-bit integers in JavaScript
Check if a character is decimal
64-bit big-endian signed integer-to-string conversion
Robert Penner's easing functions, slightly modified
deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies
Lite lib to only support decimal add calculation
Deep comparison of 2 instances for should.js
The RAW rational numbers library
Determine if an array or object is equivalent with another, *not* recursively
An arbitrary-precision Decimal type for JavaScript.
A cross-browser, numerically stable algorithm to add floats accurately
Flatten nested arrays
An arbitrary-precision Decimal type for JavaScript.
Escape RegExp special characters
Natural Sort algorithm for Javascript - Version 0.7 - Released under MIT license
Tiny utility to create unions and de-duplicated lists
Removes duplicates from a sorted array in place
extended POSIX-style sprintf
Packs an array-of-arrays into a single ndarray
`util.inspect` with additional type information
Utility for normalizing a numeric range, with a wrapping function useful for polar coordinates
Rearrange array elements by index array
A promise based, dynamic priority queue runner, with concurrency limiting.
Define decimal attributes that are stored as integers
Converts between fractional, decimal and moneyline odds for betting and gambling. Calculates how much can be won on a given stake.
This gem provides access to the MapTP web services. In order to use them, you need your MapTP credentials aka your Map24 id. For more information head over to http://www.nn4d.com You should consider that this client solely works with WGS´84 coordinates in the Decimal Degrees format. Usually MapTP services work with the Decimal Minutes format, but because Decimal Degrees are much more established we use it for this lib. To work with MapTP the parameters as well as the responses are converted internally. *Note*: This is *not* an official client of MapTP or NAVTEQ, but a private project. :)
A Ruby library for data obfuscation that: - Preserves original data format and structure as much as possible - Supports numbers (including IP-like sequences), dates, and text - Maintains text structure while replacing content with meaningless but natural-looking words in English and Russian - Maintains data type consistency and decimal precision - Offers seeded randomization for reproducible results - Handles various number formats (leading zeros, separators) - Provides configurable options (unsigned mode, format preservation) Note: Individual obfuscator instances are not thread-safe. For concurrent operations, create separate instances per thread.