Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
6answers
3k views

Can you find out which compiler was used to compile a program?

Given an executable that is compiled from C to run on Solaris, is it possible to determine which compiler was used to compile the associated incomplete executable? I can't see anything when using ...
8
votes
3answers
105 views

How to identify stripes of different colors

how can I identify the presence or absence of regular stripes of different colors, but ranging from very very very very light pink to black inside of a scanned image (bitmap 200x200dpi 24-bit). Carry ...
8
votes
2answers
6k views

Trouble deciding on identifying or non-identifying relationship

I've read this question: http://stackoverflow.com/questions/762937/whats-the-difference-between-identifying-and-non-identifying-relationships But I'm still not too sure... What I have is three ...
7
votes
2answers
220 views

How can I uniquely identify a machine in C?

I want to uniquely identify a machine in C. The following are sources which have serial numbers, but they arent guaranteed to be unique, or present(like a removable hdd or network card) CPU: Im ...
7
votes
4answers
3k views

Best Java library for automatic language identification? [closed]

Which is the best Java library for automatic language identification/classification? Hypothetical syntax: String languageCode = LanguageIdentificationAPI.identifyLanguage("Hello world."); // ...
5
votes
4answers
146 views

How to reliably identify users across Internet?

I know this is a big one. In fact, it may be used for some SO community wiki. Anyways, I am running a website that DOES NOT use explicit authentication of users. It's public as in open to everybody. ...
5
votes
3answers
228 views

Identifying CDs

I'd like to be able to determine what music album CD is in a CD drive. For example, if someone claims that the CD in their drive is Eminem - The Eminem Show, I would like to be able to verify that the ...
4
votes
3answers
1k views

How to identify multiple USB-serial adapters under Ubuntu 10.1

I am reading data from multiple identical USB-serial adapters under Ubuntu 10.1. On occasion, their /dev/tty path changes (eg if other USB devices are connected on startup). I need a way of ...
4
votes
5answers
312 views

SMS - How to avoid Bankruptcy?

I'm coding a new website that will need users to enter their mobile phone number, the problem I'm facing is that I need to make sure that the user is in fact the owner of (or in this case, has access ...
4
votes
4answers
722 views

What to use? Digital signature?

Sorry I couldn't find the best heading for this question. Following is my requirement. I a working on a project which deals which large amount of money transactions to different account. The system ...
3
votes
2answers
71 views

Finding out the licenses of jar libraries

I use Maven to build my web app projects, when I add some dependent library to the pom file, it again adds some more dependent jars to the project recursively. Is there a way to find out or restrict ...
3
votes
5answers
103 views

How to defend against users with Multiple Accounts?

We have a service where we literally give away free money. Naturally said service is ripe for abuse. To defend against this we do the following: log ip address use unique email addresses (only 1 ...
3
votes
1answer
122 views

Using a hash function to give a memorable personality to objects

(Note: The project is in Python.) I'm running a simulation in which I have many objects that I want to show on the screen and manipulate with. There needs to be a way to identify each object, because ...
3
votes
3answers
3k views

Running several Android emulators with different phone numbers

first time poster here. I'm working on a client-server Android application and trying to figure out how to identify different phones/users to the server unambiguously. My first attempt would be to ...
3
votes
7answers
2k views

What is a good way to check if an object's type is a particular subclass?

I was thinking along the lines of using typeid() but I don't know how to ask if that type is a subclass of another class (which, by the way, is abstract) Edit: I should definitely mention the ...
2
votes
3answers
82 views

Using /usr/bin/file to determine file type?

I'm planning to use this system program /usr/bin/file to determine uploaded file content type and then act accordingly. Is this a good idea or are there things I should watch out for? (Or use ...
2
votes
7answers
590 views

C++ class identification question

I'll phrase this in the form of an example to make it more clear. Say I have a vector of animals and I want to go through the array and see if the elements are either dogs or cats? class Dog: public ...
1
vote
0answers
18 views

Independence afforded by using own domain for OpenID identifier

I'm looking at OpenID in general and also thinking of using it for a web app idea I have. My question is about what can be done when an OpenID provider goes under, chooses to cancel your account, ...
1
vote
3answers
292 views

Unique System ID in Ruby …?

Is there a way to generate an unique Hardware dependent Identification key in Ruby...?
1
vote
1answer
214 views

Make unique id of just numbers?

In a program, I am trying to make unique id numbers. I used this way: AtomicInteger count = new AtomicInteger(0); count.incrementAndGet(); int pid = count.get(); System.out.println("pid: " + pid); ...
1
vote
1answer
194 views

Extracting Information from Images

What are some fast and somewhat reliable ways to extract information about images? I've been tinkering with openCV and this seems so far to be the best route plus it has Python bindings. So to be ...
1
vote
1answer
465 views

COM port - how to identify a device (.net/c#)

I'm programming for Windows CE and I need to connect to a scanner. There is no problem - I know that it is on port COM0, but if I plug in another device earlier it gets another COM port... to get all ...
1
vote
4answers
3k views

How to generate an unique computer id on Delphi?

How can I quickly generate an unique computer id for a delphi app? I used to do it easly with c#, but this failed sometimes. I do want the ID to be "static" but I don't care if the id changes because ...
1
vote
2answers
93 views

What is the system that allows for anonymous pictures portraits?

Anyone knows what is the system that allow blogs / websites to generate a random picture for anonymous commenters? Its always the same picture if you input the same name and email, seems very useful ...
1
vote
1answer
651 views

Uniquely identify IPhone on a web application

I have a website and I would like to open it to some of our corporate IPhone users, but without their intervention : I enter their IPhone "serial #" into our webapp When they connect to the webapp, ...
1
vote
2answers
102 views

Unique DVD info?

I was wondering, is there some type of disc ID i can use to search in my database to see if that disc is has been scanned or not? All disc were created by me typically burnt on windows. -edit- I ...
0
votes
0answers
28 views

Text identification on image

I want to make a text identification on image..the program is to detect either on the image have an text or not..if have, it will show the position of the text..any one can give an idea?example could ...
0
votes
0answers
19 views

Android: Verification of authenticity of message from contact?

I have a system consisting of three entities. Two Android clients (apps) running on two different users phones (A and B), who are mutual friends. One server (S), to which the two clients both ...
0
votes
1answer
49 views

Is it possible to identify individual wireless access points on a single wireless network?

In thinking about the possible implementation of a mobile app that would identify a person's location based on wireless access points, I stumbled across a potential problem. To put it into context, ...
0
votes
1answer
73 views

OpenID: Why is storing claimed IDs in cookies safe?

I just started integration of OpenID in my website. All the examples I saw store the claimed IDs in cookies. How is it safe? For example, myopenid.com returns a claimed ID that is ...
0
votes
1answer
185 views

How to get an app_id for Facebook comments box plugin in order to moderate the comments

I want to be able to moderate Facebook comments that I have integrated. They say to use the following tag. <meta property="fb:app_id" content="{YOUR_APPLICATION_ID}"/> But from where do I get ...
0
votes
1answer
16 views

How can I get the row of a certain link in a table with data from a mysql database?

Here is my code <html> <?php DEFINE('DATABASE_USER', 'sfasdfasd'); DEFINE('DATABASE_PASSWORD', 'asdfasdfasdf'); DEFINE('DATABASE_HOST', 'sdfasdfasd'); DEFINE('DATABASE_NAME', ...
0
votes
1answer
26 views

Limit user access to files according to their role in CMS [closed]

I have multiple folders with content and should decide whether to give or give not permission to user access this content according to user's role in my CMS. Access is given on per-folder basis. The ...
0
votes
0answers
21 views

mysql workload type parameters

I am given an assignment to find "Identification of workload type parameters" i. Key_read_requests ii. Key_reads iii. Key_write_requests iv. Key_writes v. Table_locks_immediate please help me ...
0
votes
1answer
90 views

How do plugins identify what type of server a website is running on?

I have tested a few plugins for Firefox and Chrome which can identify IP number of a given website ofcause. But some of them can also show what server-side technology the website runs on. How do they ...
0
votes
2answers
41 views

How can I authorise a client in an OAuth-esque way?

Let's say I have 2 servers (server and authenticator), and I have a client. My end goal here is to be able to identify the client on server. My solution was to come up with a token/secret system like ...
0
votes
0answers
92 views

how to make speaker identification with j2me

i wannt to make speaker authentification with java. What algorithm i can use? anyone have code? please give me, i really need that...
0
votes
3answers
151 views

image feature identification

I am looking for a solution to do the following: ( the focus of my question is step 2. ) a picture of a house including the front yard extract information from the picture like the dimensions and ...
0
votes
2answers
244 views

Rails Device “Fingerprinting”

Is there any way or best practice around device fingerprinting for a rails app? In other words. Given that all cookies are blocked, is there any way, with a relatively good degree of certainty, who ...
0
votes
1answer
221 views

Any ideas how to solve this problem?

I developing a system that consist of 2 units; 1 Android tablet and 1 iPhone. My users will have to identify themselfs to the Android tablet (this should be done as user-friendly as possible with as ...
0
votes
1answer
25 views

Passthrough indentification in wcf

How do I pass the identity of the logged on user in an a webapplication to a service beeing called by the webserver? My idea her is to set som kind of EndpointIdentity on the cahnnel. In my case this ...
0
votes
6answers
171 views

MySQL - Coming up with a Unique Key for each record, not the primary Key

Ok this is a tricky one to explain. I am creating an app that will have PAGES, currently I'm using PageID as the key to SEL the record. The issue I'm having now is that I want users to be able to ...
0
votes
1answer
379 views

Reading/Writing Magnetic Striped ID Cards in Linux

How would I accomplish this? Is there a specific brand of card reader/writer that works easily with linux and windows (linux being more important as I need to deploy these to cheap kiosks).
0
votes
1answer
126 views

Which Property type do I use to put a User's user_id() in the Datastore?

This is why I need to put user_id()'s in the Datastore: A User value in the datastore does not get updated if the user changes her email address. This may be remedied in a future release. ...
0
votes
4answers
2k views

How can I know if a TIFF image is in the format CCITT T.6(Group 4)?

How can I know if a TIFF image is in the format CCITT T.6(Group 4)?
0
votes
7answers
518 views

Identifying algorithm used to generate codes

How would one identify what algorithm is used to generate codes with? Both common, open source ones, and the more difficult, custom unpublished algorithms? For example here are a sample... x3vbhzcouy ...
0
votes
3answers
229 views

Identifying dyamically generated content on a page

What is the best-practise way of Identifying dynamically generated element on page? Let me explain. I have a list of elements, there can be as few or as many elements as the user defines, on a page. ...
0
votes
3answers
102 views

Textual Irregularities

Does anybody know of a library or piece of software out there that will locate irregularities in text? For example, lets say I have... 1. Name 1, Comment 2. Name 2, Comment 3. Name 3 , Comment 5. ...