zenspider (Ryan Davis)

Name
Ryan Davis
Email
Website/Blog
http://blog.zenspider.com/
Company
Seattle.rb
Location
Seattle, WA
Member Since
May 09, 2008 (about 1 year)

Following 6 githubbers and watching 88 repositories view all →

Public Repositories (3)

  • racc

    Racc is an LALR(1) parser generator. It is written in Ruby itself, and generates ruby programs.

    legend

    Forked from tenderlove/racc Thu Jan 22 11:07:11 -0800 2009

    Last updated Tue Sep 15 15:12:00 -0700 2009

  • transmogrify

    Unfactoring your code, for evil.

    legend

    Last updated Fri Dec 12 18:29:13 -0800 2008

  • ruby-ometa

    Library for parsing and compiling OMeta grammars to ruby

    legend

    Forked from aquasync/ruby-ometa Mon Sep 08 23:28:53 -0700 2008

    Last updated Thu Oct 23 08:58:03 -0700 2008

Public Activity feed

zenspider pushed to master at tenderlove/phuby Mon Oct 26 14:03:17 -0700 2009
HEAD is dfd0c72e03bbdf0999d0eb9b94d93975190b8b49
zenspider pushed to master at tenderlove/phuby Mon Oct 26 14:00:00 -0700 2009
HEAD is cb4d6d06dac3c1c82214efee96ffdee3cb2e9b21
zenspider pushed to master at tenderlove/phuby Mon Oct 26 13:35:41 -0700 2009
HEAD is 334bb3d0d628efd1f241c7c856cc553d975ef0b0

3 commits »

zenspider pushed to master at tenderlove/enterprise Fri Oct 23 16:11:14 -0700 2009
HEAD is a1eeca8680e9b485a15ade78b7608a98c61bb227

2 commits »

zenspider commented on flori/json Tue Oct 06 14:13:07 -0700 2009
Comment in caf23f2:

I can see 2 possibilities:

1) Try to build the extension and if it builds, great, if not, no biggie. Install what you've got (both pure and ext) and fall back to pure if ext doesn't load. This is more coding up front, but less work on releases.

2) Build and release a java platform gem. I've done this with ParseTree (3.0.3: ruby, x86-mingw32, x86-mswin32-60) but not for java. This is no coding up front, but more work on each release.

zenspider commented on flori/json Mon Oct 05 14:10:12 -0700 2009
Comment in caf23f2:

Can we get this released? Otherwise Charlie's head will explode with righteous indignation.

zenspider pushed to master at jbarnette/isolate Tue Sep 29 18:58:49 -0700 2009
HEAD is db48689871688a15ea01eb164ae5a428d3f6daa1
zenspider pushed to master at jbarnette/isolate Tue Sep 29 15:23:55 -0700 2009
HEAD is 384185c7f821ef4463631c802773aa184bf078b5
  • zenspider committed 384185c7:
    Clean up to share environment values instead of creating tons of junk. aka JB is addicted to #dup