Skip to content

Instantly share code, notes, and snippets.

View Walexander's full-sized avatar

Will Alexander Walexander

  • MCO
  • Tysons Corner, VA
View GitHub Profile
@Walexander
Walexander / gdmp.py
Created May 25, 2013 00:11 — forked from tkf/gdmp.py
#!/usr/bin/env python
"""
Command line tool for google-diff-match-patch
"""
from diff_match_patch import diff_match_patch
import re
import sys
class bcolors:
REMOVED = '\033[9;97;41m'