GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

knowtheory

Ted Han
3
5
Feb 12, 2008
  • Ruby implementations of code for Artificial Intelligence A Modern Approach 2nd Edition
    Created Thu Sep 11 12:30:30 -0700 2008
    legend
  • A github commit feed aggregator
    Created Mon Dec 01 15:28:14 -0800 2008
    legend
  • A minimally invasive unit and measurement library.
    Created Mon Oct 20 08:57:00 -0700 2008
    legend
  • RubiGen alternative Generator thingy
    Forked from jnicklas/templater Sun Nov 16 18:46:52 -0800 2008
    legend
  • A fork of the ultraviolet repo on rubyforge
    Created Sat Nov 29 15:22:32 -0800 2008
    legend

Following

Public Activity  feed

knowtheory started watching jmhodges/tommy Thu Dec 04 17:15:25 -0800 2008
tommy's description:
A general purpose Bayesian classifier.
knowtheory created hubcaps-slice Mon Dec 01 15:28:15 -0800 2008
New repository is at knowtheory/hubcaps-slice
knowtheory started watching jackdempsey/builtbythenet Mon Dec 01 15:27:30 -0800 2008
builtbythenet's description:
An experiment into social site development
knowtheory committed to lukesutton/code-nice Sun Nov 30 06:37:46 -0800 2008

bb8edb5785352e15f1d1332202044d1df2444bd4

We've moved to using pygments ( http://pygments.org/ ) for syntax highlighting. Since this requires doing system calls from ruby on things that could genuinely be anything, i've also had to require the 'escape' gem which actually does the correct thing w/ Bash escaping as far as i can tell. As a consequence we are tied to bash systems i think unfortunately.

knowtheory pushed to master at lukesutton/code-nice Sun Nov 30 06:37:46 -0800 2008
HEAD is bb8edb5785352e15f1d1332202044d1df2444bd4
  • knowtheory committed bb8edb57:
    We've moved to using pygments ( http://pygments.org/ ) for syntax highlighting. Since this requires doing system calls from ruby on things that could genuinely be anything, i've also had to require the 'escape' gem which actually does the correct thing w/ Bash escaping as far as i can tell. As a consequence we are tied to bash systems i think unfortunately.
knowtheory added lukesutton to ultraviolet Sat Nov 29 15:24:09 -0800 2008
ultraviolet is at knowtheory/ultraviolet
knowtheory created ultraviolet Sat Nov 29 15:22:33 -0800 2008
New repository is at knowtheory/ultraviolet
knowtheory committed to lukesutton/code-nice Sat Nov 29 07:22:20 -0800 2008

591e58e7c535c7b4418fcfc6a316a8b917e43649

Merge branch 'master' of git@github.com:lukesutton/code-nice

knowtheory pushed to master at lukesutton/code-nice Sat Nov 29 07:22:20 -0800 2008
HEAD is 591e58e7c535c7b4418fcfc6a316a8b917e43649

2 commits »

knowtheory committed to lukesutton/code-nice Sat Nov 29 07:22:19 -0800 2008
knowtheory started watching hcatlin/mediawiki-ruby Sat Nov 22 14:47:40 -0800 2008
mediawiki-ruby's description:
A really basic mediawiki library... mostly for Wikipedia ---- PLEASE EXPAND!
knowtheory created gist: 27907 Sat Nov 22 10:24:50 -0800 2008
umbra:Sites ted$ merb-gen app test Generating with app generator: [ADDED] tasks/merb.thor
knowtheory committed to michaelklishin/templater Tue Nov 18 10:04:17 -0800 2008

62fad60c206883a488973f66be354b6c29977559

Properly escaping diff output for CLI conflict resolver.

knowtheory committed to knowtheory/measures Sun Nov 16 22:19:25 -0800 2008

ca84f9dc47cff0e935ada028a310f3e699826e83

More documentation and some stupid finicky formatting changes so i can fold blocks more nicely in textmate :P

knowtheory committed to knowtheory/templater Sun Nov 16 21:53:54 -0800 2008

aa49cba72364d7622961ffb7afa5739c6ef6a3f8

Properly escaping diff output for CLI conflict resolver.

knowtheory forked jnicklas/templater Sun Nov 16 18:46:53 -0800 2008
Forked repository is at knowtheory/templater
knowtheory updated gist: 25503 Sun Nov 16 08:01:27 -0800 2008
>> content = "a string with 'single' quotes in it" => "a string with 'single' quotes in it" >> content.gsub("'","\'")
knowtheory created gist: 25503 Sun Nov 16 08:00:44 -0800 2008
>> content.gsub("'","\'") => "a string with 'single' quotes in it" >> content.gsub("'","\\'")
knowtheory committed to knowtheory/measures Fri Nov 14 18:41:36 -0800 2008

5fa0145f6922ea808632fd9768e8a81cb3d2ee3e

Let the test overhaul begin!