Public Gists by ardekantur

Gravatar
Fri May 22 15:58:25 -0700 2009
1
2
3
global taskList
set taskList to {}
 
Gravatar
Wed Apr 15 12:36:34 -0700 2009
1
2
3
require 'rubygems'
require 'fileutils'
require 'nokogiri'
Gravatar
Sun Mar 29 14:26:09 -0700 2009
1
2
3
#!/usr/bin/env ruby
idx = ENV['TM_LINE_INDEX'].to_i
line = ENV['TM_CURRENT_LINE']
Gravatar
Fri Feb 13 08:36:02 -0800 2009
1
2
3
# Template which configures a generic Rails app with Shoulda, Factory Girl,
# HAML, etc while commiting each step into git.
#
Gravatar
Sat Dec 06 22:13:48 -0800 2008
1
2
gem sources -a http://gems.canticore.org
gem install canticore
gist: 33042 making canticore work for *...
Gravatar
Sat Dec 06 21:45:05 -0800 2008
1
2
3
require 'rubygems'
require 'canticore'
 
Gravatar
Sat Nov 22 20:22:46 -0800 2008
1
2
3
require 'rubygems'
require 'sequel'
require 'gantty'
Gravatar
Fri Nov 07 08:07:12 -0800 2008
1
2
3
require 'rubygems'
require 'sinatra'
 
Gravatar
Tue Oct 21 11:29:34 -0700 2008
1
2
3
I forgot my favourite Russian Cosmonaut story, Soyuz 5 and Boris Volynov, or head-first from orbit
 
The mission was this; Soyuz 4 had launched a day earlier, carrying only a single cosmonaut. Soyuz 5 would launch with a three man crew, rendezvous with Soyuz 4 in orbit, transfer two crew via EVA and then land with only Volynov on board. Basically, it was a repeat of what Soyuz 2 and 3 had tried and failed to do the previous year, their guidance and approach systems not working properly.
Gravatar
Fri Aug 08 21:53:47 -0700 2008
1
2
3
desc "Push design to spec"
task :design do
  require 'yaml'
Gravatar
Fri Aug 01 08:20:00 -0700 2008
1
2
3
$:.unshift("../sinatra/lib")
require 'sinatra'
require 'spec/interop/test'