Skip navigation.
 
mlRe: [ANN] UUID Factory
FROM : Bill Cheeseman
DATE : Thu Oct 14 23:14:57 2004

on 2004-10-14 3:35 PM, Shaun Wexler at <email_removed> wrote:

> I've been writing drivers lately, so I made a widget to generate UUID
> strings, with clipboard and drag/drop support.  In case anyone wants a
> copy:
>
> http://www.skwdev.com/downloads/UUIDFactory.dmg
>
> 132 kB, requires Panther.


And I posted one some time ago called UUID Sample App. It allows you not
only to generate UUIDs, but also to make them in binary or string format and
with uppercase or lowercase characters, and to compare any two UUIDs. It is
based on my included UUID Cocoa framework, free as long as you provide
attribution. It also includes a lot of documentation about UUID standards,
with URLs.

  http://www.quecheesoftware.com/downloads/UUID.html

This weekend I plan to upgrade the framework to handle -isEqual: properly,
so that collections of UUIDs can be manipulated quickly using standard Cocoa
array and dictionary techniques.

--

Bill Cheeseman - <email_removed>
Quechee Software, Quechee, Vermont, USA
http://www.quecheesoftware.com

The AppleScript Sourcebook - http://www.AppleScriptSourcebook.com
Vermont Recipes - http://www.stepwise.com/Articles/VermontRecipes

Related mailsAuthorDate
ml[ANN] UUID Factory Shaun Wexler Oct 14, 21:28
mlRe: [ANN] UUID Factory Shaun Wexler Oct 14, 21:35
mlRe: [ANN] UUID Factory Andy Satori Oct 14, 22:01
mlRe: [ANN] UUID Factory Finlay Dobbie Oct 14, 22:48
mlRe: [ANN] UUID Factory Bill Cheeseman Oct 14, 23:14
mlRe: [ANN] UUID Factory John C. Daub Oct 15, 15:51