newtonapple (David Dai)

Name
David Dai
Company
Scribd
Location
San Francisco
Member Since
Feb 28, 2008 (about 1 year)

Following 34 githubbers and watching 391 repositories view all →

Public Repositories (10)

  • rturk

    RTurk - A simple wrapper and library for Amazon's Mechanical Turk

    legend

    Forked from markpercival/rturk Fri Oct 30 16:10:14 -0700 2009

    Last updated Tue Nov 17 21:13:42 -0800 2009

  • rails

    Ruby on Rails

    legend

    Forked from rails/rails Sat Sep 12 10:24:19 -0700 2009

    Last updated Sat Sep 12 02:57:46 -0700 2009

  • simple-bloom-filter

    A simple Bloom Filter using pure Ruby.

    legend

    Last updated Tue Sep 01 23:44:54 -0700 2009

  • webby-reference

    A simple reference system done in Webby.

    legend

    Last updated Mon Jun 01 16:27:32 -0700 2009

  • Eat-Paste

    A Rails Pastie "clone" with tags and keyboard shortcuts.

    legend

    Last updated Fri May 29 01:05:34 -0700 2009

  • newtonapple.github.com

    A github page built using webby.

    legend

    Last updated Thu Dec 18 01:00:48 -0800 2008

  • dm-core

    DataMapper - Core

    legend

    Forked from sam/dm-core Thu Oct 30 22:04:33 -0700 2008

    Last updated Thu Oct 30 23:32:08 -0700 2008

  • programming-collective-intelligence

    Ruby version of various algorithms from the O'Reilly book Programming Collective Intelligence.

    legend

    Last updated Fri Sep 26 22:01:33 -0700 2008

  • math-libs

    A collection of math and statistics libraries and utilities.

    legend

    Last updated Sun Jun 15 03:40:59 -0700 2008

  • rails-development-log-analyzer

    Analyze Rails development log for SQL generated and give some overall statistics about number of ...

    legend

    Last updated Wed May 28 21:19:23 -0700 2008

Public Activity feed

newtonapple started watching macournoyer/pusher Tue Nov 24 08:50:36 -0800 2009
pusher's description:
The Rack App that pushes (aka Rack::Comet)
newtonapple started watching AlanQuatermain/go-tmbundle Mon Nov 23 21:28:00 -0800 2009
go-tmbundle's description:
A TextMate bundle for the Go programming language.
newtonapple pushed to dev at newtonapple/rturk Tue Nov 17 21:13:42 -0800 2009
HEAD is 82101d34729b4241b162573a9d6225ff0398707d
  • David Dai committed 82101d34:
    1. add page_size, page_number, total_size to SearchHITsResponse
newtonapple started watching dustin/gomemcached Fri Nov 13 10:41:26 -0800 2009
gomemcached's description:
A memcached server in go
newtonapple started watching intridea/hashie Thu Nov 12 11:25:10 -0800 2009
hashie's description:
Hashie is a simple collection of useful Hash extensions.
newtonapple created gist: 232373 Wed Nov 11 14:26:28 -0800 2009
response.should have_tag("form#my_form") do have_tag('input#hidden_input_id[type=hidden][value=...
newtonapple created gist: 232369 Wed Nov 11 14:23:07 -0800 2009
response.should have_tag("form#mturk_answers") do have_tag('input#assignmentId[type=hidden][val...
newtonapple started watching hassox/pancake Tue Nov 10 21:42:59 -0800 2009
pancake's description:
Stackem Up!
newtonapple pushed to master at newtonapple/rturk Sun Nov 08 16:49:34 -0800 2009
HEAD is f1146684f1fd1aad67c44babfe6875bb6ab85f93
  • David Dai committed f1146684:
    Conforming to Amazon Spec regarding to RegisterHITType & CreateHIT:
newtonapple created branch dev at newtonapple/rturk Fri Nov 06 19:01:50 -0800 2009
New branch is at newtonapple/rturk/tree/dev
newtonapple started watching tobi/clarity Fri Nov 06 11:53:54 -0800 2009
clarity's description:
Web interface for real-time log search & tailing. Remotely related to splunk
newtonapple started watching openplaces/bigrecord Thu Nov 05 17:05:31 -0800 2009
bigrecord's description:
Column-oriented Data Mapping for Ruby on Rails
newtonapple started watching edspencer/jaml Thu Nov 05 15:52:24 -0800 2009
jaml's description:
JavaScript Haml
newtonapple started watching etexteditor/e Thu Nov 05 00:18:23 -0800 2009
e's description:
e text editor
newtonapple started watching defunkt/resque Tue Nov 03 12:02:34 -0800 2009
resque's description:
A simple Redis-based queue.
newtonapple pushed to master at newtonapple/rturk Tue Nov 03 10:49:55 -0800 2009
HEAD is a7c378a4e13bfd520b253327f7987e896c5622f4

2 commits »

newtonapple created gist: 224910 Tue Nov 03 01:09:59 -0800 2009
require 'rubygems' require 'rbench' require 'json'
newtonapple created gist: 224421 Mon Nov 02 12:14:47 -0800 2009
ActionController::AbstractRequest.parse_query_parameters('foo[foo][0]=99') # => {"foo"=>{"foo"=>{...
newtonapple started watching adamcooke/runa Mon Nov 02 10:52:58 -0800 2009
runa's description:
A redis-powered job/background runner
newtonapple started watching roma/roma Mon Nov 02 00:35:26 -0800 2009
roma's description:
ROMA: A Distributed Key-Value Store in Ruby
newtonapple started watching bmizerany/onis Sat Oct 31 03:11:15 -0700 2009
onis's description:
runtime object introspection for ruby process
newtonapple updated gist: 222873 Fri Oct 30 18:15:38 -0700 2009
# Initial implementation can be found here: http://github.com/newtonapple/rturk # API Doc: http:/...
newtonapple updated gist: 222873 Fri Oct 30 18:15:25 -0700 2009
# Initial implementation can be found here: http://github.com/newtonapple/rturk # API Doc: http:/...
newtonapple updated gist: 222873 Fri Oct 30 18:11:06 -0700 2009
# Initial implementation can be found here: http://github.com/newtonapple/rturk RTurk.setup(AWSA...
newtonapple created gist: 222873 Fri Oct 30 18:10:06 -0700 2009
RTurk.setup(AWSAccessKeyId, AWSAccessKey, :sandbox => true) hit_type = RTurk.RegisterHITType(:ti...
newtonapple pushed to master at newtonapple/rturk Fri Oct 30 17:57:22 -0700 2009
HEAD is 0957c220bd6b746007a475b976e6dfcdd4d94d30
  • David Dai committed 0957c220:
    Adding RegisterHITType.
newtonapple created gist: 222815 Fri Oct 30 16:22:00 -0700 2009
RTurk.setup(AWSAccessKeyId, AWSAccessKey, :sandbox => true) hit = RTurk::Hit.create(:title => "N...
newtonapple forked markpercival/rturk Fri Oct 30 16:10:14 -0700 2009
Forked repository is at newtonapple/rturk
newtonapple started watching markpercival/rturk Thu Oct 29 18:07:30 -0700 2009
rturk's description:
RTurk - A simple wrapper and library for Amazon's Mechanical Turk
newtonapple started watching andreasronge/neo4j Wed Oct 28 16:56:36 -0700 2009
neo4j's description:
A Graph Database for JRuby. It uses the java lib neo4j as storage and lucene for quering/indexing
newtonapple updated gist: 220855 Wed Oct 28 14:34:18 -0700 2009
require 'rubygems' require 'rake' require 'activerecord'
newtonapple updated gist: 220855 Wed Oct 28 14:22:04 -0700 2009
require 'rubygems' require 'rake' require 'activerecord'
newtonapple created gist: 220855 Wed Oct 28 14:21:23 -0700 2009
require 'rubygems' require 'rake' require 'activerecord'
newtonapple started watching paulj/trapeze-rb Sun Oct 25 23:20:12 -0700 2009
trapeze-rb's description:
Ruby Bindings for the Trapeze AMQP Router and Load Balancer
newtonapple started watching paulj/trapeze Sun Oct 25 23:20:10 -0700 2009
trapeze's description:
Dynamic HTTP Routing and Load Balancing via AMQP