Questions tagged [identify]

196 questions
4
votes
2 answers

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 spree install as well , as spree also uses…
Abhimanyu
  • 591
  • 1
  • 11
  • 22
4
votes
2 answers

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!
Deverion
  • 89
  • 3
3
votes
2 answers

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]. This structural analysis is complete in the sense…
3
votes
2 answers

How to format date and time with ImageMagick's identify utility?

I am creating a bash script that renames photos so that they include date and time in their file name. I would like to build a filename with ImageMagick's identify utility. identify -format "IMG_%[EXIF:DateTime].jpg" myphoto.jpg I would like to…
Vytenis Bivainis
  • 2,308
  • 21
  • 28
3
votes
2 answers

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 individual rows programmatically using the…
spryan
  • 138
  • 1
  • 2
  • 7
3
votes
1 answer

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

The Problem Domain http://www.freeimagehosting.net/uploads/6e7aa06096.png 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,…
Sky Sanders
  • 36,396
  • 8
  • 69
  • 90
3
votes
2 answers

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 3648x2736+0+0 8-bit DirectClass 3.319MB 0.000u…
mthpvg
  • 3,789
  • 3
  • 26
  • 34
3
votes
1 answer

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 cannot use a unique session, as when I open mysite.com…
Peter PitLock
  • 1,823
  • 7
  • 34
  • 71
3
votes
1 answer

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 or akka libraries. Can any of you please tell how…
3
votes
0 answers

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
Ramesh Karna
  • 816
  • 1
  • 7
  • 24
2
votes
2 answers

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 actual googlebot ips can be obtained? Any other ideas…
Mancinéni
  • 31
  • 3
2
votes
1 answer

Keep only the hours for which the value have not changed within the hour R

I have a timeseries dataset with 'n' number of columns. In the dataset, I would like to filter and remove the hours for which the value in a column changed within the hour. In other words, I want to keep the hours that has unchanged value. Some info…
Karthik
  • 117
  • 7
2
votes
1 answer

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 only punctuation signs !) I would like to print a…
mlh
  • 584
  • 2
  • 6
  • 18
2
votes
2 answers

How to find the common elements among different sized columns in R?

I have a data frame called animals containing different sized columns that have some common and uncommon elements among each other as shown below: Dog Cat Lion Dog Cat Lion Dog Shark Lion Dog Shark Cat Shark …
Dswede43
  • 351
  • 1
  • 8
2
votes
1 answer

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 downloaded file triggered the DOWNLOAD_COMPLETE…
YasuDevil
  • 470
  • 5
  • 16
1
2
3
13 14