Skip to content

Instantly share code, notes, and snippets.

@rosstuck
rosstuck / gist:2665185
Created May 12, 2012 08:18
Satis github config
{
"name": "My Company Inc",
"homepage": "http://packages.mycompany.com",
"github": [
{
"account": "mycompany",
"username": "alice",
"password": "foobar"
}
]
@rosstuck
rosstuck / index.html
Created June 26, 2011 19:31
Foolin' around with Coffeescript
<!doctype html>
<head>
<title>Coffeescript, go!</title>
<script type="text/javascript" src="http://jashkenas.github.com/coffee-script/extras/coffee-script.js"></script>
<script src="http://raphaeljs.com/raphael.js" type="text/javascript" charset="utf-8"></script>
<script type="text/coffeescript">
paper = Raphael 0, 0, 300, 300
circle = paper.circle 50, 50, 10