Questions tagged [identify]

196 questions
1
vote
0 answers

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 some further research, I would be very…
user1998665
  • 81
  • 1
  • 5
1
vote
0 answers

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 app (3.2.9) using the same previous gemfile' setups,…
Ben
  • 5,030
  • 6
  • 53
  • 94
1
vote
1 answer

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 this is not exactly a programming question, but where…
user1552512
  • 869
  • 1
  • 9
  • 14
1
vote
1 answer

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 storage on the device the first time the app is…
Jepper
  • 1,092
  • 3
  • 11
  • 24
1
vote
0 answers

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 VB, but I'm sure I can cope if someone can help in…
0
votes
1 answer

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. But on some photos it resets the connection and…
David
  • 16,246
  • 34
  • 103
  • 162
0
votes
1 answer

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 link 3 display this page and the application…
JLouis
  • 284
  • 1
  • 5
  • 18
0
votes
1 answer

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 error identify: unable to open image…
Arcticfoxx
  • 421
  • 1
  • 5
  • 11
0
votes
5 answers

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 different places and only certain users are allowed to…
doro
  • 785
  • 3
  • 11
  • 23
0
votes
1 answer

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 SQL_Latin1_General_Cp1_CS_AS Now of course this is inefficent…
daveomcd
  • 6,367
  • 14
  • 83
  • 137
0
votes
0 answers

SAS code to Identify records from the input having a difference of >31 days and delete

Problem statement: SAS code to Identify records from the input having a difference of >31 days and delete the current and previous record - Example Agent5 both records should be removed has they have 58 days difference Please share your inputs.…
Ravi
  • 1
0
votes
0 answers

Script using PyQgis is doing error, probably access memory

I have some troubles about a script using PyQgis. So, I have a main.py with : import qgis from qgis.core import QgsApplication qgs = QgsApplication([], False) qgs.setPrefixPath("C:/xx", True) qgs.initQgis() from Module import function1 from Module…
Tena
  • 1
  • 1
0
votes
1 answer

Identify text pattern in R dataframe

I have identifiers in two columns of a dataframe but with different structure. It looks like this: Description1 Description2 1 A0A2H1CVW1_FASHEprotein1 tr|A0A2H1CVW1|A0A2H1CVW1_FASHEprotein1 2 A0A4E0RAA2_FASHEprotein2 …
0
votes
0 answers

how to train a neural network in python to identify pattern of generating a number from a list

nums = ['2', '4', '1', '3', '9', '5', '1', '1', '5', '3', '6', '5', '9', '2', '3', '0', '4', '1', '6', '9', '8', '3', '0', '2', '2', '7', '0', '0', '6', '8', '8', '7', '9', '8', '6', '9', '8', '7', '0', '3', '0'] output_number = 3212448125 For…
Quanta Bot
  • 11
  • 3
0
votes
0 answers

Google script web app running as me - identify actual user

I have a Google Apps Script deployed as a web app. It is configured to run as me, as it creates and amends events on my calendar and uses a Google sheet of mine as its data store. There is a requirement that users are NOT required to have a Google…
kxm
  • 55
  • 7