Since 5/8/2012 5:37:36 PM, kdr2 has written 1 articles and participated in 11 conversations. kdr2 signature: kdr2
kdr2's articles:
Items(1) /1
Ruby Interface of Erlang1135 (4/27/2009 3:49:48 PM) comp.lang.ruby [Note: parts of this message were removed to make it a legal post.] Hello, erveyone,I just start a new project called erlix,the ruby interface for erlang,at http://code.google.com/p/erlix ,you may need it. E... KDr2
kdr2's replies:
Items(7) /1
Ruby Interface of Erlang1135 (4/27/2009 3:49:48 PM) comp.lang.ruby [Note: parts of this message were removed to make it a legal post.] Hello, erveyone,I just start a new project called erlix,the ruby interface for erlang,at http://code.google.com/p/erlix ,you may need it. E... kdr2(12)
Hi, i'm new436 (4/28/2009 3:09:41 PM) comp.lang.ruby Hi, i just started to get wet with ruby on rails... Is this the right place to ask for rails questions? Thanks ... proftoglimipeloso(10)
Hash#map828 (4/29/2009 5:59:34 AM) comp.lang.ruby Is there any good reason why Hash#map does not give back a Hash (Ruby 1.8 but same in 1.9 as far as I know)? I often find myself writing these kind of things: newhash = oldhash.inject({}) { |h,(k,v)| h[k] = so... fredjoha2(38)
Adding a =~ method to the Method class529 (5/7/2009 7:02:09 AM) comp.lang.ruby The Ruby API specifies that objects of the Method class have an instance method "==": "Two method objects are equal if that are bound to the same object and contain the same body." At this moment, I would ve... gabe.saravia(4)
Super super ?1240 (5/19/2009 7:29:12 PM) comp.lang.ruby Hello, I'm looking for informations about "super". I have 3 classes : grandfather, father, and son. And they all have a method named "say_hello". [code] class Grand_father def say_hello puts "Grand Fa... kadelfek(19)
[ANN] Endless Ruby 0.0.22132 (5/29/2009 2:51:02 AM) comp.lang.ruby endless.rb is a pre-processor for ruby which allows you to use python-ish indentation to delimit scopes, instead of having to type 'end' every time. http://gist.github.com/117694 Basically, this makes the e... vikkous(212)
Chinese strftime126 (6/8/2009 5:25:39 AM) comp.lang.ruby Hi guys, I need to translate the strftime into chinese. I found a tutorial (ref: http://out-of-pc.blogspot.com/2008/01/ruby-on-rails.html) require 'date' Date::ABBR_DAYNAMES.replace %w(日 一 二 三 四 五 六) Date::D... arthur3656(6)