hagabaka (Yaohan Chen)

Name
Yaohan Chen
Email
Member Since
May 24, 2008 (about 1 year)

Public Repositories (7)

  • chatter

    A Ruby library which allows defining multi-named methods like Smalltalk

    legend

    Last updated Fri Mar 06 13:34:22 -0800 2009

  • finite-automaton

    A Ruby library for describing and using Finite Automata

    legend

    Last updated Thu Feb 12 12:06:08 -0800 2009

  • dofus-treasury

    legend

    Last updated Fri Nov 28 06:30:02 -0800 2008

  • dofus-ruby

    Utilities related to the MMORPG Dofus, in Ruby

    legend

    Last updated Wed Nov 05 17:10:55 -0800 2008

  • chatzilla-plugins

    legend

    Last updated Wed Jul 16 14:58:54 -0700 2008

  • texter

    A utility to help with modifying ruby source files in order to use gettext

    legend

    Last updated Tue Jun 17 20:51:37 -0700 2008

  • rbot-plugins

    legend

    Last updated Sat May 31 13:47:03 -0700 2008

Public Activity feed

hagabaka updated gist: 218415 Sun Oct 25 23:33:29 -0700 2009
#!/usr/bin/ruby # Calculate the number of ways to make change for a given amount. Pass # the amou...
hagabaka updated gist: 218415 Sun Oct 25 23:21:31 -0700 2009
#!/usr/bin/ruby # Calculate the number of ways to make change for a given amount. Pass # the amou...
hagabaka updated gist: 218415 Sun Oct 25 23:16:00 -0700 2009
#!/usr/bin/ruby # Calculate the number of ways to make change for a given amount. Pass # the amou...
hagabaka updated gist: 218415 Sun Oct 25 23:15:59 -0700 2009
#!/usr/bin/ruby # Calculate the number of ways to make change for a given amount. Pass # the amou...
hagabaka updated gist: 218415 Sun Oct 25 23:10:16 -0700 2009
#!/usr/bin/ruby # Calculate the number of ways to make change for a given amount. Pass # the amou...
hagabaka created gist: 218415 Sun Oct 25 21:07:30 -0700 2009
#!/usr/bin/ruby # Calculate the number of ways to make change for a given amount. Pass # the amou...
hagabaka created gist: 218414 Sun Oct 25 21:05:15 -0700 2009
#!/usr/bin/ruby AMOUNT = Integer(ARGV[0])
hagabaka updated gist: 216669 Thu Oct 22 22:21:27 -0700 2009
# What's a good way of using HAML to generate an HTML nested list from tree # data?
hagabaka updated gist: 216669 Thu Oct 22 22:21:27 -0700 2009
# What's a good way of using HAML to generate an HTML nested list from tree # data?
hagabaka updated gist: 216669 Thu Oct 22 22:21:25 -0700 2009
# What's a good way of using HAML to generate an HTML nested list from tree # data?
hagabaka updated gist: 216669 Thu Oct 22 22:09:35 -0700 2009
# What's a good way of using HAML to generate an HTML nested list from tree # data?
hagabaka created gist: 216669 Thu Oct 22 22:03:28 -0700 2009
# What's a good way of using HAML to generate an HTML nested list from tree # data?
hagabaka created gist: 215451 Wed Oct 21 14:02:49 -0700 2009
require 'dm-core' # An item is identified by a name, for example, Bread
hagabaka created gist: 215449 Wed Oct 21 13:59:17 -0700 2009
require 'dm-core' # An item is identified by a name, for example, Bread