Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johntopley/uuidwaster
Wasting UUIDs, one second at a time...
https://github.com/johntopley/uuidwaster
Last synced: 3 months ago
JSON representation
Wasting UUIDs, one second at a time...
- Host: GitHub
- URL: https://github.com/johntopley/uuidwaster
- Owner: johntopley
- Created: 2010-02-21T11:00:43.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T17:55:51.000Z (10 months ago)
- Last Synced: 2024-08-02T12:49:05.143Z (6 months ago)
- Language: Ruby
- Homepage: http://uuidwaster.com/
- Size: 25.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
- awesome-starred - johntopley/uuidwaster - Wasting UUIDs, one second at a time... (others)
README
= UUID Waster
UUID Waster is a useless Sinatra application for wasting Universal Unique Identifiers (UUIDs).
A Universally Unique Identifier (UUID) is a 128-bit number defined by {RFC 4122}[http://tools.ietf.org/html/rfc4122] that is for all intents and purposes guaranteed to be unique.
For example, the probability of a duplicate UUID would be about 50% if every person on earth—population approaching seven billion people—owned 600 million UUIDs.== Dependencies
* UUID Waster uses the {simple_uuid}[http://github.com/ryanking/simple_uuid] gem from Twitter to perform the UUID generation
* It uses {DataMapper}[http://datamapper.org/] as an ORM