Top "Compare" questions

The analysis required to assess the differences and similarities between two or more entities.

Vbscript - Compare and copy files from folder if newer than destination files

I'm trying to design this script that's supposed to be used as a part of a logon script for alot …

vbscript copy compare last-modified datemodified
Cannot invoke compareTo(double) on the primitive type double

The line return array[index1].compareTo(array[index2]); provides an error "Cannot invoke compareTo(double) on the primitive type double". …

java compare comparable compareto
How to get the most recent of a set of date variables in java

I have about 8 date variables (java.util.Date) with different variable names. What's the most efficient/best way of choosing …

java compare max java.util.date
In Python, is there a concise way of comparing whether the contents of two text files are the same?

I don't care what the differences are. I just want to know whether the contents are different.

python file compare
Difference between period and comma when concatenating with echo versus return?

I just found that this will work: echo $value , " continue"; but this does not: return $value , " continue"; While "." works in …

php function compare concatenation language-construct
Copy only difference (kdiff, winmerge, any diff like tool)

Is there possibility of copy ONLY difference of two files? Like in winmerge, but, I can't find this option Just …

comparison compare diff winmerge file-diffs
Comparing an NSDate to [NSDate date]

I am trying to force a user to select a date in the future with a date picker. I obviously …

iphone datepicker compare nsdate uidatepicker
Compare RGB colors in c#

I'm trying to find a way to compare two colors to find out how much they are alike. I can't …

c# colors compare rgb
How to compare two files not in repo using git

I'd like to compare two css files which are not in any git repository. Is there such a functionality in …

git compare diff
Compare files with awk

Hi I have two similar files (both with 3 columns). I'd like to check if these two files contains the same …

awk comparison compare two-columns