python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Uniqueness of UUID substring
We track an internal entity with java.util generated UUID. New requirement is to pass this object to a third party who requires a unique identifier with a max character limit of 11. In lieu of generat...
Jimmy3Sticks
Votes: 0
Answers: 1
Get key of type UUID and compare to string value
I have a HashMap of type UUID and token. The UUID is the key. I want to get the keys as a String and compare it to another String.
Here my Hashmap :
private final Map<UUID,Token> token = new Has...

Okabe
Votes: 0
Answers: 1
Is it possible to shorten firebase auth UIDs?
I've started designing a referral system and wanted to use firebase auth UIDs as the referral code for each user, however they're longer than I'd like and also not guaranteed to stay small. I've looke...
Emma Alecrim
Votes: 0
Answers: 2
Adding uuid to Vuetify datatable crud results in new items ending up with duplicate uuid
I have been using Vuetify CRUD example from https://vuetifyjs.com/en/components/data-tables/#crud-actions.
I want to add a a unique id for each record. I have taken their original code pen and copied ...

joomkit
Votes: 0
Answers: 1