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.

When are you truly forced to use UUID as part of the design?

I don't really see the point of UUID. I know the probability of a collision is effectively nil, but effectively …

architecture uuid
How to generate UUID with angular 2?

I'm using Angular 2 for a signup form: first name, last name, email and password. After submit, the data is being …

angular uuid
How to Create Deterministic Guids

In our application we are creating Xml files with an attribute that has a Guid value. This value needed to …

c# .net guid uuid
How to generate unique 64 bits integers from Python?

I need to generate unique 64 bits integers from Python. I've checked out the UUID module. But the UUID it generates …

python guid random uniqueidentifier uuid
Cassandra: Generate a unique ID?

I'm working on a distributed data base. I'm trying to generate a unique ID that will serve as a column …

cassandra uuid cql cql3
How to generate unique id in Dart

I write websocket chat. How to generate unique id for user? now i use this code: id = new DateTime.now().…

unique dart identity uuid uniqueidentifier
UUIDs for DynamoDB?

Is it possible to get DynamoDB to automatically generate unique IDs when adding new items to a table? I noticed …

amazon-web-services amazon-dynamodb uuid
UUID.fromString() returns an invalid UUID?

In my Android app I've got this method which takes a UUID. Unfortunately when I do this: OverviewEvent overviewevent = eventAdapter.…

java android uuid illegalargumentexception
Delphi UUID generator

Does Delphi have anything built-in to generate UUIDs?

delphi uuid