Top "Compare" questions

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

Compare strings ignoring accented characters

I would like to know if there is a method that compares 2 strings and ignores the accents making "noção" …

java string compare accent-insensitive
Need a tool to compare two .ear files recursively

I'm modifying a build process and I need to do a complete comparison of the contents of two .ear files. …

diff compare ear
Best way to compare two signals in Matlab

I have a signal I made in matlab that I want to compare to another signal (call them y and …

matlab compare signal-processing similarity
Yii Criteria: condition for relation

i have two tables: User and User_works (User HAS_MANY User_works). How can I add a condition to …

yii compare conditional-statements criteria relation
Relationship and difference between HAL and HATEOAS

HATEOAS (Hypermedia as the Engine of Application State) and HAL (Hypertext Application Language) seem to be related but are not …

rest compare hateoas
Flyway and liquibase together?

I've looked at both Liquibase and Flyway individually and on an individual comparison alone, Liquibase seems like the better tool …

compare database-migration liquibase flyway
Compare two arrays of primitives in Java?

I know about Arrays.deepEquals(Object[], Object[]) but this doesn't work for primitive types (due limitations of arrays and autoboxing, …

java arrays compare primitive-types
How to check if two files have the same content?

I am using mocha/supertest/should.js to test REST Service GET /files/<hash> returns file as stream. …

javascript node.js compare mocha.js should.js
Compare Version Identifiers

Here is my code, which takes two version identifiers in the form "1, 5, 0, 4" or "1.5.0.4" and determines which is the newer version. …

c# .net compare versions
Multilevel JSON diff in python

Please link me to answer if this has already been answered, my problem is i want to get diff of …

python json compare diff unordered