Top "Uuid" questions

A UUID (Universally Unique IDentifier) is an identifier that is created with the intent of being, as the name suggests, universally unique.

How to save a UUID as binary(16) in java

I have a table TestTable with columns ID as binary(16) and name as varchar(50) I've been trying to store an …

java mysql primary-key uuid sql2o
Why are there dashes in a .NET GUID?

Why are there dashes in a .NET GUID? Are there dashes in most implementations of a GUID, or is it …

.net guid uuid
How to get 32 bits unique number in Java?

I need to generate an unique number of 32 bits in Java. I need to return the number as Java int, …

java guid uuid uid
Get BIOS UUID from C or Delphi from Win32

VMWare configuration files contains a line like uuid.bios = "56 4d ed cf 3c cd 63 20-53 78 95 86 26 92 22 c8" And afaik most (every?) …

c delphi winapi uuid bios
Human readable alternative for UUIDs

I am working on a system that makes heavy use of pseudonyms to make privacy-critical data available to researchers. These …

standards uuid human-readable
identifierForVendor changes on reinstall

identifierForVendor is not supposed to change on reinstall of app: The value in this property remains the same while the …

ios uuid uniqueidentifier
Does UUID getting changed for some cases

I am using user's device UUID to get unique device. NSString *currentUUIDString = [[[UIDevice currentDevice] identifierForVendor] UUIDString]; I know that UUID …

ios icloud uuid keychain uniqueidentifier
Get the UUID that the dSYM have when archive in runtime for the application

Is there any way to get the UUID the dSYM file has from the application in runtime? I tried with …

ios uuid dsym
UUID for app on iOS5

Possible Duplicate: UIDevice uniqueIdentifier Deprecated - What To Do Now? As I expect you are aware of, the uniqueIdentifier in …

ios5 uuid uidevice
MySQL UUID() when not unique?

What happens when a UUID() generated by MySQL is not unique? If this is for a column that is a …

mysql uuid uniqueidentifier unique-key