Top "Comparison" questions

Questions about data comparison and efficient ways to accomplish it.

Scala versus F# question: how do they unify OO and FP paradigms?

What are the key differences between the approaches taken by Scala and F# to unify OO and FP paradigms? EDIT …

scala f# functional-programming comparison paradigms
Comparison of two pdf files

I need to compare the contents of two almost similar files and highlight the dissimilar portions in the corresponding pdf …

pdf comparison pdfbox
"Fastest" hash function implemented in Java, comparing part of file

I need to compare two different files of the instance "File" in Java and want to do this with a …

java performance comparison hash-function
Boost bjam versus GNU make

I am a newbie to Boost C++ libraries. I was wondering if there are any advantages of Boost bjam over …

comparison build-automation makefile bjam
What are the differences between a wiki and a CMS

What are the differences between a wiki and a CMS? Is there any?

content-management-system comparison wiki
XSLT Compare Numbers as Strings

Background I was recently surprised to notice that XSL was able to intelligently handle numbers; i.e. knowing to treat …

xslt comparison string-comparison numeric-conversion
Comparing record to previous record in postgresql

I have a table in PostgreSQL DB like this: Client | Rate | StartDate|EndDate A | 1000 | 2005-1-1 |2005-12-31 A | 2000 | 2006-1…

postgresql comparison max next seconds
iOS : NSInteger and NSUInteger comparison

Surprise! I've a variable like this, NSInteger index = 0; I'm comparing it with one of subviews count (which returns NSUInteger) like …

ios objective-c comparison nsinteger nsuinteger
Lightspeed vs NHibernate

What is the experience with LightSpeed? The comparison provided by Mindscape doesn't say too much about NHibernate. Lightspeed seems flexible, …

.net nhibernate orm comparison lightspeed
Difference between "!==" and "==!"

Yesterday I stumbled over this when I modified PHP code written by someone else. I was baffled that a simple …

php comparison operators comparison-operators