Skip to content

Instantly share code, notes, and snippets.

@mattpodwysocki
mattpodwysocki / jsconf-eu-2011.md
Created October 1, 2011 13:40
JSConf.EU Slides
@Overbryd
Overbryd / hacking-club-mate-imatate.md
Created June 22, 2011 13:46
Hacking Club Mate "imatate"

Hacking Club Mate "imatate"

Read about the end result here

Join me when I start brewing my first batch of Club Mate. Inspired by a podcast from chaos radio express on the topic "Hackerbrausen" (Hacker's soda, listen here) I want to try this by myself.

So far I have bought all the necessary ingrediends and tools to get started. And with the help from Jan (@janl) I can even carbonate the end result :)

When? Where?

@fgnass
fgnass / README.md
Created October 5, 2010 15:41
Supervisor for node.js
.my-dialog {
-webkit-transform: translateY(-100%);
-webkit-transition: -webkit-transform 0.5s ease-out;
}
body.overlaid .my-dialog {
-webkit-transform: translateY(0);
}