Top "Uniqueidentifier" questions

With reference to a given (possibly implicit) set of objects, a unique identifier is any identifier which is guaranteed to be unique among all identifiers used for those objects and for a specific purpose.

Short unique id in php

I want to create a unique id but uniqid() is giving something like '492607b0ee414'. What i would …

php uniqueidentifier unique-index
Algorithm for generating a unique ID in C++?

What can be the best algorithm to generate a unique id in C++? The length ID should be a 32 bit …

c++ uniqueidentifier
iOS7 - Device unique identifier

Our iOS application is for specific users. So, we used device unique identifier for user identification. This approach works fine …

ios objective-c ios7 uniqueidentifier
What's a good way to uniquely identify a computer?

I'm developing some desktop software for a client to resell. The client wants to restrict the software so that the …

windows macos uniqueidentifier
Any way to identify browser tab in JavaScript?

I need to be able to identify what tab I am in within the browser. Isn't there some bit of …

javascript browser tabs uniqueidentifier
JavaScript Unique Browser Id

is there anyway to create a unique ID for a browser within javascript? Im not talking about an ID that …

javascript unique generator uniqueidentifier
Best way to get machine id on Linux?

What is the best-practiced way to get an unique machine ID in GNU/Linux for i386 architecture? Are there any …

linux unique gnu uniqueidentifier
is it possible to get a unique identification number from a mobile device?

I am currently working on mobile device web applications, and I was wondering if there is some sort of unique …

browser mobile uniqueidentifier
Directive template unique IDs for elements in AngularJS

I have a directive that can be used multiple times on a page. In the template of this directive, I …

angularjs templates angularjs-directive uniqueidentifier
Turn off IDENTITY_INSERT for Dataset insert

I am using a dataset to insert data being converted from an older database. The requirement is to maintain the …

sql-server dataset uniqueidentifier