CARVIEW |
We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]
-
Ruby implementations of code for Artificial Intelligence A Modern Approach 2nd EditionCreated Thu Sep 11 12:30:30 -0700 2008
-
A github commit feed aggregatorCreated Mon Dec 01 15:28:14 -0800 2008
-
A minimally invasive unit and measurement library.Created Mon Oct 20 08:57:00 -0700 2008
-
Open Source Merb bookForked from mattetti/merb-book Mon Dec 08 20:52:43 -0800 2008
-
RubiGen alternative Generator thingyForked from jnicklas/templater Sun Nov 16 18:46:52 -0800 2008
-
A fork of the ultraviolet repo on rubyforgeCreated Sat Nov 29 15:22:32 -0800 2008
Public Activity
Ruby on Rails
Ruby on Rails

-
knowtheory committed d2321ee4:
Rewrite underway. Treetop is now a dependency, and tests are being rewritten from that point.
d2321ee48261d3925fdd2d08d8f718ac7b5acc4c
Rewrite underway. Treetop is now a dependency, and tests are being rewritten from that point.
An experiment in publishing code and words about code on a small scale.
A Ruby-based parsing DSL based on parsing expression grammars.

-
knowtheory committed 6630f743:
Commencing serious rewrite.
6630f74305d5a51b42e4cd71441effc40ab5db8c
Commencing serious rewrite.
68b4c96d4d867d5a7eee2ae388b76368439decfb
Syntax highlighting now works, and renders & displays properly. Specs are now fucked in a new and interesting way, trying to untangle them still.

-
knowtheory committed 68b4c96d:
Syntax highlighting now works, and renders & displays properly. Specs are now fucked in a new and interesting way, trying to untangle them still.
A general purpose Bayesian classifier.
An experiment into social site development
bb8edb5785352e15f1d1332202044d1df2444bd4
We've moved to using pygments ( https://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 committed bb8edb57:
We've moved to using pygments ( https://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.