A tiny only 70 bytes random URL-friendly uid generator
A tiny (130B to 205B) and fast utility to randomize unique IDs of fixed length
URL and cookie safe UIDs
generates a cryptographically strong random uid
Write files in an atomic fashion w/configurable ownership
Render-less container for ID generation
Infer the owner of a path based on the owner of its nearest existing parent
strong uid
Get the system default UID
TypeScript definitions for uid-safe
Generate random or sequential UUID of any length
Barebones code to generate a uid of custom length
A unique (CSS-safe) id generator made by Instructure Inc.
The schema definition for collections
Generate random tokens
JavaScript client-side search API with web-worker support
Generates cryptographically strong pseudo-random UIDs with custom size and base-encoding
Get running processes
BCS - Canonical Binary Serialization implementation for JavaScript
mkdirp, but chown to the owner of the containing folder if possible and necessary
Write files in an atomic fashion w/configurable ownership
unique id component
Full implementation of the fs module on top of leveldb
Generate an unique ID for use in a distributed environment.
This is a small class library, used to display base 10 integers as an easy to read base31 number. This was library was created as part of a bigger project, where a human-readable uid was required.
This is Daemons 1.0.10 with the addition of Chris Kline's fix from http://blog.rapleaf.com/dev/?p=19 Includes ability to change the process uid/gid. Also logdir can be specified seperate from piddir. Daemons provides an easy way to wrap existing ruby scripts (for example a self-written server) to be run as a daemon and to be controlled by simple start/stop/restart commands. If you want, you can also use daemons to run blocks of ruby code in a daemon process and to control these processes from the main application. Besides this basic functionality, daemons offers many advanced features like exception backtracing and logging (in case your ruby script crashes) and monitoring and automatic restarting of your processes if they crash. Daemons includes the daemonize.rb script written by Travis Whitton to do the daemonization process.