CARVIEW |
greatseth
(Seth Thomas Rasmussen)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Seth Thomas Rasmussen
- Website/Blog
- https://greatseth.com
- Company
- good
- Location
- NYC
- Member Since
- Apr 04, 2008 (about 1 year)
Following 27 coders and watching 163 repositories view all →
Public Repositories (23)
-
walter
A developer tool for viewing commits diffs and other useful things in a Git repository.
Last updated Fri Feb 12 08:26:15 -0800 2010
-
dotfiles
various shell environment scripts like .bash_profile and .irbrc
Last updated Mon Feb 08 12:11:35 -0800 2010
-
rails_upgrade
Plugin to run checks on your Rails 2.x/3.x to check for obvious upgrade points on the path to 3.0
Forked from rails/rails_upgrade Mon Feb 01 18:51:51 -0800 2010
Last updated Thu Feb 04 19:22:17 -0800 2010
-
vegas
Vegas aims to solve the simple problem of creating executable versions of Sinatra/Rack apps.
Forked from quirkey/vegas Mon Jan 04 09:43:53 -0800 2010
Last updated Thu Feb 04 19:12:33 -0800 2010
-
github-pages-tasks
Some Rake tasks for building gh-pages content for your projects.
Last updated Thu Feb 04 14:00:09 -0800 2010
-
echoe
A Rubygems packaging tool that provides Rake tasks for documentation, extension compiling, testin...
Forked from fauna/echoe Mon Nov 23 21:13:09 -0800 2009
Last updated Thu Feb 04 13:50:45 -0800 2010
-
ffmpeg-rb
ffmpeg library extension with ruby-inline
Forked from drbrain/ffmpeg-rb Thu Jan 21 13:32:59 -0800 2010
Last updated Thu Jan 21 13:45:10 -0800 2010
-
prawn-format
As of Prawn 0.7, prawn-format is completely unsupported, and will not work with versions of Prawn...
Forked from sandal/prawn-format Thu Feb 04 12:32:37 -0800 2010
Last updated Sun Dec 13 08:27:50 -0800 2009
-
mediainfo
Ruby wrapper for the mediainfo CLI. https://mediainfo.sourceforge.net
Last updated Wed Nov 25 12:56:32 -0800 2009
-
google-geo
A simple, dependency-free library for geocoding, reverse geocoding and embedding street views fro...
Last updated Thu Nov 19 09:02:27 -0800 2009
-
rvideo
RVideo, a Ruby gem for video and audio transcoding. *I am not actively maintaining this fork.*
Forked from zencoder/rvideo Tue Feb 10 11:31:39 -0800 2009
Last updated Wed Nov 18 09:44:57 -0800 2009
-
shoes
a tiny graphical app kit for ruby
Forked from shoes/shoes Tue Sep 30 13:41:35 -0700 2008
Last updated Thu Nov 12 06:35:44 -0800 2009
-
rmov
Ruby wrapper for the QuickTime C API.
Forked from ryanb/rmov Wed Feb 03 09:35:53 -0800 2010
Last updated Tue Sep 15 15:27:53 -0700 2009
-
shoes-widgets
Some custom widgets for Shoes
Last updated Sat Sep 05 06:30:56 -0700 2009
-
hacketyhack
the coder’s starter kit: sound, animation, video, messaging in a low-key ruby environment.
Forked from steveklabnik/hacketyhack Tue Sep 01 13:58:29 -0700 2009
Last updated Mon Aug 24 19:14:37 -0700 2009
-
TryRuby
Try Ruby is _why's interactive ruby shell that ran on on tryruby.hobix.com
Forked from Sophrinix/TryRuby Tue Aug 25 12:26:01 -0700 2009
Last updated Mon Aug 24 12:05:27 -0700 2009
-
labeling-form-helper
A Rails plugin which extends the form builder and tag helpers for critically awesome labeling cap...
Last updated Tue Apr 28 09:20:17 -0700 2009
-
nitgit
Git history browser featuring special presentation of merge commits. Death to rebase!
Last updated Tue Feb 17 09:00:21 -0800 2009
-
aglet
A desktop Twitter client in Shoes!
Last updated Mon Dec 29 08:09:49 -0800 2008
-
greatseth.github.com
pagez
Last updated Wed Dec 17 19:04:57 -0800 2008
-
bin
Hey, some bin scripts for ya.
Last updated Tue Dec 02 06:48:42 -0800 2008
-
tmbundle
A command line utility for managing TextMate bundles. Gem package coming soon.
Last updated Sat Oct 25 20:35:23 -0700 2008
-
textmate
TextMate bundles and themes
Last updated Tue Oct 14 12:29:37 -0700 2008
Public Activity 
Also, if you don't need the MatchData object, might just use =~ inside :blocking?
And you could compose that Regexp once..
But hey, it's Friday.. details are in my drink, which is now empty, so.. ;)
Just wandering by.. any reason why BLOCKING_COMMANDS isn't just an array?
I'd Rather Be _____ Than On This Conference Call

-
Seth Thomas Rasmussen committed a06fc257:
ok, i should probably add some tests, soon, shhhhh

-
Seth Thomas Rasmussen committed 7842870a:
keep junk out of window obj, i guess.. and a nice lil url generation function

-
Seth Thomas Rasmussen committed 8e69d5d0:
note that you dont have to install to try it out
Same question: what does this do? :)
What does this do?

-
Seth Thomas Rasmussen committed 3a6be968:
remove junk docs from Albino, and add Thanks to the README

-
Seth Thomas Rasmussen committed a3a7e551:
some ruby < 1.9 fixes

-
Seth Thomas Rasmussen committed 9ed26721:
proper code block formatting for readme
Hmm, I dunno. I would rather know for sure if $0 is ever not set. I don't think that's possible, but I guess I'm not certain.
Also, I'm not sure I like all that filesystem friendly stuff. I actually wonder if it would be best to get rid of all that and use the inferred, $0-based name instead. It makes guessing that path more intuitive. I wonder how useful the 'app name' input is in general..
In another related tangent, I was pondering simplifying the url, pid, etc. filenames. For example, why not simply ~/.vegas/walter/log? Maybe vegas.log in case your app kept other logs there? I might send some code your way along these lines, for consideration.. ;)
Yeah, I hear that.. I didn't like "your_executable_name" either, but having a usage example with something like "My Fancy App" where the executable ought to be sucks, too. I think it's partly a problem of the app name input function being unclear, and that, as has been noted, we aren't just getting the name of the executable automatically.
Any reason why you don't want to just use $0 instead of falling back to app_name? When is $0 not set?
Yeah, I realize the original intent.. I made some changes which moved away from it, though. Now I guess I just want clarity. :)
Seems like it would be ideal to lean on $0 or something else like that.
app_name isn't necessarily the name of the executable, though, right?
experiments in a rest api lib

-
Seth Thomas Rasmussen committed a663906b:
fix manifest, should also fix rake install
A Thrift client wrapper that encapsulates some common failover behavior.
A Ruby client for the Cassandra distributed database.

-
Seth Thomas Rasmussen committed ab5d5c55:
update readme, markdown stylee

-
Seth Thomas Rasmussen committed 3d259d0d:
ok that license was totally inappropriate, i'm sorry

-
Seth Thomas Rasmussen committed 532bc363:
out you!

-
Seth Thomas Rasmussen committed 92e3fb1b:
oh here's the gemspec

-
Seth Thomas Rasmussen committed 892652c5:
update readme

-
Seth Thomas Rasmussen committed 823e5108:
clean up IRB prompt configs and add Object#my_methods

-
Seth Thomas Rasmussen committed 94c0df63:
fix logging for ruby 1.9
-
Seth Thomas Rasmussen committed 1a3fd736:
quick task for installing dev version of gem
-
Seth Thomas Rasmussen committed 78d534db:
rakefile updates
-
Seth Thomas Rasmussen committed 944af9cf:
Merge branch 'master' of git://github.com/quirkey/vegas
-
Seth Thomas Rasmussen committed dca075f1:
tidy up log messages a bit
-
quirkey committed e908c147:
Gemspec
-
quirkey committed 597d7b0d:
Regenerated gemspec for version 0.1.3
-
quirkey committed ea0b61cb:
Add history, bumping to 0.1.3