Skip to content

Instantly share code, notes, and snippets.

View schodge's full-sized avatar

Shayne Hodge schodge

View GitHub Profile
@schodge
schodge / pdb-nb-test.ipynb
Created June 18, 2014 06:10
Notebook to replicate pdb error
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@schodge
schodge / test_pep8radius.py
Created June 10, 2014 06:11
test file for strange crashing error
from __future__ import absolute_import
import autopep8
from contextlib import contextmanager
import os
from shutil import rmtree
import sys
try:
from StringIO import StringIO
except ImportError: