CARVIEW |
mattly
(Matt Lyon)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Matt Lyon
- Website/Blog
- https://mattly.tumblr.com
- Location
- Portland OR
- Member Since
- Feb 25, 2008
Following 24 coders and watching 100 repositories view all →
Public Repositories (23)
-
flowerpress
flexible website publishing system, using node and couchdb
Last updated Wed Apr 14 00:07:02 -0700 2010
-
dotfiles
because what the fuck
Last updated Tue Apr 13 11:19:43 -0700 2010
-
coffee-script
Unfancy JavaScript
Forked from jashkenas/coffee-script Sat Mar 06 11:08:24 -0800 2010
Last updated Mon Apr 12 22:19:13 -0700 2010
-
couchdb-ruby-query-server
A Ruby version of the CouchDB query server - for specifying your map, reduce, etc functions in ruby
Last updated Mon Apr 12 16:15:01 -0700 2010
-
cradle
a high-level, caching, CouchDB library for Node.js
Forked from cloudhead/cradle Sun Mar 28 20:01:52 -0700 2010
Last updated Sun Apr 11 19:47:13 -0700 2010
-
homebrew
The missing package manager for OS X
Forked from mxcl/homebrew Sat Apr 10 14:41:27 -0700 2010
Last updated Sat Apr 10 20:59:21 -0700 2010
-
vows.js
asynchronous testing in node.js
Forked from cloudhead/vows.js Sat Apr 10 01:05:47 -0700 2010
Last updated Sat Apr 10 01:06:10 -0700 2010
-
rabbit
yet another attempt at creating a rack-like event-based microframework for webapps in node.js
Last updated Sun Apr 04 23:08:19 -0700 2010
-
rack-coffee
serve up coffeescript from rack middleware
Last updated Sun Mar 21 15:41:18 -0700 2010
-
geokit-rails
Official Geokit plugin for Rails/ActiveRecord. Provides location-based goodness for your Rails ap...
Forked from andre/geokit-rails Thu Feb 25 14:44:41 -0800 2010
Last updated Thu Feb 25 17:23:00 -0800 2010
-
triplicate
now abanoned, triplicate is a stab at doing "model-less" document validation and processing in ruby
Last updated Sun Jan 10 02:11:18 -0800 2010
-
pushy
simple git-based deployment
Last updated Sat Jan 09 19:20:32 -0800 2010
-
exegesis
a ruby ODM for couchdb
Last updated Fri Jun 12 23:41:59 -0700 2009
-
maxlib
max/msp abstractions & etc that others might find useful
Last updated Sun Jun 07 14:08:46 -0700 2009
-
slicehost-dns
manage your slicehost dns settings via a YAML file
Last updated Sat Feb 28 12:59:27 -0800 2009
-
fuzzywysi
inline rich texteditor, using jQuery
Last updated Wed Feb 11 02:31:51 -0800 2009
-
helvetichat
stark simple themes for various chat clients
Last updated Thu Jan 15 11:34:54 -0800 2009
-
rest-client
Simple REST client for Ruby, inspired by microframework syntax for specifying actions.
Forked from adamwiggins/rest-client Sun Jan 04 23:13:23 -0800 2009
Last updated Sun Jan 04 23:25:06 -0800 2009
-
vlad
My copy of Vlad the Deployer
Forked from ottobar/vlad Wed Dec 17 19:04:40 -0800 2008
Last updated Fri Dec 19 12:38:10 -0800 2008
-
datagrammer
manages sending and receiving UDP packets
Last updated Sat Nov 08 10:22:02 -0800 2008
-
ourouborous
the meta-sequencer
Last updated Thu Nov 06 16:51:16 -0800 2008
-
hpreserve
a humane, eval-safe templating system using Hpricot
Last updated Sun Jul 06 16:44:03 -0700 2008
-
nginx_config_generator
Generates nginx config files from YAML.
Forked from defunkt/nginx_config_generator Sun Apr 20 17:42:56 -0700 2008
Last updated Sat Jul 05 03:47:15 -0700 2008
Public Activity 
CoffeeScript syntax highlighting and indenting support for Vim
-
15217c7
Allowing for negative indices in slice literals.
-
9f108e8
Removed unused `__hasProp` assignment and declared `Coffeescri...
-
1e786d6
Removed unnecessary check
- 78 more commits »
-
b837868
update readme, release 0.8
-
0d873ab
make Connection.prototype.request use Connection.prototype.raw...
-
f40ef98
Merge branch 'feature-attachments'
-
f792b82
return req from saveAttachment()
-
e33500c
allows creating an attachment for a non-existant document
- 8 more commits »
-
f23d77b
Saving attachments now updates the cache
A Ruby version of the CouchDB query server - for specifying your map, reduce, etc functions in ruby
hm, did 0.10.1 work for you?
A Ruby version of the CouchDB query server - for specifying your map, reduce, etc functions in ruby
updated formula: couchdb
-
1dae42c
turn couchdb to .11
-
66240b2
Basic support for GETting attachments
-
9ead77c
add streaming support for putting attachments
A new CouchDB module following node.js idioms
-
607eff1
bugfix: only add setup vals to context once
-
08aaad9
save attachment should take a callback
-
e619a82
merge unfuck?
-
801afa3
argh fuck
- 12 more commits »
-
70d7af0
um... vows complains without a setup function, and this passes
-
516af64
argh fuck
-
924e3eb
argh fuck people include your .gitmodules
- 9 more commits »
-
246b91a
more with the attachment support
how do you have this setup? I'm not seeing a .gitmodules file, so I assume it's not git submodules?
that was my eventual plan, but I'm a huge believer in always having working code, so I was going to leave it for later.
-
ccc06cd
get tests working
-
cb6d698
Map behaves more like Rack::Map