Public Gists by rtomayko

gist: 229851 Automatic log config based ...
Gravatar
Mon Nov 09 02:10:59 -0800 2009
1
2
3
# Configure logging based on the existence of the log file. If the
# log file doesn't exist, logging is disable entirely and no log
# file will be created. If the log file does exist, logging is
gist: 229079 htop on macosx
Gravatar
Sat Nov 07 19:36:33 -0800 2009
1
2
3
# htop on macosx
 
# I have a staff writeable /usr/local/src directory where I put tarballs
gist: 228538 Fetch and install the lates...
Gravatar
Fri Nov 06 20:48:21 -0800 2009
1
2
3
#!/bin/sh
# Fetch and install the latest Chromium mac nightly build, but only
# if it's different from the currently installed version. An existing
Gravatar
Fri Oct 30 17:19:32 -0700 2009
1
2
3
# Subject: Re: Newbie to Sinatra looking for example
# From: Ryan Tomayko <r@tomayko.com>
# To: sinatrarb@googlegroups.com
gist: 220337 ~rtomayko/.screenrc
Gravatar
Wed Oct 28 00:42:14 -0700 2009
1
2
3
# ~rtomayko/.screenrc
 
# -------------------------------------------------------------------
Gravatar
Mon Oct 26 19:18:19 -0700 2009
1
2
3
#!/bin/sh
#
## Usage: github-open FILE [LINE]
gist: 216208 tig does author initials
Gravatar
Thu Oct 22 12:26:13 -0700 2009
1
2
3
$ cat > ~/.tigrc
set show-date = no
set author-width=3
Gravatar
Fri Oct 16 04:16:43 -0700 2009
1
2
3
#!/bin/sh
 
file="preview.html"
gist: 206287 git-grab
Gravatar
Fri Oct 09 12:36:57 -0700 2009
1
2
3
#!/bin/sh
 
[ $# -eq 0 ] && {
Gravatar
Sun Oct 04 03:26:51 -0700 2009
1
2
3
##
# test/spec/mini 2
# http://gist.github.com/25455
Gravatar
Tue Sep 22 06:37:34 -0700 2009
1
2
3
# Rack::Cache on Heroku
 
memcache = MemCache.new(ENV['MEMCACHE_SERVERS'].split)
Gravatar
Tue Aug 11 18:52:24 -0700 2009
1
2
3
RE: Opscode Blog - Why we chose the Apache License
http://blog.opscode.com/2009/08/why-we-chose-the-apache-license.html
 
Gravatar
Sun Aug 09 02:08:25 -0700 2009
1
2
3
/*
 * Gmail User Stylesheet for Mailplane
 * 2009, Ryan Tomayko <http://tomayko.com/about>
Gravatar
Mon Jul 13 15:58:46 -0700 2009
1
2
3
#!/bin/sh
# usage: colordump
# dumps ansi colors to terminal
gist: 129123 #heroku
Gravatar
Fri Jun 12 23:18:43 -0700 2009
1
2
3
21:14 You have joined #heroku
21:14 rtomayko has joined (n=rtomayko@67.188.237.59)
21:14 Mode: +tnc
gist: 125083 diffstats that I love
Gravatar
Sat Jun 06 18:06:35 -0700 2009
1
2
3
$ log --stat
commit 3b27482a37fd296f56fd5dded6ceb921b35d8294
Author: Ryan Tomayko <rtomayko@gmail.com>
Gravatar
Wed Jun 03 16:46:26 -0700 2009
1
2
3
require "sinatra/base"
 
class WhatTheFuck < Sinatra::Base
gist: 117563 Sinatra 1.0 Obsolete Features
Gravatar
Mon May 25 07:32:07 -0700 2009
1
2
3
Sinatra 1.0 Obsolete Features
 
= 0.9.2 / 2009-05-18
Gravatar
Wed May 20 17:05:15 -0700 2009
1
2
3
integrity 0.1.9.0 depends on dm-core =0.9.11
http://github.com/integrity/integrity/blob/497f7f1ade5a9bef5caf4ab0e239d45359c25bf8/integrity.gemspec#L24
 
Gravatar
Mon May 18 04:06:45 -0700 2009
1
2
3
# The code in lib/foobar.rb
require 'sinatra/base'
class Foobar < Sinatra::Base