jacktang (Jack Tang)

Name
Jack Tang
Email
Website/Blog
http://jack.lifegoo.com
Company
Keep Discovery Team
Location
Hangzhou China
Member Since
Jan 05, 2009 (11 months)

Following 4 githubbers and watching 59 repositories view all →

Public Repositories (9)

  • fat_free_crm

    Ruby on Rails CRM platform for Web 2.0 and beyond

    legend

    Forked from michaeldv/fat_free_crm Mon Jul 27 08:22:22 -0700 2009

    Last updated Sun Jul 26 22:23:11 -0700 2009

  • pHash

    The open source perceptual hash library

    legend

    Last updated Wed Jul 15 02:29:33 -0700 2009

  • hacker-slides

    Write text content, build the presentation

    legend

    Last updated Tue Apr 07 12:04:49 -0700 2009

  • jacktang.github.com

    Jack's Blogging at GitHub

    legend

    Last updated Wed Apr 01 23:46:19 -0700 2009

  • bashreduce

    mapreduce in bash

    legend

    Forked from erikfrey/bashreduce Mon Apr 06 10:22:48 -0700 2009

    Last updated Mon Mar 23 19:53:46 -0700 2009

  • gbook-downloader

    Google Book Downloader

    legend

    Last updated Sun Mar 22 20:39:35 -0700 2009

  • evented_http

    Non-blocking HttpClient for Ruby

    legend

    Forked from igrigorik/em-http-request Thu Mar 12 18:43:30 -0700 2009

    Last updated Mon Mar 16 09:58:49 -0700 2009

  • rake-compiler

    Provide a standard and simplified way to build and package Ruby C extensions using Rake as glue.

    legend

    Forked from luislavena/rake-compiler Wed Mar 11 09:28:16 -0700 2009

    Last updated Sat Mar 14 20:30:32 -0700 2009

  • uuid

    Generates universally unique identifiers (UUIDs) for use in distributed applications.

    legend

    Forked from assaf/uuid Tue Mar 03 18:46:02 -0800 2009

    Last updated Tue Mar 03 18:59:58 -0800 2009

Public Activity feed

jacktang started watching binarylogic/shippinglogic Wed Dec 02 23:56:41 -0800 2009
shippinglogic's description:
Simple and straight forward interfaces to the various shipping web services
jacktang commented on binarylogic/authlogic Wed Dec 02 08:50:26 -0800 2009
Comment in 7b66633:
   # The string of the model name class guessed from the actual session class name.
   def guessed_klass_name
     guessed_name = name.scan(/(.*)Session/)[0]
     guessed_name[0] if guessed_name
   end

how to handle the Null exception, so I think the method should be defined as :

   # The string of the model name class guessed from the actual session class name.
   def guessed_klass_name
     guessed_name = name.scan(/(.*)Session/)[0]
     if guessed_name 
         guessed_name[0] 
     else
         klass_name
     end
   end
jacktang started watching AdamAtomic/flixel Sat Nov 21 09:21:08 -0800 2009
flixel's description:
flixel is a free Actionscript (Flash) library that I distilled from a variety of Flash games that I've worked on over the last couple years, including Gravity Hook, Fathom and Canabalt. It's primary function is to provide some useful base classes that you can extend to make your own game objects.
jacktang started watching MagLev/maglev Sat Nov 21 01:10:53 -0800 2009
maglev's description:
GemStone Maglev Ruby Repository