dyoder (Daniel Yoder)

Name
Daniel Yoder
Email
Website/Blog
http://dev.zeraweb.com
Company
SharesPost.com
Location
Santa Monica, CA
Member Since
Feb 29, 2008 (about 1 year)

Following 0 githubbers and watching 24 repositories view all →

Public Repositories (13)

  • filebase

    A simple implementation of a file-based database.

    legend

    Last updated Sun Nov 22 00:18:02 -0800 2009

  • functor

    Implements pattern-based method dispatch for Ruby, inspired by Topher Cyll's multi.

    legend

    Last updated Sun Nov 22 00:17:49 -0800 2009

  • autocode

    Ruby library for auto-loading and auto-creation of classes and modules.

    legend

    Last updated Sun Nov 22 00:09:37 -0800 2009

  • waves

    Resource-oriented open source Ruby framework for Web apps.

    legend

    Last updated Sun Nov 22 00:04:42 -0800 2009

  • nice

    a javascript library for building nice uis

    legend

    Last updated Wed Nov 18 08:57:38 -0800 2009

  • publisher-sites

    Sites Powered By Hosted Publisher

    legend

    Last updated Sun Nov 08 23:11:23 -0800 2009

  • publisher

    A Waves-based Multi-Tenant CMS (Pages V2)

    legend

    Last updated Sun Nov 08 22:49:55 -0800 2009

  • vixby-sites

    Just the content for Vixby.com Web sites.

    legend

    Last updated Mon Oct 05 00:26:59 -0700 2009

  • hive

    worker / scheduler framework

    legend

    Last updated Sun Aug 30 12:19:51 -0700 2009

  • pages

    Waves-based CMS

    legend

    Last updated Wed Aug 05 00:43:05 -0700 2009

  • r18n

    I18n tool to translate your Ruby application.

    legend

    Forked from ai/r18n Sun Jul 12 19:12:08 -0700 2009

    Last updated Fri Jul 10 21:48:48 -0700 2009

  • attributes

    Mixin JIT attributes to any class.

    legend

    Last updated Fri Jul 25 20:33:00 -0700 2008

  • studio

    Theme Server

    legend

    Last updated Sat Jul 19 18:41:00 -0700 2008

Public Activity feed

dyoder pushed to master at dyoder/filebase Sun Nov 22 00:18:03 -0800 2009
HEAD is 139808d19b9ead355e1d6015d8ea0e816acf4eb6
dyoder pushed to master at dyoder/functor Sun Nov 22 00:17:49 -0800 2009
HEAD is 6bb6b085ad4e6da5ab704124497e9290c32b7738
dyoder pushed to master at dyoder/autocode Sun Nov 22 00:09:38 -0800 2009
HEAD is da4af30e319347b4dcc65f2a8e605ea1e8e6fba1
dyoder pushed to master at dyoder/waves Sun Nov 22 00:04:42 -0800 2009
HEAD is be58141bf24797f64c86cbd003c8f39bb2605720
dyoder pushed to master at waves/edge Sat Nov 21 22:40:36 -0800 2009
HEAD is 762f19f49885c81a65a08510c93d34f29ea22902
  • dyoder committed 762f19f4:
    Changed the default classic template to use :html4 instead of html4_transitional, pending hoshi adding add'l doctypes.
dyoder pushed to master at waves/edge Sat Nov 21 22:24:59 -0800 2009
HEAD is e67e717de44cfe6e5b59b04b6da97fa093cc08a0

2 commits »

dyoder created branch master at dyoder/nice Wed Nov 18 08:57:39 -0800 2009
New branch is at dyoder/nice/tree/master
dyoder created repository nice Wed Nov 18 08:56:53 -0800 2009
New repository is at dyoder/nice
dyoder created branch master at dyoder/Publisher-Sites Sun Nov 08 23:11:23 -0800 2009
dyoder created repository Publisher-Sites Sun Nov 08 22:57:37 -0800 2009
New repository is at dyoder/Publisher-Sites
dyoder pushed to master at dyoder/Publisher Sun Nov 08 22:49:55 -0800 2009
HEAD is 80849f8ea7fee68d794bbc8c667c707747e0e442
  • dyoder committed 80849f8e:
    Various refinements based on getting dev.zeraweb.com back up.
dyoder pushed to master at waves/edge Fri Nov 06 11:08:58 -0800 2009
HEAD is cf3e7269ad0820fb8e178333fe448cd093ba87e1

2 commits »

dyoder created gist: 227798 Thu Nov 05 23:32:09 -0800 2009
require 'waves/foundations/compact' module Foo
dyoder pushed to master at waves/edge Thu Nov 05 23:29:48 -0800 2009
HEAD is f390aa1ed582bcb5f916441927aa44d828546b06
  • dyoder committed f390aa1e:
    Just rounding compact foundation back into shape.
dyoder pushed to master at dyoder/Vixby-Sites Mon Oct 05 00:26:59 -0700 2009
HEAD is 5609933a8ca2166f71cd6357ce3cea8159451fb4
  • dyoder committed 5609933a:
    Cleaning up old garbage and converting sites over to publisher.
dyoder pushed to master at dyoder/Publisher Mon Oct 05 00:26:08 -0700 2009
HEAD is 93f1bb1d8b922174990d394b636666019be3f9f0
  • dyoder committed 93f1bb1d:
    Added support for images and tag-based blogs.
dyoder updated gist: 201655 Sun Oct 04 15:53:31 -0700 2009
DELIMITERS = [ ['(',')'], ['{','}'], ['[',']'] ] def match?( string, stack = [] ) return true i...
dyoder updated gist: 201655 Sun Oct 04 15:52:30 -0700 2009
DELIMITERS = [ ['(',')'], ['{','}'], ['[',']'] ] def match?( string, stack = [] ) return true i...
dyoder updated gist: 201655 Sun Oct 04 14:58:27 -0700 2009
DELIMITERS = [ ['(',')'], ['{','}'], ['[',']'] ] def match?( string, stack = [] ) return true i...
dyoder created gist: 201655 Sun Oct 04 14:50:04 -0700 2009
DELIMITERS = [ ['(',')'], ['{','}'], ['[',']'] ] def match?( string, stack = [] ) return true i...