Skip to content

Instantly share code, notes, and snippets.

View braveulysses's full-sized avatar

Jacob Childress braveulysses

View GitHub Profile
@braveulysses
braveulysses / json-tidy.py
Created January 4, 2012 20:03
JSON pretty print
#!/usr/bin/env python
import sys
try:
import json
except ImportError:
print "Can't import JSON module. Make sure you're using Python 2.6 or above."
sys.exit(1)
try:
@braveulysses
braveulysses / gist:3114134
Created July 15, 2012 00:43
Temporarily advertise AT&T U-verse 2WIRE gateway over Bonjour
dns-sd -P "U-verse Gateway" _http._tcp local 80 gateway.2wire.net 172.16.0.1