I hereby claim:
- I am czyzykowski on github.
- I am czyzykowski (https://keybase.io/czyzykowski) on keybase.
- I have a public key ASDN2LDfH8B29PJZ--oMvMQEEHOQMRSLBF671AqqaQeBFwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
if test -n $HOME | |
set NIX_LINK $HOME/.nix-profile | |
# Set the default profile. | |
if test ! -L "$NIX_LINK" | |
echo "creating $NIX_LINK" >&2 | |
set _NIX_DEF_LINK /nix/var/nix/profiles/default | |
ln -s "$_NIX_DEF_LINK" "$NIX_LINK" | |
end |
from __future__ import unicode_literals | |
import codecs | |
from os import remove | |
from markdown2 import Markdown | |
from cactus.utils.filesystem import fileList | |
# requires markdown2 package, to install it run | |
# pip install markdown2 |
This gist is a fork of this other gist which is itself a fork of a gist from this blog post.
# These instructions work for OS X 10.8.2 with homebrew pre-installed. | |
brew install python --framework | |
brew install gfortran | |
# install other dependencies through pip: | |
pip install numpy | |
# the regular pip build for matplotlib is b0rken, and it can't find the built-in libraries for OSX | |
export LDFLAGS="-L/usr/X11/lib" |
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer