Iterate an integer as a set of digits as any power-of-two base
An arbitrary length integer library for Javascript
Generate, and decode, base64 VLQ mappings for source maps and other uses
An arbitrary-precision Decimal type for JavaScript.
Convert big integers from any base to any base
A library for arbitrary-precision decimal and non-decimal arithmetic
Enums and interfaces for OData V2 and V4 data types and response models
Format numbers for human consumption.
Addons for Text Mask https://github.com/text-mask/text-mask
Traverse JSON Schema passing each schema object to callback
Response time for Node.js servers
Addons for Text Mask https://github.com/text-mask/text-mask
Validates if a value is an integer array.
Validates if a value is an integer.
encoding utility for integers inspired by Crockford Base32
Generate XRPL Accounts with a number-based secret: 8 chunks of 6 digits
Base class for regression modules
Basic layout model and some utilities for Cytoscape.js layout extensions
Add support for more integer widths to Buffer
Pure-JS printf
A Long class for representing a 64-bit two's-complement integer value.
Generate XRPL Accounts with a number-based secret: 8 chunks of 6 digits
Open Location Codes are a way of encoding location into a form that is easier to use than latitude and longitude. Source for a website to demonstrate Open Location Codes. (https://github.com/google/open-location-code)
A Long class for representing a 64-bit two's-complement integer value.
ScatterSwap is an integer hash function designed to have zero collisions, achieve avalanche, and be reversible.
ScatterSwap is an integer hash function designed to have zero collisions, achieve avalanche, and be reversible.
Converts numbers to seven segment display digits, as in a digital clock, by adding a monkeypatch to Integer.
Integers are converted to strings using a complex mapping and a base 36 alphabet. Strings with valid digits (0-9 a-z)are converted back to integers. The encoding is one-to-one but not sequential.This is useful for obfuscating user ids in urls.
Creates positive integer with specified number of digits (i.e., specified "length" when coverted to string)
NumberFlow provides a Rails helper and Stimulus controller for smooth integer digit transitions using gem-shipped CSS and JavaScript assets.
Output an n-digit number composed of consecutive integers
This gem lets you convert integers from and to whatever base you like. You can use array bases where you specify all the digits in the base, multicharacter digits and other niceties. By default, this gem avoids monkeypatching core Ruby classes, but it can be configured to monkeypatch too.
BaseConvert - Number base conversion. Converts positive integers to different bases: Binary, octal, hexadecimal, decimal, or any arbitrary base. "Out of the box" handling of up to base 95(:print: characters). Allows for arbitrary choice of alphabet(digits).
# Mod10 A simple gem to generate mod_10 check digits and check if integers are mod10 valid. ## Installation Add this line to your application's Gemfile: ```ruby gem 'mod_10' ``` And then execute: $ bundle Or install it yourself as: $ gem install mod_10 ## Usage Include the Mod10 module to make the following two methods available - generate_check_digit(value) Which returns an integer value for the mod10 check digit of a string or integer. Note: If the value is 0, then the argument was already mod10 valid. - is_mod10?(value) Returns true or false for the tested value is it is or isn't mod10 valid. ## Contributing 1. Fork it ( https://github.com/[my-github-username]/mod_10/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
No description provided.
No description provided.
No description provided.