Skip to content

Instantly share code, notes, and snippets.

View vangberg's full-sized avatar

Harry Vangberg vangberg

View GitHub Profile
Once upon a time it suddenly decided to flip backwards, and there went Time
@vangberg
vangberg / gistie.rb
Created July 22, 2008 19:38 — forked from pieter/gistie.rb
gistie
#!/usr/bin/env ruby
# Made by Pieter de Bie <frimmirf@gmail.com>
# Based on a "Pastie" task by someone
require "tempfile"
GIST_URL = 'http://gist.github.com/gists'
GIST_LOGIN_URL = 'https://gist.github.com/session'
USERNAME = "pieter"
PASSWORD = "xxxx"