The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
41 views

How to identify “similar” rows in R?

Hi to all the members of the community, I am trying to find out how to compare elements of my DB and identify them by a new binary variable. My DB is like this: id=rep((1:2),5) ...
0
votes
1answer
123 views

Paperclip::Errors::NotIdentifiedByImageMagickError

I am trying to upload image with paperclip, but got this error: [paperclip] An error was received while processing: #<Paperclip::Errors::NotIden tifiedByImageMagickError: ...
-2
votes
2answers
49 views

PHP finds database, but can´t seem to find tables

Okey, I´ve been googling for a while, and debugging for hours. I have a perfectly working small database, there is a table exactly named "Category" which in it´s turn has a row named exactly "Name". ...
0
votes
1answer
28 views

Uniquely identify a user on WinRT and WP8 using (f.ex.) LiveID?

I am looking for a way to uniquely identify a user in WinRT and preferably in WP8 as well. In WP7 applications, I could get a hash of the Live ID to do this, but I am not sure of how to approach this ...
0
votes
1answer
57 views

Loop thru tabbed data and get blocks of segemented information

I'm an amateur programmer with some nice skills but still not professional as most of you and that's the reason why I'd like to ask you for help on this. I have a plain text file with tabbed ...
1
vote
2answers
36 views

Set all images to landscape with bash

In the file explorer or in shotwell some images appear to be in portrait mode some are in landscape. But the identify command can't differentiate them : Landscape : IMG_0064.JPG JPEG 3648x2736 ...
0
votes
1answer
43 views

ArcGIS API for SIlverlight 3.1 SIlverlight 5: Esri identify task

RE: ArcGIS API for SIlverlight 3.1 SIlverlight 5: Need help with identify task I have the following using statements: using ESRI.ArcGIS.Client; using ESRI.ArcGIS.Client.Geometry; using ...
0
votes
1answer
167 views

Identify jailbroken device from iOS application [duplicate]

I am developing an iPhone application which is used for business purposes and it is storing many number of records in SQlite database. So my client don't want the app to run on the jailbroken devices. ...
-8
votes
3answers
89 views

Python - Identify a negative number in a list [closed]

I need help doing a program which should recieve ten numbers and return me the number of negative integers i typed. Example: if i enter: 1,2,-3,3,-7,5,4,-1,4,5 the program should return me 3. I ...
1
vote
3answers
33 views

Identifying MySQL ID in a form

Using the following code: <?php print"<form name='delete' action="" method='POST'> <input type='text' name='ID' value=".$info['ID']."> <input type='submit' value='Delete Car' ...
0
votes
0answers
16 views

Fastest way to get colormode of images

I want to get colormode (bitmap, gray, rgb, cmyk) of image files (jpg, tif). Imagemagick calls it "colorspace", while exiftool "colormode" and Photoshop "image mode". One possibility is identify, ...
0
votes
1answer
54 views

Split a text variable and then use one value and enter it in a text box in Selenium IDE

I'm looking to store a value from a popup box, split it into two and then use one of them to enter in a text box. The content I want is Document ID. <div id="approval-dialog" class="modal hide ...
0
votes
0answers
27 views

Apply function for specific div

I am using a function (found here) to determine either a div has vertical scroll or not. I'm using this code: (function(jQuery) { jQuery.fn.has_scrollbar = function() { var divnode = ...
2
votes
3answers
251 views

Program can't be found in PATH by Java Runtime on Mac OS X

I am using ImageMagick on Mac OS X (10.7). I installed it with the help of MacPorts. When I now enter the Terminal and write: identify image.jpg it is working perfectly fine. But now while ...
0
votes
1answer
414 views

Identify Unique Browser / tab instance, e.g. User has 2 tabs open on mysite.com-identify each

I have read this and many other links the past few days. The problem is that I need to have a unique identifier for each tab or browser that a user has open for mysite.com (example site name) I ...
1
vote
0answers
62 views

Maximization algorithm for ball preferences

I'm trying to devise the most efficient algorithm for a problem, but I'm having some difficulty. If someone could lend a hand, either by proposing an algorithm or classifying the problem so I can do ...
0
votes
0answers
14 views

Identify a variable on a box plot

I have a boxplot on which there is an outlier. I want this to be shown in the boxplot with its name or number just like we did by using the identify command with plot. I have tried using identify, but ...
1
vote
0answers
74 views

RMagick > ImageMagick // identify not working in rails app

Something I don't really get… When I do a $ convert file.jpg file2.jpg everything works fine. It used to work perfectly too with paperclip from within a rails app. But for a newly deployed rails ...
0
votes
0answers
27 views

Please help identify User ID by count 3 or more duplicate record in a row

My business requirement is we want to monitor the amount of deposit from customer in each month we decide to discard the customer who don't deposit or deposit less than 4000 for 3 month in a row for ...
2
votes
1answer
109 views

Uniquely identifying actors in scala

I'm building a simple logging class in scala which would write all log information to a file. This is part of a homework assignment. Hence I cannot use the already available loggers in java or scala ...
1
vote
1answer
115 views

Can anyone identify this small flash audio player?

I see this little player every now and then, but I have no idea where it comes from or how to make one. See here about halfway down the page for one example. It looks like this screenshot I know ...
3
votes
1answer
2k views

Paperclip::Errors::NotIdentifiedByImageMagickError:

use paperclip upload image error: Command :: identify -format %wx%h '/tmp/103120121106-20384-i7dnzy.png[0]' [paperclip] An error was received while processing: # < ...
0
votes
0answers
17 views

How to put an Edittext with a button below that when I click, it recongize if it's correct or wrong?

My intention is to put an Edittext, and a button below, and when the user put an specific word and click the button, the value is correct, and all the other different words are wrong.. How to identify ...
1
vote
1answer
465 views

Reason: Incompatible library version: identify requires version 14.0.0 or later, but libfreetype.6.dylib provides version 13.0.0 Trace/BPT trap

i am running 10.6.8 MacOSX Snow Leopard , and i have installed imagemagick using brew install imagemagick and when i run identify in my terminal i get the following error I got this error when i ran ...
1
vote
1answer
50 views

Identify handset without user having to create account

I am developing an Android app (and soon iPhone app). I need a way to identify the handset from server side. I was thinking I could write a secret (a cryptographic string of some sort) in persistent ...
0
votes
3answers
37 views

html and css indentifying elements

How can I use CSS and html to place a picture on the left and right with the div tag? Or is there a better way? For instance I have: HTML: <img src ="..." .... ... /> <!--Picture ...
0
votes
3answers
53 views

How to indentify a word in a input php? [closed]

I want to know how I can identify a specific term or word in a input on php. Like if they write <script>, it will not be allowed to submitted. So that people don't hack my website. So I need I ...
0
votes
0answers
21 views

i am working on a project which should just analyse the minidumps generated during sql server crash. [closed]

But how do i make sure it does not analyse the full dumps in that location and skips them? is there a way to differentiate between the two. i read somewhere that extension is not a way to filter out ...
0
votes
0answers
56 views

Is it possible identify usb pins in android?

I have android device which connects to my player via usb. Does anybody know is there some way how detect which usb pin was charged? I want to send signals to each separate pin. It will help me to ...
2
votes
2answers
431 views

Identifying subnet mask of the computer in Delphi

I am looking for a way to be able to retrieve IP Subnet mask of the computer I am currently running on at run time, in Delphi. Is there a way in code for me to retrieve the subnet mask and store it ...
0
votes
3answers
616 views

Get Images in a column of Jqgrid based on id value in another column of the grid

I have a JQGrid with 4 columns as below <script type="text/javascript"> $(function(){ jQuery("#toolbar").jqGrid({ ...
1
vote
1answer
261 views

Find Specific Open File Dialog and populate

I'm trying to find a method to identify a Open File Dialog and send a message to the "file name" field. Afterwards it needs to send an "Enter" key or "Open" command to the button. I'm doing this in ...
0
votes
1answer
76 views

Packed data in an unknown format, can anyone identify it?

I am debugging a program provided to me by someone else, and do not have the source code for it. It just spat the following string of packed data at me: FAILEDTOBUILD 002[AlternateOption [plain text ...
0
votes
0answers
57 views

Identify a pixel's color from a video

I have a 1-minute video which contains a colored border inside. The color is changing all the time. Is there a way to automatically identify the color of a pixel (the one at x=1 y=1) in the video, so ...
3
votes
0answers
62 views

Identifying date in text file

How can we identify or search, is there a any date in given text file( which contains huge numbers of data). considering all probable date format
0
votes
1answer
91 views

Is there any way to identify whether the user is “Yahoo”, “Google Accounts” or “Google Marketplace” user using Java OpenID?

I've developed a Java web application in which a user can login using his/her (Yahoo)/(Google)/(Google Marketplace) account. It's done using OpenID. I actually used the sample code provided on Google ...
1
vote
1answer
61 views

SQLite identify missing index

Could you tell me please if it is possible to identify missing indexes for a select query using SQLite database? Or is there any tool that can help? Thank you!
0
votes
1answer
295 views

identifyImage() in Imagemagick resetting connection in PHP?

I've come across an odd problem with the following code: $image = new Imagick($real_location); $ident = $image->identifyImage(); $format = $ident['colorSpace']; In most cases, this is fine. ...
0
votes
1answer
91 views

Identify the page to which it goes, within a webview

There is some method to identify in a webview, if the user clicks link 1 or link 2, and do something about it, for example within the webview if the user goes to page 2 show an image, or if you go to ...
3
votes
2answers
106 views

Java - how to find class and other level dependencies

We would like to break a huge JAVA project [EAR] into multiple JARs. So in order to do that we need to find out the dependencies of a class inside an package with other classes [in other packages]. ...
1
vote
2answers
168 views

Parse image size from identify command

with identify command I get some info about images and it looks like this my_image.png PNG 154x78 154x78+0+0 8-bit DirectClass 946B 0.000u 0:00.000 the image size it is 154x78 but I do not ...
2
votes
2answers
250 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 ...
0
votes
1answer
265 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
1answer
315 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 ...
2
votes
1answer
366 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 ...
0
votes
1answer
29 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 ...
1
vote
1answer
197 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 ...
0
votes
2answers
383 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 ...
1
vote
1answer
210 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!
4
votes
1answer
65 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 ...

1 2