keeto (Mark Obcena)

Name
Mark Obcena
Email
Website/Blog
http://keetology.com
Location
Manila, PH
Member Since
Aug 03, 2008 (about 1 year)

Following 9 coders and watching 45 repositories view all →

Public Repositories (13)

  • deck

    simple yet powerful JSGI+ layer

    legend

    Last updated Mon Feb 01 15:58:17 -0800 2010

  • mootools-core

    MooTools Core Repository

    legend

    Forked from mootools/mootools-core Wed Jan 06 09:35:36 -0800 2010

    Last updated Thu Jan 07 01:27:47 -0800 2010

  • jask

    A simple javascript task runner for CommonJs engines.

    legend

    Last updated Thu Dec 03 13:00:56 -0800 2009

  • raccoon

    the sneaky little framework.

    legend

    Last updated Thu Jul 23 22:16:54 -0700 2009

  • chill

    a simple PHP Couchdb REST client

    legend

    Last updated Wed Jun 17 01:16:23 -0700 2009

  • nicedog

    Nice Dog is a nano web framework for PHP, like web.py for Python, Sinatra or Camping for Ruby

    legend

    Forked from bastos/nicedog Fri Apr 03 08:12:56 -0700 2009

    Last updated Fri Apr 03 08:13:58 -0700 2009

  • basic-validator

    A basic data validator using Mootools

    legend

    Last updated Sun Mar 29 19:52:55 -0700 2009

  • zarishi

    a basic irc bot built using titanium and js

    legend

    Last updated Tue Mar 10 09:31:40 -0700 2009

  • titanium-jsdocs

    Titanium JS API Documentation

    legend

    Last updated Mon Mar 02 12:07:14 -0800 2009

  • snippely

    Snippely is a basic text and code organizational tool.

    legend

    Forked from kassens/snippely Thu Jan 29 00:02:28 -0800 2009

    Last updated Wed Jan 28 23:21:25 -0800 2009

  • fire

    MooTools Fire - Sets AIR on Fire

    legend

    Forked from kassens/fire Wed Jan 07 03:44:01 -0800 2009

    Last updated Wed Jan 28 04:37:32 -0800 2009

  • keeto.github.com

    GitHub Pages..

    legend

    Last updated Sun Jan 11 11:11:34 -0800 2009

  • huni

    Super secret project...

    legend

    Created Thu Mar 19 16:43:37 -0700 2009

Public Activity feed

keeto pushed to master at keeto/deck Mon Feb 01 15:58:18 -0800 2010
HEAD is ccb8eecb98960fb8cb8808c5e1a0fcd7998b1119
  • keeto committed ccb8eecb:
    Added autoFinish option: if true, calls response.finish() when the whole stack has been dispatched.
keeto pushed to master at keeto/deck Sun Jan 31 08:13:01 -0800 2010
HEAD is a54dee534018413221f6032f0e381f5efe49adb0
  • keeto committed a54dee53:
    Added flusspferd request parser; Changed origReq -> original.
keeto created branch master at keeto/deck Sun Jan 31 08:00:51 -0800 2010
New branch is at keeto/deck/tree/master
keeto created repository Deck Sun Jan 31 07:59:33 -0800 2010
New repository is at keeto/deck
keeto started watching emwendelin/javascript-stacktrace Fri Jan 29 04:36:51 -0800 2010
javascript-stacktrace's description:
Micro-library for getting stack traces in all web browsers
keeto created gist: 287954 Wed Jan 27 07:49:28 -0800 2010
/* Script: Signal.js Makes chaining functions easy!
keeto started watching DelvarWorld/Dung-Beetle Mon Jan 11 20:40:07 -0800 2010
Dung-Beetle's description:
Revolutionizing web development with a JavaScript based Firebug clone that works in any browser. Including IE6. Forget Firebug Lite, this actually works.
keeto created gist: 273490 Sun Jan 10 04:58:09 -0800 2010
/* Script: Accessors.js An accessors mixin for getters and setters.
keeto created branch 2.0wip-exports at keeto/mootools-core Thu Jan 07 01:27:47 -0800 2010
keeto forked mootools/mootools-core Wed Jan 06 09:35:37 -0800 2010
Forked repository is at keeto/mootools-core
keeto started watching apenwarr/bup Mon Jan 04 18:24:15 -0800 2010
bup's description:
Highly efficient file backup system based on the git packfile format. Capable of doing incremental backups of virtual machine images.
keeto started watching tpapp/lla Fri Dec 18 04:12:31 -0800 2009
lla's description:
Lisp Linear Algebra
keeto commented on mootools/mootools-core Thu Dec 17 03:07:19 -0800 2009
Comment in cd1a146:

This should be git://github.com/mootools/mootools-core-specs.git, not git@github.com or users won't be able to download the submodule unless they have committer access to the specs repo.

keeto started watching SunboX/Mootools-Request.Binary Sat Dec 12 19:56:52 -0800 2009
Mootools-Request.Binary's description:
Wrapped Request with receiving of data in binary format.
keeto started watching rapha/rhino Sat Dec 05 00:42:18 -0800 2009
rhino's description:
Work in progress, bringing rhino up to the ecmascript 5 spec
keeto updated gist: 248563 Thu Dec 03 13:47:06 -0800 2009
/* Script: Class.AfterImplement.js Adds an afterImplement feature to Class: a function
keeto updated gist: 248563 Thu Dec 03 13:44:14 -0800 2009
/* Script: Class.AfterImplement.js Adds an afterImplement feature to Class: a function
keeto created gist: 248563 Thu Dec 03 13:42:19 -0800 2009
/* Script: Class.AfterImplement.js Adds an afterImplement feature to Class: a function
keeto pushed to master at keeto/jask Thu Dec 03 13:00:57 -0800 2009
HEAD is 06f35ec5902149371059a06811e5b512cee4d78a

4 commits »

keeto updated gist: 247650 Thu Dec 03 08:54:02 -0800 2009
function Collection(list, build){ this.list = $splat(list || []); this.length = this.list.length;
keeto updated gist: 247650 Thu Dec 03 08:43:19 -0800 2009
function Collection(list, build){ this.list = $splat(list || []); this.length = this.list.length;
keeto updated gist: 247650 Thu Dec 03 08:40:10 -0800 2009
function Collection(list){ this.list = $splat(list || []); this.length = this.list.length;
keeto updated gist: 247650 Thu Dec 03 08:35:21 -0800 2009
function Collection(list){ this.list = $splat(list || []); this.length = this.list.length;
keeto updated gist: 247650 Thu Dec 03 08:34:41 -0800 2009
function Collection(list){ this.list = $splat(list || []); this.length = this.list.length;
keeto updated gist: 247650 Thu Dec 03 08:11:35 -0800 2009
function Collection(list){ this.list = $splat(list || []); this.length = this.list.length;
keeto updated gist: 247650 Wed Dec 02 15:35:31 -0800 2009
function Collection(list){ this.list = $splat(list || []); this.length = this.list.length;
keeto updated gist: 247650 Wed Dec 02 15:06:36 -0800 2009
function Collection(list){ this.list = $splat(list || []); }
keeto updated gist: 247650 Wed Dec 02 14:53:50 -0800 2009
function Collection(list){ this.list = $splat(list || []); }
keeto created gist: 247650 Wed Dec 02 14:09:24 -0800 2009
function Collection(list){ this.list = $splat(list || []); }
keeto started watching stevedekorte/vertexdb Mon Nov 30 05:05:42 -0800 2009
vertexdb's description:
A graph database on top of tokyocabinet and libevent
keeto started watching ashb/Zest Thu Nov 26 07:34:15 -0800 2009
Zest's description:
Simple HTTP server that speaks JSGI (primarily for use with Juice)
keeto opened issue 11 on stevedekorte/vertexdb Wed Nov 25 13:04:12 -0800 2009
Write doesn't do anything.
keeto pushed to master at keeto/jask Tue Nov 24 12:20:05 -0800 2009
HEAD is 6d32ab959b55f894592feaeaa2bd9415028b1c03
keeto started watching ry/node Mon Nov 23 14:12:47 -0800 2009
node's description:
evented I/O for v8 javascript
keeto started watching jdp/lineup Wed Nov 18 03:34:37 -0800 2009
lineup's description:
A minimalistic message queue server, in Go