Top "Compare" questions

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

strcmp equivelant for integers (intcmp) in PHP

So we got this function in PHP strcmp(string $1,string $2) // returns -1,0, or 1; We Do not however, have an intcmp(); …

php function integer compare
How do I compare two dictionaries in Swift?

Is there an easy way to compare two [String: AnyObject] dictionaries in swift, since it doesn't accept the == operator? By …

swift dictionary compare
Compare a NSNumber to an int

I've a simple question (I think): I'm trying to compare a NSNumber with a int, to see if it is 0 …

objective-c compare nsnumber
Compare binary files in C#

I want to compare two binary files. One of them is already stored on the server with a pre-calculated CRC32 …

c# file compare
Compare structures of two databases?

I wanted to ask whether it is possible to compare the complete database structure of two huge databases. We have …

mysql database compare structure mysqldump
How can I check if the char array has an empty cell so I can print 0 in it?

Code: public void placeO(int xpos, int ypos) { for(int i=0; i<3;i++) for(int j = 0;j<3;j++) { // …

java loops char compare charat
How to compare/show the difference between 2 videos in ffmpeg?

I am a newbie at encoding. I have read and tried x264 in lossless mode (-qp 0), however I'd like to …

video ffmpeg compare difference
How to compare Enums in Python?

Since Python 3.4, the Enum class exists. I am writing a program, where some constants have a specific order and I …

python python-3.x enums compare
QTP vs Selenium - Compare

I have an application/product which is created using .net technologies. This product has a GUI, which connects to a …

testing selenium compare qtp test-framework
How to compare two tarball's content

I want to tell whether two tarball files contain identical files, in terms of file name and file content, not …

linux compare tar compression