The Wayback Machine - https://web.archive.org/web/20100414172937/http://github.com:80/kaykay

kaykay

Member Since
May 01, 2008

Following 6 coders and watching 29 repositories view all →

Public Repositories (8)

  • polish

    'shoes' like interface on cappuccino/obj-j.

    legend

    Forked from polymar/polish Sun Mar 15 18:12:58 -0700 2009

    Last updated Mon Feb 15 23:27:16 -0800 2010

  • waves

    Development repo for the Waves web application framework

    legend

    Forked from waves/edge Wed Mar 18 19:19:25 -0700 2009

    Last updated Wed Jul 08 11:39:16 -0700 2009

  • filebase

    A simple implementation of a file-based database.

    legend

    Forked from dyoder/filebase Mon Feb 02 17:55:04 -0800 2009

    Last updated Tue Apr 14 20:04:58 -0700 2009

  • functor

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

    legend

    Forked from dyoder/functor Tue Mar 31 12:17:57 -0700 2009

    Last updated Fri Feb 06 18:41:34 -0800 2009

  • vlad

    My copy of Vlad the Deployer

    legend

    Forked from dpiddy/vlad Tue Feb 03 12:43:58 -0800 2009

    Last updated Tue Feb 03 13:10:29 -0800 2009

  • rack

    a modular Ruby webserver interface

    legend

    Forked from chneukirchen/rack Mon Oct 27 17:54:42 -0700 2008

    Last updated Tue Nov 18 12:50:10 -0800 2008

  • mongrel

    Mongrel on git

    legend

    Forked from mongrel/mongrel Wed Oct 01 18:01:11 -0700 2008

    Last updated Sat Sep 27 11:03:28 -0700 2008

  • RestClient

    A Small helper class to bridge CPURL and REST interfaces.

    legend

    Created Mon Jun 29 10:59:27 -0700 2009

Public Activity feed

kaykay created gist: 328199 Wed Mar 10 10:50:54 -0800 2010
(defn rotate [a] (vec (conj (take (- (count a) 1) a) (last a))))
kaykay created branch delegate at kaykay/polish Mon Feb 15 23:27:16 -0800 2010
kaykay started watching mmcgrana/ring Fri Nov 06 14:21:30 -0800 2009
ring's description:
Clojure web application library: abstracts HTTP to allow modular and concise webapps