CARVIEW |
brianmario
(Brian Lopez)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Brian Lopez
- Website/Blog
- https://homerun.com
- Company
- Homerun
- Location
- San Francisco, Ca
- Member Since
- May 26, 2008
Following 96 coders and watching 451 repositories view all →
Public Repositories (21)
-
mysql2
A modern, simple and very fast Mysql library for Ruby - binding to libmysql
Last updated Fri Apr 09 10:05:23 -0700 2010
-
yajl-ruby
A streaming JSON parsing and encoding library for Ruby (C bindings to yajl)
Last updated Wed Apr 07 20:32:57 -0700 2010
-
bzip2-ruby
Original libbz2 ruby C bindings from Guy Decoux, with some new love
Last updated Sun Mar 21 18:55:14 -0700 2010
-
streamly
A streaming REST client for Ruby, using libcurl
Last updated Sun Mar 21 17:14:18 -0700 2010
-
cloc
Mirror of the svn repo for https://cloc.sourceforge.net/
Last updated Tue Mar 02 15:43:17 -0800 2010
-
twilio
Twilio API client
Forked from webficient/twilio Tue Feb 23 13:21:54 -0800 2010
Last updated Fri Feb 12 13:46:07 -0800 2010
-
jsondns
DNS over HTTP
Forked from jpf/jsondns Wed Dec 30 14:35:42 -0800 2009
Last updated Wed Dec 30 14:53:36 -0800 2009
-
eventdns
An EventMachine based DNS server
Last updated Tue Dec 22 08:40:02 -0800 2009
-
yajl
Yet Another JSON Library - A Portable JSON parsing and serialization library in ANSI C
Forked from lloyd/yajl Sun Sep 27 20:00:12 -0700 2009
Last updated Sun Dec 20 12:27:34 -0800 2009
-
redis
Redis key-value store
Forked from antirez/redis Mon Nov 30 15:06:37 -0800 2009
Last updated Tue Dec 15 07:15:27 -0800 2009
-
yajl-rails
Rails plugin for using YAJL with Rails 3
Forked from technoweenie/yajl-rails Sat May 30 18:30:49 -0700 2009
Last updated Thu Dec 03 11:24:42 -0800 2009
-
couchrest
A RESTful CouchDB client based on Heroku's RestClient and Couch.js
Forked from couchrest/couchrest Mon Oct 05 21:22:22 -0700 2009
Last updated Tue Oct 06 00:23:46 -0700 2009
-
json-machine
Last updated Tue Aug 25 15:04:57 -0700 2009
-
freckle-api
A ruby client for the Freckle API
Last updated Mon Aug 17 20:22:15 -0700 2009
-
wesabe-api
A ruby client for the Wesabe API
Last updated Mon Aug 17 20:14:40 -0700 2009
-
jquery-infinite-scroll
jQuery Infinite Scroll plugin
Last updated Thu Aug 13 09:28:41 -0700 2009
-
jquery-field-validations
A half-assed port of ActiveRecord validations to jQuery
Last updated Sun Apr 19 07:39:39 -0700 2009
-
http-switchboard
an http switchboard implementation that can use rev, eventmachine or regular threaded "panels"
Last updated Sun Apr 19 07:38:42 -0700 2009
-
fiscal_year_calculations
Some helper methods for the Time object for fiscal year calculation
Last updated Sun Apr 19 07:38:03 -0700 2009
-
dynamic_asset_helper
Rails plugin providing helpers to dynamically include JS/CSS assets based on routes
Last updated Sun Apr 19 07:37:30 -0700 2009
-
jquery-autocompleter
jQuery Autocompleter Plugin
Last updated Sun Apr 19 07:37:02 -0700 2009
Public Activity 
Ruby bindings for Libredis. This project needs a better name...
moar specs
Damn! Copy/paste fail...
This is why I love Github - more eyes than my own looking at code :)Patched in https://github.com/brianmario/mysql2/commit/3155cb799edaa4b99158ce05d03f8e6e14e74b68
-
3155cb7
fix copy-paste fail found by @marius
memcached development tree
-
03a9248
add spec verifying unicode chars can be used in keys
c-ares is a C library that performs DNS requests and name resolves asynchronously.
Curl is a tool and libcurl is a library for transferring data with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, TFTP, SCP, SFTP, TELNET, DICT, LDAP. LDAPS, FILE, IMAP, SMTP, POP3 and RTSP. libcurl offers a myriad of powerful features
-
ccacb2d
a couple more notes about async
-
5b1e0a2
add some notes about async support to readme
-
64f69cf
update install instructions
-
aa0528d
update gitignore
-
3a32dc7
reconnect by default
-
7131752
add initial async query support
-
80a8602
borrow the more flexible extconf from the mysqlplus project
Fix extconf to be more resilient to various locations of libmysql and the mysql headers
-
1121655
typo
-
db454d3
initial stab at finding mysql headers easier
Adds a semblance of performance to Ruby's core Date class ...
-
e8b1a18
I dunno why this bothered me
-
1f5ccc6
update install notes now that the gem is pushed
Fix extconf to be more resilient to various locations of libmysql and the mysql headers