Public Gists by jtauber

Gravatar
Thu Aug 27 05:45:36 -0700 2009
1
2
3
#!/usr/bin/env python
 
import os
Gravatar
Thu Aug 27 05:42:51 -0700 2009
1
2
3
#!/usr/bin/env python
 
import os
Gravatar
Wed Aug 12 22:33:35 -0700 2009
1
2
3
# Implementation of Simon Plouffe's formula for Pi in Hex
#
# James Tauber 2007-03-14
Gravatar
Wed Aug 12 22:30:53 -0700 2009
1
2
3
# Python implementation of the Gibbons-Lester-Bird algorithm[1] for enumerating
# the positive rationals.
#
Gravatar
Wed Aug 12 22:29:29 -0700 2009
1
2
3
# brainf*** Interpreter in Python
# Copyright (c) 2002 & 2006, James Tauber
#
Gravatar
Fri Jun 19 10:16:20 -0700 2009
1
2
3
# Bash snippet to open new shells in most recently visited dir.
# Useful if you want to open a new terminal tab at the present
# tab's location.