Tag : uuid
![]() |
Title | User | Language | Tags | Description | Date |
|---|---|---|---|---|---|---|
|
UUID replacement (>=ios5) | mlecho | Objective C | uuid | July 20 | |
|
IP and MAC addresses | Jean Brouwers | python | ip ipv4 mac python2_4 python3 python3_1 uuid |
This module collects all IP and MAC addresses from several available sources on the underlying system. See the module documentation for more details, supported Python releases and platforms. |
April 13, 2010 |
|
Get a posix timestamp from a type 1 uuid | Kent Tenney | python | datetime time timestamp uuid |
The uuid timestamp is 60 bits, the number of 100 nanosecond increments since Oct. 15, 1582 This simple function returns a value which makes datetime.datetime.fromtimestamp() happy. It simply rewinds the code in the standard library's uuid1 function:
|
August 13, 2008 |
|
Simple Universally Unique ID (UUID or GUID) | Carl Free Jr | python | Simple Universally Unique (UUID GUID) database |
This is a short & sweet UUID function. Uniqueness is based on network address, time, and random. Another good point: does not create a "hot spot" when used in a b-tree (database) index. In other words, if your IDs look something like "abc100" and "abc101" and "abc102"; then they will all hit the same spot of a b-tree index, and cause the index to require frequent reorganization. On the other hand, if your IDs look more like "d29fa" and "67b2c" and "e5d36" (nothing alike); then they will spread out over the index, and your index will require infrequent reorganization. |
August 2, 2003 |

