CARVIEW |
blatyo
(Allen Madsen)
- You’re not logged in!
- Login
- Pricing & Signup
Following 2 coders and watching 52 repositories view all →
Public Repositories (18)
-
LinkIn
Ridiculously scaled social networking
Last updated Thu Apr 01 08:43:45 -0700 2010
-
Data-Mining-Statistics
Homework and class assignments for data mining statistics.
Last updated Fri Mar 26 19:47:55 -0700 2010
-
word_list
TODO: one-line summary of your gem
Last updated Sat Mar 13 09:35:20 -0800 2010
-
torrent_swarm
An awesome torrent tracker.
Last updated Sat Mar 06 21:33:52 -0800 2010
-
The-Mobile-Problem
Implementations of the mobile problem in various languages.
Last updated Thu Feb 25 16:59:48 -0800 2010
-
xml2json
An xsl transformation for xml that will convert it to json.
Last updated Thu Feb 25 15:28:27 -0800 2010
-
Bank-Simulator
A bank simulator that utilizes Java's reentrant mutexes in java.util.concurrent.locks.*.
Last updated Thu Feb 25 14:40:38 -0800 2010
-
DOS
A program to simulate dos in unix. Written for Operating Systems class.
Last updated Thu Feb 25 14:21:52 -0800 2010
-
bencodr
This gem provides a way to encode and parse bencodings used by the Bit Torrent protocol.
Last updated Thu Feb 04 09:43:28 -0800 2010
-
blog
a basic template for toto, the blogging engine
Forked from cloudhead/dorothy Wed Feb 03 14:14:04 -0800 2010
Last updated Tue Feb 02 16:29:32 -0800 2010
-
torrent_builder
TODO: one-line summary of your gem
Last updated Sun Jan 31 06:18:52 -0800 2010
-
blatyo.github.com
Last updated Fri Jan 29 10:51:49 -0800 2010
-
torrent_tracker
This gem will give you a fully working torrent tracker written in pure ruby when its done.
Last updated Sat Jan 16 17:48:31 -0800 2010
-
grafiek
Graph theory is fun
Last updated Thu Dec 31 13:31:04 -0800 2009
-
stutter
abandoned
Last updated Sun Sep 27 16:32:02 -0700 2009
-
prototype
Prototype JavaScript framework
Forked from sstephenson/prototype Thu Sep 03 09:34:52 -0700 2009
Last updated Thu Sep 10 10:20:54 -0700 2009
-
blacksmith
An extension for prototype.
Last updated Sat Sep 05 23:18:01 -0700 2009
-
Ritter
Twitter and RIT merged into one
Last updated Thu Jun 18 18:36:29 -0700 2009
Public Activity 
A framework for creating distributed datastores.
A distributed, fault-tolerant graph database.
Node.JS library to read git repositories.
A modern, simple and very fast Mysql library for Ruby - binding to libmysql
Generate syntax-highlighted slides from Markdown
-
16b06fb
Added friendships
-
4447610
Added user and authentication.
-
7fe9acb
Added user and authentication.
-
8130b15
Added user and authentication.
- 1 more commit »
Javascript + DOM in your ruby, the simple way
-
87d2a56
changed writeup to markdown
Sharding support for ActiveRecord 2.x
The comment has since been removed.
-
47e92e8
Another small improvement to exclude more words. Speed increas...
-
f0ae0bf
Small enhancement to exclude more words. Brings runtime on sma...
-
920aa79
Some improvements. Runs small list in about half a second.
-
3da2246
Improved speed slightly by excluding all words already checked.
-
89bc667
This solution does a preindexing of what words contain what le...
-
ec87a10
The fastest I've gotten so far.
-
77d1b3c
Tried an optimization to see if it would improve speed, but co...
-
a88e4aa
Added index check so that large portions of strings can be ski...
-
010a5fa
Removed output since the join and array lookup were eating res...
-
6ca3f14
Optimizations and shorter lst files
-
069eca8
Added some optimizations
-
8587126
finished unoptimized method testing every possibility ever
-
72e9839
building up analyze method and testing components