Skip to content

Instantly share code, notes, and snippets.

@phlipper
phlipper / vegan-month.md
Created April 25, 2012 22:44 — forked from xaviershay/vegan-month.md
Vegan Month Curriculum

Vegan Month Logo

Back in Melbourne circa 2010/11, Jodie, Jared and I used to run a [monthly vegan mentoring group][vegan-month]. I have gone back through the mailing lists and collected much of the curriculum and information from the program into this single document, so that I can distribute it more widely. The program was designed not just to get you through the first month nutritionally, but to expose you to a variety of foods and ideas that may be new to you. It emphasises that veganism is a shift sideways, not a sacrifice.

@phlipper
phlipper / codewall.badges.js
Created April 2, 2012 07:40 — forked from marcinbunsch/codewall.badges.js
Coderwall - display missing badges
// How to use this:
// 1. Go to the desired profile page on coderwall, like http://coderwall.com/marcinbunsch
// 2. Paste this gist in the JS console
//
// You can also probably use this in greasemonkey and dot.js
//
// Also, it was tested in Chrome, Firefox and Safari, it probably will
// not work in IE, but I just don't care about it ;)
//
// UPDATE: Coderwall made changes to the site and I cannot retrieve the achievements, so they are hardcoded, taken from a cached version of the achievements page
@phlipper
phlipper / hack.sh
Created April 1, 2012 19:01 — forked from erikh/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#
@phlipper
phlipper / gist:1386991
Created November 22, 2011 21:14
My TextMate Bundles!
# Textmate essential bundles
cd ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles
# CSS
git clone git://github.com/textmate/css.tmbundle.git CSS.tmbundle
# Coffeescript
git clone git://github.com/jashkenas/coffee-script-tmbundle.git CoffeeScript.tmbundle