darthapo (M@ McCray)

Name
M@ McCray
Email
Website/Blog
http://www.mattmccray.com
Company
Elucidata unLTD
Location
Dallas, TX
Member Since
Mar 27, 2008 (about 1 year)

Public Repositories (15)

  • klass.js

    A prototype-chain based class inheritance library.

    legend

    Last updated Sat Oct 03 15:01:07 -0700 2009

  • stratus

    Static blog generation tool, based on ideas form Cumulus

    legend

    Last updated Tue Jul 28 14:17:36 -0700 2009

  • dm.js

    DM.js is a simple JavaScript ORM (loosely based on ActiveRecord) that supports the following sqli...

    legend

    Last updated Fri Feb 27 17:00:21 -0800 2009

  • liquid.js

    JavaScript port of Tobias Luetke's Liquid template engine.

    legend

    Last updated Thu Feb 26 20:30:40 -0800 2009

  • comicus

    Webcomic CMS using PHP and SQLite. Designed to be small, fast, and easy to use/theme.

    legend

    Last updated Mon Jan 19 19:52:27 -0800 2009

  • boilerplate

    Tool for generating boilerplate directories and files

    legend

    Last updated Sat Jan 03 14:58:53 -0800 2009

  • comatose

    Comatose is a micro CMS, implemented as a Rails plugin, that is designed to be easy to embed and ...

    legend

    Last updated Tue Dec 23 14:13:09 -0800 2008

  • darthapo.github.com

    My github page...

    legend

    Last updated Sat Dec 20 03:44:56 -0800 2008

  • cumulus

    A simple HTML, file based, content management tool.

    legend

    Last updated Tue Dec 09 23:10:52 -0800 2008

  • red

    Red writes like Ruby and runs like JavaScript.

    legend

    Forked from backtik/red Mon Dec 08 15:32:11 -0800 2008

    Last updated Mon Dec 08 15:57:23 -0800 2008

  • redshift

    Redshift is Red's DOM scripting library.

    legend

    Forked from backtik/redshift Sun Dec 07 18:16:30 -0800 2008

    Last updated Sun Dec 07 18:33:35 -0800 2008

  • taskthis

    Simple, AJAX enabled, todo list manager.

    legend

    Last updated Wed Dec 03 19:46:16 -0800 2008

  • javascriptmvc

    (GoogleCode mirror) .JavaScriptMVC is a framework that brings methods to the madness of JavaScrip...

    legend

    Forked from leemhenson/javascriptmvc Wed Dec 03 19:20:23 -0800 2008

    Last updated Sat Nov 29 09:59:27 -0800 2008

  • webby

    A lightweight and flexible website management system.

    legend

    Forked from TwP/webby Wed May 14 16:39:18 -0700 2008

    Last updated Wed May 14 19:48:05 -0700 2008

  • sequent

    Sequent, an easy to use web-comic publishing tool.

    legend

    Last updated Tue May 13 19:03:18 -0700 2008

Public Activity feed

darthapo started watching edspencer/jaml Mon Nov 09 16:24:05 -0800 2009
jaml's description:
JavaScript Haml
darthapo started watching ciscoheat/haxigniter Sun Oct 18 03:15:13 -0700 2009
haxigniter's description:
An easy-to-use web framework for haXe.
darthapo started watching gbd/cocoafob Sun Oct 11 08:31:40 -0700 2009
cocoafob's description:
A set of registration code generation and verification helpers for Obj-C and Ruby (Potion Store)
darthapo updated gist: 352 Wed Oct 07 18:36:28 -0700 2009
require 'find' require 'rubygems' require 'digest/md5'
darthapo pushed to master at darthapo/klass.js Sat Oct 03 15:01:08 -0700 2009
HEAD is a7b08f0fa86d4365630f64a339246937d2096f0d
  • darthapo committed a7b08f0f:
    Added extended flag to typeOf to return klass.displayName for Klass objects. Changed makeImpersonator() to adopt()