Skip to content

Instantly share code, notes, and snippets.

View driax's full-sized avatar

Adrian Tejn Kern driax

View GitHub Profile
<html dir="ltr" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>Change Title</title>
<link href="style.css" type="text/css" rel="stylesheet">
<style type="text/css">/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/
/*### 00B7FC
### 343434
/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/
/*### 00B7FC
### 343434
#008880 - G
#64A9FF - B
#E7892D - O
@driax
driax / compare_md5s.py
Created April 28, 2011 14:15
Compare md5 sums of files
#!/bin/env python
"""
Usage::
compare_md5s.py file1 file2 ...
Calculates the md5 sum of each file and compares it to the rest.
Output "{file1} matches {file2}" for each match.
The output is in the order of input.
Note that each match will print 2 lines of output since each file match