This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Sep 29 08:01:51 -0700 2008 | |
| |
CHANGELOG | Tue Oct 13 16:28:18 -0700 2009 | |
| |
LICENSE | Sun Sep 28 21:33:58 -0700 2008 | |
| |
README | Tue Jul 07 06:00:00 -0700 2009 | |
| |
Rakefile | Mon Mar 09 12:06:35 -0700 2009 | |
| |
lib/ | Tue Oct 13 16:28:18 -0700 2009 | |
| |
spec/ | Mon Oct 12 16:36:08 -0700 2009 | |
| |
tasks/ | Mon Dec 01 07:18:29 -0800 2008 | |
| |
website/ | Sun Sep 28 21:33:58 -0700 2008 |
README
UUIDTools was designed to be a simple library for generating any of the various types of UUIDs. It conforms to RFC 4122 whenever possible. == Example UUIDTools::UUID.md5_create(UUIDTools::UUID_DNS_NAMESPACE, "www.widgets.com") => #<UUID:0x287576 UUID:3d813cbb-47fb-32ba-91df-831e1593ac29> UUIDTools::UUID.sha1_create(UUIDTools::UUID_DNS_NAMESPACE, "www.widgets.com") => #<UUID:0x2a0116 UUID:21f7f8de-8051-5b89-8680-0195ef798b6a> UUIDTools::UUID.timestamp_create => #<UUID:0x2adfdc UUID:64a5189c-25b3-11da-a97b-00c04fd430c8> UUIDTools::UUID.random_create => #<UUID:0x19013a UUID:984265dc-4200-4f02-ae70-fe4f48964159>







