Tag : Compare

Title User Language Tags Description Date
Compare the Data between two tables in SQL Server Arun Thomas SQL Compare the Data between two tables in SQL Server April 26, 2011
Comparing two images Charlie Clark python

Compare two images using the root mean squared analysis. A result close to 0 means a good match.

April 3, 2011
Lambda comparer for Distinct and Except Mark Zbarjevsky C# Lambda comparer for Distinct and ... March 3, 2011
Compare dates (yyyyMMdd) Niels Hendriks VB.NET Compares 2 dates (yyyyMMdd) October 26, 2010
compare 2 json objects returns an array of all differences tennison JavaScript

pass in 2 json objects returns an array of all differences included those nested in children.

_Q used internally to pass through to self, do not pass in _Q

October 1, 2010
Compare dates Smolla PHP July 23, 2010
Compare Arrays For Matches m-e-g-a-z Java Method compares two arrays for matches July 12, 2010
Compare two integers using cond Crunch Scheme July 12, 2010
Three quicksorts compared ... David W C One of these is so slow on presorted data ... you will want to avoid that wait June 23, 2010
compare Dates and time Diff BOB Yang JavaScript find the diff of the datetime June 7, 2010
Compare Array contents (not order) ImaSexy C++ Compares array contents and is not dependent on element order. example "test" compared with "tset" would return true May 18, 2010
C qsort compare snippets for struct, string, int David W C Some recent versions of C compilers support qsort (and its const variables). The compare functions needed for struct's using combined fields ... and string comparisons that ignore case are demo'd here. May 18, 2010
Compare the state of web pages with a previous state ascarion Bash

This can be used to check if an update of a CMS (or blog, plugin, ...) changed something in the frontend (content or HTML).

Run the script with the file that contains the urls as parameter:

wiff.sh urllist.txt

urllist.txt contains the urls one per line.

The snapshots are stored in "~/wiff" by default.

You can use diff instead of wdiff: wiff.sh -c diff urllist.txt

March 15, 2010
Compare two array quan ActionScript 3

Consider the following piece of code which compares two arrays to find which elements exist in outerArray that do not exist in innerArray:

December 30, 2009
Compare CSV Inventory files Mike Burke python

Program will compare two CSV files using a unique ID field and save any changes to ID as well as two secondary fields (qty & price). The code was written to pick out updates from supplier inventory files.

August 18, 2009