get-uid
UID generator
Generates unique numeric IDs without side effects
Generate unique numeric id.
11 stars
3 watching
0 forks
Language: JavaScript
last commit: almost 10 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pid/puid | Generates unique IDs based on time, machine, and process for use in distributed environments. | 241 |
lukeed/uid | A utility to generate unique fixed-length random IDs. | 655 |
crypto-utils/uid-safe | Generates cryptographically secure UIDs suitable for both URL and cookie usage. | 143 |
adamhalasz/uniqid | A fast and unique identifier generator based on the current time, process ID, and MAC address. | 617 |
jonschlinkert/uniqueid | Generates unique sequential IDs with optional prefix and suffix. | 17 |
unshiftio/yeast | A tiny id generator that produces unique, compressed strings to avoid collisions and reduce bandwidth consumption. | 45 |
termosa/vue-uniq-ids | A plugin that generates unique IDs for attributes without modifying the original values, improving accessibility and reducing conflicts. | 34 |
tzwel/breezeid | Generates unique, human-readable IDs with no profanities and suitable for use in user-facing applications. | 4 |
spa5k/uids-postgres | Provides a PostgreSQL extension to generate unique IDs with multiple algorithms and formats. | 45 |
t-pwk/flake-idgen | Generates unique identifiers in a distributed environment with high precision and uniqueness | 242 |
flashultra/uuid | Utility for generating and manipulating unique identifiers across various formats | 25 |
weihongyu12/think-hashids | A module that generates unique IDs using a hash-based algorithm for ThinkJS applications | 7 |
edwingeng/wuid | A fast and unique identifier generator | 532 |
sasluca/zig-nanoid | A tiny, URL-friendly ID generator that produces unique, random strings with customizable length and alphabet | 27 |
lexborisov/yauid | Generates decentralized unique IDs with time ordering and node ID information | 21 |