Skip to content

Instantly share code, notes, and snippets.

View flynfish's full-sized avatar

Kyle Lamy flynfish

View GitHub Profile

Keybase proof

I hereby claim:

  • I am flynfish on github.
  • I am kylelamy (https://keybase.io/kylelamy) on keybase.
  • I have a public key ASCJ8h5ru3QqJVhBlXciIe6GCMqMTCW5AUHfc08LZJJuhAo

To claim this, I am signing this object:

@flynfish
flynfish / playbook.yml
Created September 11, 2014 23:49
list of roles included in roles for playbook?
---
- name: playbook
hosts: all
roles:
- include: roles_list.yml
@flynfish
flynfish / blog post link
Last active December 25, 2015 03:49
Why yes, you can embed gists in a tumblr post!
For more info check out:
http://blog.gridkick.com/post/63609841942/embed-a-gist-in-a-tumblr-post
@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.