Top "Compare" questions

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

Difference between previoussibling and previouselementsibling-javascript

I wonder if I know What is the difference between javascript previoussibling and previouselementsibling. I tried and I didn't find …

javascript dom compare element siblings
How should I compare Perl references?

I want to check if two references point to the same object. It seems I can simply use if ($ref1 == $…

perl reference compare
Check if current time is between two times, with the possibility of lapping days

I have a system that accepts user submissions, and upon receiving a submission the system will go through all timeslots …

php time compare strtotime
Compare two files with Aptana

I remember that before I updated my Aptana installation it had the ability to compare two selected files via right-click …

diff compare aptana aptana3
Libpuzzle Indexing millions of pictures?

its about the libpuzzle libray for php ( http://libpuzzle.pureftpd.org/project/libpuzzle ) from Mr. Frank Denis. I´am trying …

php mysql compare similarity image
Comparing two index tables by index-value in lua

I'm attempting to compare two tables of equal length with a function, since I don't know of any other way …

lua compare lua-table
Angular5 compare 2 array of (JSON) objects and splice when found match

If i have 2 arrays with (JSON) objects and i want to compare them and splice an object when there is …

arrays angular compare array-splice
Compare two dates based on year-month, taking no notice of day

I need to be able to compare two dates, only based on the year and the month (i.e. without …

java date compare hql date-comparison
Comparing Oracle Forms modules

We've inherited a large Oracle project that was originally Oracle 9 and is now Oracle 11. We don't have much confidence in …

compare oracleforms
XMLUnit - Compare two XML ignoring the child order

I am trying to see if I could use XMLUnit to compare the following two different XML. I used the …

java compare xmlunit