Public Gists by tamalw

Gravatar
Fri Nov 20 09:13:47 -0800 2009
1
2
3
require 'rubygems'
require 'sinatra'
require 'rack/utils'
Gravatar
Thu Feb 05 18:00:00 -0800 2009
1
2
3
#!/usr/bin/env ruby
# Written by @tamalw for @jasonfried (http://twitter.com/jasonfried/status/1177797820)
# Portions of the Twitter class borrowed from @hagus (http://gist.github.com/41922)
Gravatar
Wed Dec 31 00:17:37 -0800 2008
1
2
3
#!/usr/bin/ruby
 
require 'rubygems'
Gravatar
Wed Sep 17 13:28:27 -0700 2008
1
2
3
# Models
 
class Agent < ActiveRecord::Base
gist: 5458 Get the time in another tim...
Gravatar
Thu Aug 14 10:54:20 -0700 2008
1
2
3
require 'time'
 
class Time
Gravatar
Mon Aug 04 13:11:39 -0700 2008
1
2
3
#!/bin.bash
 
regex='^[0-9]+$'
Gravatar
Mon Jul 28 13:04:52 -0700 2008
1
2
3
require 'date'
 
class DateTime
gist: 2538 Watch your keywords appear ...
Gravatar
Fri Jul 25 15:10:08 -0700 2008
1
2
3
#
# tweet_beat.rb
# ShoesFest 2008
gist: 2490 Messing around at ShoesFest!
Gravatar
Fri Jul 25 11:36:20 -0700 2008
1
2
3
# The goal is to have all the words on one line, with "shoes" bold, larger, and a different color
 
 
Gravatar
Fri Jul 25 10:35:20 -0700 2008
1
2
3
# aldershot.rb
 
=begin