A UUID (Universally Unique IDentifier) is an identifier that is created with the intent of being, as the name suggests, universally unique.
89
votes
6answers
44k views
How to create a GUID/UUID using the iPhone SDK
I want to be able to create a GUID/UUID on the iPhone and iPad.
The intention is to be able to create keys for distributed data that are all unique. Is there a way to do this with the iOS SDK?
11
votes
5answers
3k views
How can I use UUIDs in SQLAlchemy?
Is there a way to define a column (primary key) as uuid in sqlalchemy if using postgresql?
1
vote
5answers
4k views
How to create user friendly unique IDs, UUIDs or other unique identifiers in Java
I usually use the UUID class to generate unique IDs. This works fine if these IDs are used by technical systems only, they don't care how long they are:
...
1
vote
6answers
9k views
generating UUID but only for 8 characters
i want to generate UUID but of only 8 characters, as UUID is generated of 32 characters.
Is it possible??
0
votes
1answer
44 views
mysql UUID as String How to speed up my queries
I have my UUIDs as strings, I have thousands of items in my database. My queries that seem even basic seem to takes seconds and seconds to load - when I do more complex ones we're talking minutes of ...
14
votes
7answers
8k views
Is there a method to generate a standard 128bit GUID (UUID) on the Mac?
Is there a built in function equivalent to .NET's
Guid.NewGuid();
in Cocoa?
My desire is to produce a string along the lines of 550e8400-e29b-41d4-a716-446655440000 which represents a unique ...
0
votes
1answer
21 views
CSPRNG: Any time guarantees?
Does a cryptographically secure pseudorandom number generator also guarantee, that the entropy is gathered in such a way, that the value cannot occur twice when generated at a different time?
I know ...
1
vote
2answers
833 views
How does UUID work with PHPCassa
I am using:
CassandraUtil::uuid1();
This is what I get:
ämªðÏBà=0£Ï‰
I though it would output a int.
What is going on? Is it normal?
Also should I use uuid1 or 2 or 3 or 4 or ...?
Thanks in ...
6
votes
6answers
24k views
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" from Cydia Store but that is not working on my system. I could SSH with WinSCP and I have a ...
6
votes
2answers
2k views
Why Doesn't JQuery Expose its UUID Functionality?
Underneath the hood JQuery uses a map of "UUIDs" (just a counter it maintains as jQuery.uuid) to work around the well-known memory leak issues browsers have when you attach a property to a tag in the ...
0
votes
1answer
33 views
Tastypie not returning URI with UUID when UUIDField is primary key
I'm using Django and tastypie to develop a REST API, with a primary key that is a UUIDField from django_extensions. However, making the primary key a UUID isn't playing nicely with tastypie: when I ...
0
votes
1answer
40 views
Java UUID Generators libraries [closed]
Is there any UUID/GUID generator libraries other than the java.util.UUID class and the Java UUID Generator library?
667
votes
26answers
163k views
How to create a GUID / UUID in Javascript?
I'm trying to create globally-unique identifiers in Javascript. I'm not sure what routines are available on all browsers, how "random" and seeded the built-in random number generator is, etc..
The ...
0
votes
1answer
46 views
What is the difference between UUID generated using CFUUID and NSUUID class?
I got confused amoung the 2 uuid's generated using two different classes (CFUUID and NSUUID). Are they both same?
1
vote
1answer
24 views
How do you index a Set of UUIDs in Hibernate Search?
I have an entity in my application, which has a Set<UUID> on it, which I would like to index.
So far, I've tried putting @IndexEmbedded, @Field and @FieldBridge (which takes a UUID, not ...
2
votes
3answers
56 views
Generating Unique identifier using two strings
I would like to get an idea on how can we generate an unique identifier using two Strings. My requirement here is to generate an unique identifier for a particular document. For id generation, ...
0
votes
1answer
30 views
MySQL - Insert UUID as BIGINT yet check if unique
I am trying to create a unique identifier that can be stored as a BIGINT within a table.
I am working with the pre-existing table that uses a BIGINT for a unique identifier. The database itself does ...
0
votes
1answer
53 views
UUID v1 objecive-c implementation
I want to implement UUID v1 in my iOS App.
I know that it is composed of Mac Address and timestamp as described in
...
7
votes
6answers
8k views
Problems mapping UUID in JPA/hibernate
According to the documentation, hibernate 3.6 should have support for the java.util.UUID type. But when I map it like:
@Id protected UUID uuid;
I get the following exception:
Caused by: ...
1
vote
2answers
29 views
MySQL matches uuid against the primary key
I am having a really bizarre issue with MySQL selecting undesired records. Here is my setup that should reproduce the issue.
The Table
CREATE TABLE `users` (
`id` int(10) unsigned NOT NULL ...
0
votes
0answers
28 views
Hibernate: ObjectNotFoundException if used UUID as Id (unidirectional relationship, mysql)
if i use the managed by Hibernate 4.2 the id attribute, that declared in Java code as UUID by the unidirectional relationship,the following exception will be thrown.
If i use String as id instead of ...
3
votes
3answers
5k views
Android Bluetooth Where can I get UUID?
I want to connect 3 devices via Bluetooth.As for example I use BluetoothChat. So How I understand I should use different UUID for this devices. I have been trying to connect via such ...
3
votes
1answer
93 views
Check that the SPP UUID 00001101-0000-1000-8000-00805F9B34FB exists on server
I'm using Windows 7 PC as Server.
Code:
public class PCSPPServer {
//start server
private void startServer() throws IOException{
//Create a UUID for SPP
UUID uuid = new ...
0
votes
0answers
31 views
“source not found” after UUID.fromString
I'll start like everybode else: new to android and building my first app in eclipse.
I'm trying to make my phone (Samsung Galaxy SIII) connect to my computer via bluetooth. The app finds and lists ...
11
votes
2answers
3k views
Generating a UUID in Postgres for Insert statement?
My question is rather simple. I'm aware of the concept of a UUID and I want to generate one to refer to each 'item' from a 'store' in my DB with. Seems reasonable right?
The problem is the following ...
1
vote
0answers
25 views
Secure UUID v4 generation in PHP
I'm looking to generate a UUID (version 4) in PHP however all the methods I've seen use mt_rand() which I want to avoid as it poses security implications if the UUID generated can be guessed.
I have ...
0
votes
1answer
22 views
Solr 4 Lucene - Error loading class 'Solr.UUIDField'
Trying to create a UUID field in my schema.xml, I just get this error when starting Solr:
Plugin init failure for [schema.xml] fieldType "uuid": Error loading class 'Solr.UUIDField'
My schema looks ...
2
votes
2answers
626 views
Is /proc/sys/kernel/random/uuid strong keying material?
I've been looking at ways to generate a strong 256 bit/32 byte symmetric key for the HMAC_SHA256 algorithm. I stumbled upon the /proc/sys/kernel/random/uuid file.
According to man random(4): "The ...
1
vote
1answer
40 views
what are the smallest and largest valid type-1 UUIDs?
i have been reading the UUID RFC at http://www.ietf.org/rfc/rfc4122.txt and experimenting using the python uuid module. for ease of explanation, here is the UUID diagram lifted from the spec.
0 ...
1
vote
2answers
32 views
Which UUID library to use
I'm writing a GUI application using GNOME technologies, and I need to define UUIDs for resources in RDF files.
I'm writing in C++ but I don't mind using a C library and wrap it in my own C++ wrapper. ...
1
vote
4answers
1k views
How to generate reliably a random UUID on Oracle?
This blog explains, that the output of sys_guid() is not random for every system:
http://feuerthoughts.blogspot.de/2006/02/watch-out-for-sequential-oracle-guids.html
Unfortunately I have to use such ...
0
votes
1answer
18 views
Creating new object with relations without the related id
I have a rails app with the following models:
class Product < ActiveRecord::Base
has_many :stores, through: :product_store
attr_accessible :name, :global_uuid
end
class ProductStore < ...
4
votes
1answer
4k views
How to create programmatically an A2DP connection or how can I emulate an Android phone to be an A2DP sink?
I have two android phones (Samsung Galaxy Tab and HTC Desire). Both 2.2. The Galaxy Tab should be an A2DP sink and the Desire the source. My aim is to route the sound of the Desire to the Galaxy. I ...
0
votes
0answers
44 views
Why is iOS5 failing to grok 128-bit Bluetooth characteristic UUIDs?
We've got a Bluetooth Low Energy (BLE) app using CoreBluetooth on iOS. The hardware side is using a Texas Instruments CC2540 chip. Here's the problem:
An older version of our firmware used 16-bit ...
0
votes
2answers
4k views
Errors for the android Bluetooth Chat example: layout unkown and API free of modifications crashed
I try to implement bluetooth communication for my application but I'm still stuck on the discover devices part.
So, I try to implement the Bluetooth Chat example provided by google but I get some ...
1
vote
2answers
47 views
Return Posgresql uuid array as list with psycopg2
I have an SQL statement which has a subquery in an ARRAY():
SELECT foo, ARRAY(SELECT x from y) as bar ...
The query works fine, but in the psycopg2 results cursor ARRAY is a string '{1,2,3}', not a ...
0
votes
0answers
37 views
MKStoreKit not working due to new UUID uniqueidentifier change from May 1st (Automatic Reference Counting / Private API)
I already answered this question for myself, but it took me a few hours of research, so I wanted to spread the info around.
The APP store changed its requirements on May 1st, 2013, and now no longer ...
5
votes
1answer
90 views
Rails 3.2 schema dump turns all UUID columns to text and mangles array declarations with postgres_ext gem
Using Ruby 2.0.0-p195 with Rails 3.2.13 and v0.3.1 of the postgres_ext gem.
It seems that I often have trouble with schema dumps (not SQL structure dumps) using Rails wherein the schema dumper ...
0
votes
1answer
54 views
Rails 4.0 integer ID -> UUID / Add options hash to table in ActiveRecord Migration?
stackoverflow newbie here, although I've been on here many times to look for helpful answers in the past. This is my first question though, so please be nice :)
I've been trying to figure out how to ...
1
vote
2answers
102 views
UUID field not stored by NeoDatis
I have a strange problem using an UUID field in a class.
I'm using NeoDatis to persist objects to database, and this is working fine, except that the field value of retrieved instances is not equal ...
6
votes
2answers
1k views
How to convert two longs to a byte array = how to convert UUID to byte array?
I am using Javas UUID and need to convert a UUID to a byte Array. Strangely the UUID Class does not provide a "toBytes()" method.
I already found out about the two methods:
...
1
vote
1answer
50 views
Change UUID format in Django foreign key
I have postgresql DB and using UUID as PK in my models.
When I do something like
model.rel_model.id
it returns me uuid in 32 chars (without '-' separators, as uuid.hex does) - it so because I wrote ...
2
votes
0answers
78 views
SecureRandom.uuid vs UUID gem
Is there a difference between ruby's SecureRandom.uuid (Ruby 1.9.3) and the UUID gem? Is the UUID gem the "old" way of doing things?
From the docs I gather that the gem is more "safe" to be a real ...
0
votes
0answers
42 views
Bluetooth UUID from String Crashing
I am trying to listen for connections to my BluetoothServerSocket, but happens that the creation of the UUID is crashing the application.. Don't know why.
private void listenServerSocket() {
...
39
votes
5answers
22k views
PHP function to generate v4 UUID
So I've been doing some digging around and I've been trying to piece together a function that generates a valid v4 UUID in PHP. This is the closest I've been able to come. My knowledge in hex, ...
0
votes
0answers
9 views
Generate Random double in the range[0,1) with a seed in the range [0,2^16}
I have to generate a random double in the range[0,1) providing with a seed in the range [0-2^16] in c or c++
The generated id's should have a uniform distribution.
Can you suggest some methods or ...
0
votes
1answer
35 views
Generating uniformly distributed random numbers in distributed environment
I have to generate a "unique Random Number" in a Wireless sensor network which works on the principle of Gossiping.
The requirements are:
Each node has to generate a unique Random Number, without
...
2
votes
4answers
79 views
Generate ID fast and with high probability of uniqueness
I want to generate ID to event that occur in my application.
The event frequency is up to the user load, so it might occur hundreds-thousand of time per second.
I can't afford using UUID.randomUUID() ...
1
vote
0answers
25 views
Making checks before rsyncing external drive on OSX
I have the following issue on OSX though I guess this could equally be filed under bash. I have several encrypted portable drives that I use to sync an offsite data store or as an on-the-go data store ...
2
votes
3answers
1k views
Math question regarding Python's uuid4
I'm not great with statistical mathematics, etc. I've been wondering, if I use the following:
import uuid
unique_str = str(uuid.uuid4())
double_str = ''.join([str(uuid.uuid4()), str(uuid.uuid4())])
...


