alexcharlie (Alexander Le)

Name
Alexander Le
Email
Website/Blog
http://alexle.org
Company
Serious Business
Location
San Francisco
Member Since
Feb 28, 2008 (about 1 year)

Following 3 githubbers and watching 10 repositories view all →

Public Repositories (3)

  • evil_action_view

    legend

    Last updated Wed Mar 25 16:57:07 -0700 2009

  • queue_and_not_u

    Distributed Queue message DSL

    legend

    Last updated Mon Aug 11 17:27:15 -0700 2008

  • memcache-client

    Seattle-rb's Memcache-client, but cooler.

    legend

    Last updated Wed Jul 09 00:21:49 -0700 2008

Public Activity feed

alexcharlie forked fauna/cassandra Fri Oct 16 13:17:26 -0700 2009
Forked repository is at alexcharlie/cassandra
alexcharlie created gist: 200073 Fri Oct 02 13:14:32 -0700 2009
mysql> select s.name, count(*), RPAD('', count(*), '*') from skill_rewards as sr join skills as s...
alexcharlie created gist: 200068 Fri Oct 02 13:05:55 -0700 2009
mysql> select s.name, sum(sp.points), RPAD('', sum(sp.points) / 1000, '#') as bar from (skill_pro...
alexcharlie created gist: 200067 Fri Oct 02 13:03:40 -0700 2009
mysql> select s.name, sum(sp.points) from (skill_progresses as sp join users as u on sp.user_id =...
alexcharlie created gist: 200054 Fri Oct 02 12:55:31 -0700 2009
mysql> select s.name, sum(points) from skill_progresses as sp join skills as s on sp.skill_id = s...