Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
6answers
5k views

Identifying the CPU architecture type using C#

I want to check which CPU architecture is the user running, is it i386 or X64 or AMD64. I want to do it in C#. I know i can try WMI or Registry. Is there any other way apart from these two? My project ...
4
votes
1answer
57 views

Identifying sets of linked IDs in SQL Server

I have a simple table that looks like this: ClientID ItemID 1 1 1 2 1 3 2 1 2 2 3 3 4 3 5 1 5 2 5 ...
4
votes
2answers
752 views

Identify which AlertDialog triggered onClick(DialogInterface dialog, int which)

I'm creating a dialog as follows: @Override protected Dialog onCreateDialog(int id) { switch (id) { case DIALOG_1: return new AlertDialog.Builder(this) .setTitle(R.string.s_dlg1) ...
3
votes
3answers
249 views

How can I tell what Database format a file (or set of files) was created with (in Delphi)?

I have a number of data files created by many different programs. Is there a way to determine the database and version of the database that was used to create the data file. For example, I'd like to ...
3
votes
2answers
1k views

Paperclip my Image is not recognized by the 'identify' command. (Running Windows)

Im using Paperclip to size my images but I keep getting this error ( 1 error prohibited this project from being saved: Image C:/DOCUME~1/HP_ADM~1/LOCALS~1/Temp/stream,5584,0.jpg is not recognized by ...
2
votes
2answers
109 views

What is this O(N*k) sorting algorithm?

When working on "The fastest sort for BrainF***", I discovered this algorithm, which is O(N*k), where k is the maximum value in the input. It requires O(N) extra storage. The physical analogy is that ...
2
votes
1answer
80 views

Best way to identify googlebot

What is the most reliable, fastest way to identify the Googlebot crawler? rDNS can be spoofed, so the googlebot ip list looks to be the most reliable way. Are there any sites/resources, where the ...
2
votes
2answers
241 views

Objective-C: Instance Variable in Category

I am just asking whether it was possible to add an instance variable via a category. My special problem is, that I need to add an NSIndexPath property to an ASIHTTPRequest object but I don't wanna ...
2
votes
1answer
299 views

Identify profile-icc with Image Magick

Is there a way to return image profile with image magick command identify or some other command? For example I have an image kitchen.jpg. This image has profile Euroscale Coated v2. I can see that by ...
1
vote
1answer
72 views

Identify and show what forbidden characters are in a string

I'm trying to find the best way to do this in PHP : I have to analyse a string. Some characters are forbidden (i.e. : comma, semicomma, space, percentage... but it can be any character I want, not ...
1
vote
1answer
105 views

How to make “Identify browser as” in iOS

I am writing a browser for iOS (iPad) and I was wondering how I could make a user setting that will make the browser seem as if it was Safari Desktop, Firefox, etc. (I am a beginner) Thank you!
1
vote
0answers
87 views

php loops an edit but how to identify each record to edit within the loop?

I have a php page that pulls an order containing a portal of ordered items. Each ordered item is looped and sent via XML for deletion from a Metasite. Within the loop, the Metasite returns a response ...
1
vote
4answers
128 views

Identify folder with PHP

I'm making an image gallery script with PHP which is including a comment system. The basic function of the script is to read the folder's name and to show a gallery with the folder's name as title and ...
1
vote
2answers
40 views

What elements/concepts are found in this piece of javascript?

Was messing around and found this to be handy for some stuff but if ya had to ask me what exactly is what right now, I wouldn't be able to tell you, so was wondering if the community could help ...
1
vote
2answers
611 views

android: Identify individual items in row of ListView?

I have a ListView in a ListActivity populated by a database table. Each row of the ListView is a RelativeLayout with three TextViews named rowid, date, and name in that order. I am able to select ...
1
vote
2answers
56 views

Need a simple tool for analysing unicode characters

I'm surprised I can't find a simple tool for this. Basically, sometimes as a result of text munging, or using some piece of software, I end up with some text that has some troublesome characters - ...
1
vote
1answer
627 views

How to identify the keyboard keys using C#

I have an C# application runing at the back ground. Now i want to stop this application when the system is locked. how can i do that. Any help regarding this is really appreciated. Thanks Hougen for ...
0
votes
0answers
37 views

BASH - math image size

I am trying to find fractions of an image size using this w=$(identify -format "%w" $1) h=$(identify -format "%h" $1) w16=$(($w/16)) w2=$(($w/2)) h16=$(($h/16)) h2=$(($h/2)) which returns this ...
0
votes
0answers
12 views

How do I identify a program as an FTP service?

I noticed that when some professional FTP software is running on a port and I sniff it with Wireshark it shows up for example as FTP traffic. But when I program my own FTP server using plain sockets ...
0
votes
1answer
58 views

Hough Lines P - How to know if there is no line detected?

I used HoughLinesP to identify lines. However, my problem is how do I know when there are no lines detected. I have tried comparing the vector lines to null but nothing happens. To be precise, here is ...
0
votes
1answer
24 views

SQL: Correctly identify and correct(if possible) names in database

I have a large database of names, and I'm hoping to identify incorrect capitalization. Right now I'm using the following... SELECT * FROM myTable WHERE LastName LIKE '%Mcd%' COLLATE ...
0
votes
2answers
72 views

How to get mail nsf file name after user login in domino

I need to get user's nsf file name after he logins in the system, for opening that mail file. Name is required since I am getting 4269 & 4457 error on login then I have to give mail file name for ...
0
votes
0answers
8 views

Help identify and Android ui widget, please.

Will someone please identify this widget. It's a perfect for for what I want to do. Thank you. http://www.zshare.net/image/93088969b4d3e502/ I'm new, so I can't post images. Thank you!
0
votes
1answer
72 views

How to identify which file triggered Download_Complete intent

I'm developing an application that will Download another apk file, and asks for it's installation. Since my target is GingerBread I'm using the DownloadManager class. Is there anyway to know which ...
0
votes
4answers
85 views

What steps should I take to identify this algorithm

I have a application that stores passwords in a ms sql database, I wish to replicate the algorithm used to generate those passwords. I have to admit I am abit lost at exactly what I should try next. ...
0
votes
2answers
102 views

How can I track the origin of an email sent to me through http://anonymousfeedback.net? [closed]

I got an anonymous email from this website. I wanna know who it really came from. http://anonymousfeedback.net . Is it possible??
0
votes
1answer
266 views

imagemagick return file format using identify

Current I am able to get the file format using identify -verbose filename.hpg, I get Format: JPEG (Joint Photographic Experts Group JFIF format) from the array. How can I return this exact same line ...
0
votes
1answer
350 views

Rails 3 & Devise: Keeping track of who-owns-profile for user posts

My app has a user model and a post model, where user has_many posts and posts belong_to users. Posts are displayed on a user's profile page. I'd like for any user to be able to post on his own, or any ...
0
votes
0answers
71 views

Identify fixture record in rails testing

My Cart model which I code unittests have method that takes product_id to find product by id and add this product to cart. Trouble raised when I derive id of test product by fixtures accessor. First ...
0
votes
1answer
517 views

How to identify one-to-one (one-to-?) relationship using INFORMATION_SCHEMA or sys views in Sql Server

So here is the problem.. Using TSQL and INFORMATION_SCHEMA or sys views, how can I identify a 1:0-1 relationship, such as FK_BaseTable_InheritedTable? In a concrete example, imagine a simple DTO - ...
0
votes
1answer
97 views

How to uniquely identify a computer based on Gmail, Skype and Apple updates [closed]

I bought an iMac some time ago. Although it was stolen some time ago, I managed to get the Serial Number from the provider who sold it to me. The point is that I know who took it and also that he is ...
0
votes
1answer
185 views

Which language is the following program written in?

http://www.geocities.com/CapeCanaveral/Hall/2027/alfabeto.txt part of it: procedure f /martina go 20 rt 90 go 10 lt 180 go 10 lt 90 go 10 lt 90 go 10 up go 5 rt 90 go 10 lt 180 down ...
0
votes
1answer
298 views

Get Object reference when using context rewrite path

I get this error when i have this in my codebehind: if(Page.User.Identity.IsAuthenticated) System.NullReferenceException: Object reference not set to an instance of an object. This error show ...
0
votes
5answers
564 views

Unique identification of a certain computer

i have following scenario and can't seem to find anything on the net, or maybe i am looking for the wrong thing: i am working on a webbased data storage system. there are different users and ...
-1
votes
0answers
12 views

migrating from xp to win7 (64) instance control/process identification failing

We are migrating desktop from win xp to win 7 (64). An application relies on detecting the running process of another applicatipn in order to initiate a transaction. This is done in win xp by checking ...