Skip to content

Instantly share code, notes, and snippets.

View flynfish's full-sized avatar

Kyle Lamy flynfish

View GitHub Profile
@flynfish
flynfish / jsbin.iniqiwi.css
Created October 3, 2013 07:40 — forked from anonymous/jsbin.iniqiwi.css
jsbin for selects that depend on eachother. Not 100% complete. http://emberjs.jsbin.com/iniqiwi/5/edit Update version from davidcasagrande: http://emberjs.jsbin.com/atayina/1/edit
/* Put your CSS here */
html, body {
margin: 20px;
}

Terms of Service

Last revised on 03-12-2012

The Gist

Antiqua, Ltd. operates the Antiqua.IO service, which we hope you use. If you use it, please use it responsibly. If you don't, we'll have to terminate your account.

For paid accounts, you'll be charged on a monthly basis. You can cancel anytime, but there are no refunds.

@flynfish
flynfish / virtualenv-auto-activate.sh
Last active December 12, 2015 07:59 — forked from robbles/virtualenv-auto-activate.sh
Update to include deactivating it when leaving the dir
#!/bin/bash
# virtualenv-auto-activate.sh
#
# Installation:
# Add this line to your .bashrc or .bash-profile:
#
# source /path/to/virtualenv-auto-activate.sh
#
# Go to your project folder, run "virtualenv .venv", so your project folder
# has a .venv folder at the top level, next to your version control directory.