speedmax

Taylor luk
Idealian
Sydney
8
16
Mar 25, 2008
  • Active Merchant is a simple payment abstraction library used in and sponsored by Shopify. It is w...
    Forked from Shopify/active_merchant Wed Apr 29 06:56:51 -0700 2009
    legend
  • ActiveResource class for PHP to consume RESTful Rails resource
    Updated Thu May 07 00:15:48 -0700 2009
    legend
  • A general classifier module to allow Bayesian and other types of classifications.
    Forked from cardmagic/classifier Sun Jun 14 21:56:00 -0700 2009
    legend
  • ruby persistence layer for CouchDB and adding very sweet Custom view supports
    Forked from langalex/couch_potato Thu Feb 05 04:53:03 -0800 2009
    legend
  • Asynchronous HTTP Client (EventMachine + Ruby)
    Forked from igrigorik/em-http-request Fri Jul 03 08:21:27 -0700 2009
    legend
  • h2o template engine in ruby
    Updated Fri Jun 26 21:21:11 -0700 2009
    legend
  • A beautiful template engine for PHP in Django style
    Updated Tue May 19 04:52:10 -0700 2009
    legend
  • Couchdb fulltext indexing and searching using HyperEstraier in ruby (1.9 compat), based on hyperc...
    Created Wed Mar 18 18:07:34 -0700 2009
    legend
  • Loonar: The flexible object system for Lua
    Forked from dahlia/loonar Tue Sep 30 22:54:03 -0700 2008
    legend
  • Ruby port of Programming Collective Intelligence
    Forked from alexvollmer/pci4r Mon Jun 15 18:22:13 -0700 2009
    legend
  • rubyisms in php
    Forked from shuber/phuby Thu Jun 11 18:39:44 -0700 2009
    legend
  • Character encoding auto-detection in Ruby. As smart as your browser. Open source. (Ruby 1.9 compat)
    Forked from jmhodges/rchardet Fri Jul 03 09:00:30 -0700 2009
    legend
  • A document vector search with flexible matrix transforms. Currently supports Latent semantic anal...
    Forked from josephwilk/rsemantic Sun Jun 14 21:40:28 -0700 2009
    legend
  • BDD extension to PHP SimpleTest to allow writing specs to describe your code.
    Updated Wed May 06 08:27:23 -0700 2009
    legend
  • A simple theme for web apps
    Forked from gintas/web-app-theme Wed May 06 01:03:46 -0700 2009
    legend
  • High level Ruby library for interacting with Xapian, a full text search engine with Couchdb support
    Forked from ryanb/xapit Tue Jun 16 01:01:44 -0700 2009
    legend

Following

Public Activity  feed

speedmax started watching judofyr/parkaby Sat Jul 04 20:42:37 -0700 2009
parkaby's description:
ParseTree meets Markaby
speedmax pushed to master at speedmax/rchardet Fri Jul 03 09:53:16 -0700 2009
HEAD is 3fb43d5aeee0667eea110562618246fbef98cc8b
  • speedmax committed 3fb43d5a:
    Adding conditional hack to be compatible with Ruby 1.8/1.9
speedmax pushed to master at speedmax/rchardet Fri Jul 03 09:51:21 -0700 2009
HEAD is d292665cccc17a62aae4e818c60fc225133dcc27

3 commits »

speedmax started watching chriskite/anemone Fri Jul 03 07:56:14 -0700 2009
anemone's description:
Anemone web-spider framework
speedmax started watching mattetti/fasthttp Thu Jul 02 19:13:47 -0700 2009
fasthttp's description:
FastHTTP is a Ruby library suitable for use as a drop-in Net::HTTP replacement or with event frameworks like EventMachine and Rev
speedmax started watching tiendung/ruby-nlp Wed Jul 01 23:22:01 -0700 2009
ruby-nlp's description:
Ruby Binding for Stanford Pos-Tagger and Name Entity Recognizer
speedmax pushed to master at speedmax/web-app-theme Wed Jul 01 21:55:28 -0700 2009
HEAD is 508954b36c3b2ff9ebecbc9de5e7c99440ee2f6c

11 commits »

speedmax started watching visionmedia/express Sat Jun 27 08:34:51 -0700 2009
express's description:
Insanely fast (and small) server-side JavaScript web development framework built on node.js / V8
speedmax pushed to master at speedmax/h2o Fri Jun 26 21:21:13 -0700 2009
HEAD is 291ae6e137ba26dec4800aa97396aed940b14093
  • speedmax committed 291ae6e1:
    Refactor filter system to be mixedin into a safe object rather than convert methods to proc object, inspired by liquid.
speedmax created gist: 135686 Wed Jun 24 21:38:28 -0700 2009
class Question < AbstractContent acts_as_taggable serialize :body
speedmax started watching jcoglan/eventful Tue Jun 23 19:54:35 -0700 2009
eventful's description:
Because Ruby's Observable never does quite what I want
speedmax pushed to master at speedmax/xapit Tue Jun 23 09:10:45 -0700 2009
HEAD is 5735b53d21d57207a058c7efcc1ea5e20d93dac3

11 commits »

speedmax created gist: 132386 Thu Jun 18 20:18:49 -0700 2009
@zone = Zone.find(params[:id]) @ad = @zone.find_related(Ad).first
speedmax started watching wycats/moneta Wed Jun 17 05:16:54 -0700 2009
moneta's description:
a unified interface to key/value stores
speedmax pushed to master at speedmax/xapit Tue Jun 16 21:44:16 -0700 2009
HEAD is 691cf32b0f71db0f8549ce5fd1f8b325cee607ec

6 commits »

speedmax pushed to master at speedmax/xapit Tue Jun 16 21:38:54 -0700 2009
HEAD is 2e717872a47eff577cc45f14206afa2947042c68
  • speedmax committed 2e717872:
    - Implemented find_each method for Couchrest adapter
speedmax started watching nex3/maruku Tue Jun 16 06:51:10 -0700 2009
maruku's description:
A pure-Ruby Markdown-superset interpreter (Official Repo).
speedmax pushed to master at speedmax/xapit Tue Jun 16 01:52:32 -0700 2009
HEAD is d87b19ad23d2b2cd5dcb8afb308da7537a4f579a
  • speedmax committed d87b19ad:
    - adding find_single and find_multiple methods into CouchRestModelAdapter
speedmax pushed to master at speedmax/xapit Tue Jun 16 01:39:44 -0700 2009
HEAD is c0ceb6512876b68d580bfd06f1ed80d2b4b31b3e
  • speedmax committed c0ceb651:
    - Initial import for couchrest model (CouchRest::ExtendedDocument) adapter
speedmax started watching alexvollmer/pci4r Mon Jun 15 18:16:13 -0700 2009
pci4r's description:
Ruby port of Programming Collective Intelligence
speedmax started watching binarylogic/searchlogic Mon Jun 15 07:33:46 -0700 2009
searchlogic's description:
Provides common named scopes and object based searching for ActiveRecord.
speedmax started watching ryanb/xapit Mon Jun 15 07:22:09 -0700 2009
xapit's description:
High level Ruby library for interacting with Xapian, a full text search engine.
speedmax pushed to master at speedmax/rsemantic Sun Jun 14 22:14:56 -0700 2009
HEAD is ba59cadd69d96b8ddd719239debe81cad5ca1bcf
speedmax started watching cardmagic/classifier Sun Jun 14 21:53:51 -0700 2009
classifier's description:
A general classifier module to allow Bayesian and other types of classifications.
speedmax started watching shuber/nestable Sun Jun 14 21:36:45 -0700 2009
nestable's description:
Allows you to nest ActiveRecord records with various theories like tree, set, path, etc.
speedmax started watching feedbackmine/tweetjobsearch Sat Jun 13 20:25:27 -0700 2009
tweetjobsearch's description:
Twitter Job Search Engine
speedmax started watching rubyrep/rubyrep Sat Jun 13 20:12:34 -0700 2009
rubyrep's description:
Open-source solution for asynchronous, master-master replication of relational databases
speedmax pushed to master at speedmax/phuby Thu Jun 11 20:19:09 -0700 2009
HEAD is fcaf2f8dd810c4e226c90bd86781f7af8ea2496b

11 commits »

speedmax updated gist: 128391 Thu Jun 11 19:34:59 -0700 2009
<?php class Object {
speedmax created gist: 128391 Thu Jun 11 19:34:44 -0700 2009
all u need to do is overload the send method, that means it can't be overridden,
speedmax started watching igrigorik/rb-pagerank Thu Jun 11 07:07:55 -0700 2009
rb-pagerank's description:
Code from RailsConf '09 pres: Building Mini Google in Ruby
speedmax started watching lsegal/things-export Thu Jun 11 01:22:27 -0700 2009
things-export's description:
Export my Things.app todo items to a simple webpage