Top "Compare" questions

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

Java. Ignore accents when comparing strings

The problem it's easy. Is there any function in JAVA to compare two Strings and return true ignoring the accented …

java string compare
Tool for comparing files in Visual Studio 2010

I read the this Tool for comparing files in Visual Studio post and the recomended posts but unfortuantely it is …

visual-studio-2010 file diff compare ankhsvn
PHP: How to compare keys in one array with values in another, and return matches?

I have the following two arrays: $array_one = array('colorZero'=>'black', 'colorOne'=>'red', 'colorTwo'=>'green', 'colorThree'=>…

php arrays compare array-difference array-intersect
Fast way to compare inputstreams

I have a problem, I need to compare two inputstreams fast. Today I have a function like this: private boolean …

java compare inputstream
Is there an open source SQL Server DB compare tool?

I'm working on an open source project that uses SQL Server 2005 as the data store. We need a DB compare …

sql-server sql-server-2005 compare
How to compare Unicode strings in Javascript?

When I wrote in JavaScript "Ł" > "Z" it returns true. In Unicode order it should be of course false. How …

javascript compare polish
How to compare the content of a tarball with a folder

How can I compare a tar file (already compressed) of the original folder with the original folder? First I created …

diff compare tar
Word comparison algorithm

I am doing a CSV Import tool for the project I'm working on. The client needs to be able to …

algorithm string word compare similarity
Why is Erlang slower than Java on all these small math benchmarks?

While considering alternatives for Java for a distributed/concurrent/failover/scalable backend environment I discovered Erlang. I've spent some time …

java performance erlang compare
When you call remove(object o) on an arraylist, how does it compare objects?

When you call remove(object o) on an arraylist in java, how does it compare the objects to find the …

java arraylist compare