Back up your JSFiddle's in a snap
$>wget https://gist.github.com/JKirchartz/6021251/raw/d12d85aa75d5decceed6e4ccbc1b9c4aa2b03ba1/GetFiddles.py
$>chmod +x GetFiddles.py
$>GetFiddles.py <username>
will download the script, then run it, which downloads up to 9000 fiddles from your account into
a folder named "fiddles." and then generate a simple index page for it.
It also nabs fiddle's normalize.css
so most pages should work right, and look right.
Once the script has ran, you can serve it up, simply, with:
$>cd ./fiddles
$>python -m SimpleHTTPServer
then it will (probably) be hosted at http:/0.0.0.0:8000.