Top "Comparison" questions

Questions about data comparison and efficient ways to accomplish it.

Type-juggling and (strict) greater/lesser-than comparisons in PHP

PHP is famous for its type-juggling. I must admit it puzzles me, and I'm having a hard time to find …

php if-statement comparison logic ieee-754
Comparing values in two columns of two different Splunk searches

I am new to splunk and facing an issue in comparing values in two columns of two different queries. Query 1 …

comparison splunk
Fuzzy screenshot comparison with Selenium

I'm using Selenium to automate webpage functional testing. It's important for us to do a pixel-by-pixel comparison when we roll …

testing selenium comparison levenshtein-distance
Java Integer compareTo() - why use comparison vs. subtraction?

I've found that java.lang.Integer implementation of compareTo method looks as follows: public int compareTo(Integer anotherInteger) { int thisVal = …

java optimization integer comparison integer-overflow
SOA suite comparison -Jboss, Apache, WSO2 or... something else?

Hello world of stackoverflow, nice to meet you all. My first question here is about a research I'm making these …

apache jboss comparison soa wso2
Jaro–Winkler distance algorithm in C#

How would the Jaro–Winkler distance string comparison algorithm be implemented in C#?

string comparison distance jaro-winkler
Playframework and Django

I have worked with Django before and have recently seen the Play framework. Is this the Java community's answer to …

java django frameworks comparison playframework
LINQ: Use .Except() on collections of different types by making them convertible/comparable?

Given two lists of different types, is it possible to make those types convertible between or comparable to each other (…

c# linq comparison equality comparable
ASP.NET MVC vs WebForms: speed and architecture comparison

I had an argument with one of my friends who is an architect at a pretty large internet company. Basically …

asp.net-mvc architecture webforms comparison performance
What does ModeShape offer that JackRabbit doesn't?

I just familiarized myself with Apache JackRabbit. I've done a little multi-user repository for document management. If anybody used both …

java comparison jackrabbit jcr modeshape