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.

Generating v5 UUID. What is name and namespace?

I've read the man page, but I do not undestand what name and namespace are for. For version 3 and version 5 …

uuid
Get UUID without iTunes

I am looking for a way to extract my iPhone (OS v3.0) UUID without using iTunes. I tried "UUID Revealer" …

iphone itunes uuid
How to determine if a string is a valid v4 UUID?

I'm making a validator based on UUID generated by client browser, I use this to identify a certain type data …

php regex uuid
Example of UUID generation using Boost in C++

I want to generate just random UUID's, as it is just important for instances in my program to have unique …

c++ boost uuid boost-uuid
Is there a 128 bit integer in C++?

I need to store a 128 bits long UUID in a variable. Is there a 128-bit datatype in C++? I do …

c++ performance types cross-platform uuid
Inserting and selecting UUIDs as binary(16)

I don't understand why SELECT UUID(); Returns something like: 3f06af63-a93c-11e4-9797-00505690773f But if I …

mysql binary uuid
I need to generate uuid for my rails application. What are the options(gems) I have?

I use Rails 3.0.20 and ruby 1.8.7 (2011-06-30 patchlevel 352) Please suggest me the best plugin to generate guid.

ruby-on-rails ruby ruby-on-rails-3 guid uuid
How to generate UUID in Angular

How do I generate a UUID in Angular? I tried the packages https://www.npmjs.com/package/uuid-generator-ts and https://…

angular typescript uuid
Differences between UDID and UUID

Some people say UDID (Unique Device IDentifier) and some say UUID (Universally Unique IDentifier). Are they are the same or …

ios iphone ipad uuid udid
How do I change a UUID to a string?

I need to be able to assign a UUID to a user and document this in a .txt file. This …

python string uuid