I hereby claim:
- I am faulkner on github.
- I am faulkner (https://keybase.io/faulkner) on keybase.
- I have a public key ASBL49lktVtJ9icXahj64_lfySWjoOSOyPq01F70Agj0dAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # based on https://github.com/kennethreitz/autoenv/wiki/Cookbook | |
| # using virtualenvwrapper? | |
| use_env() { | |
| if [ -n "$1" ]; then | |
| venv="$1" | |
| else | |
| venv=$(basename `pwd`) | |
| fi | |
| if [[ `basename "${VIRTUAL_ENV:t}"` != "$venv" ]]; then |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Cubism.js</title> | |
| <style> | |
| @import url(//fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700); | |
| @import url(http://square.github.com/cubism/style.css); | |
| #example { min-height: 155px; } | |
| </style> |
| if (window.location.pathname === '/search') { | |
| /* You pushed an empty repo? Cool story, bro. */ | |
| $('.result:contains(" 0 Bytes")').hide(); | |
| } |