Generating uuid-hash from string
Generating uuid-hash from string
RFC9562 UUIDs
Windows legacy GUID parser
TypeScript definitions for uuid-validate
A universally-unique, lexicographically-sortable, identifier generator
Javascript validator for UUID versions 1 through 5
A tiny (230B) and fast UUID (v4) generator for Node and the browser
RFC4122 UUID parser
UUID v4 generator and validator (RFC4122 compliant)
Create and translate standard UUIDs with shorter formats.
A tiny (118 bytes), secure URL-friendly unique string ID generator
A simple node js implementation of uuid v4 for use with Braintree's JS based SDKs.
Generates and parses MongoDB BSON UUIDs. Plays nicely with others including the MongoDB native driver and Mongoose.
TypeScript definitions for is-uuid
Native interface for modules that optionally depend on expo-updates, e.g. expo-dev-launcher.
react-native-uuid is a zero-dependency TypeScript implementation of RFC4122.
UUID check for Node and the browser
A JavaScript implementation of UUID version 7
Unique machine (desktop) id (no admin privileges required).
Simple generation of sanity document IDs
A simple v4 UUID generator
TypeScript definitions for uuid-parse
A Base32-Crockford encoded API Key generator, validator, and converter to turn UUIDs into human readable API Keys
Quickly and easily convert UUIDs to space efficient Base62 strings.
You need a UUID from some string. Maybe a URL shortner without a database, or some kind of ID passed as parameter. This gem uses Huffman Coding [http://en.wikipedia.org/wiki/Huffman_coding] and base 36 integers [http://en.wikipedia.org/wiki/Base_36] to create such ID.
Convert Integer ID or UUID String to/from Base58 String; Generate random Base58 String
Add binary (not string) UUIDs to ActiveRecord in MySQL
Add binary (not string) UUIDs to ActiveRecord in PostgreSQL
active_record_uuid is a nice gem that add uuid supports to your activerecord models (MySQL). It allows you to store uuid in various formats: binary (16 bytes), base64 (24 bytes), hexdigest (32 bytes), or string (36 bytes), and query back with uuid string.
UUID V4 compliant timestamp uuid where also the string representation is correctly sorted by timestamp
Add binary (not string) UUIDs to ActiveRecord in MySQL
Creates UUID version 5 out of scientific name string. It uses globalnames.org domain for DNS namespace. There is a 1:1 relationship between the string and the corresponding UUID, so it allows globally connect data about a name string originated from independent sources without a need to negotiate identifiers.
Generates RFC 4122 compliant UUIDs. These UUIDs can be treated as their raw byte representation or as human-readable strings.
== Description A tool for describing and validating objects as intuitively as possible. Easier to read and write than JSON Schema, and more powerful than a simple hash comparison. Example usage: shape = { :$uuid => { email: :$email, first_name: String, last_name: String, preferred_name: AnyOf[String, nil], admin_only_information: AnyOf[{Symbol => String}, :$undefined], Symbol => Object, }, } expect(api_response.body).to have_shape(shape)
Lazily generate string pattern combinations to name your [puppy|startup|band] or write bad poems or produce UUID variants. Kinda like reverse regex. Lazily loads "pages" of combinations and returns results before the heat death of the universe.