[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

3Cheers4David

Trans

4/21/2005 4:34:00 PM

Three cheers for David A. Black. For all that he's given to the Ruby
community, from creating RCRchive.net to answering all those silly nube
questions. We love you David :-)

3 Cheers!
T.

7 Answers

Lyndon Samson

4/21/2005 5:40:00 PM

0

On 4/22/05, Trans <transfire@gmail.com> wrote:
> Three cheers for David A. Black. For all that he's given to the Ruby
> community, from creating RCRchive.net to answering all those silly nube
> questions. We love you David :-)

Now here's some peer group pressurised behaviour worth going along with !!!

Well done Dave!

>
> 3 Cheers!
> T.
>
>


--
Into RFID? www.rfidnewsupdate.com Simple, fast, news.



Ryan Leavengood

4/21/2005 5:55:00 PM

0

Something we all can understand:

def cheer(name)
puts "Hurray for #{name}!"
end

3.times do cheer('David') end

Hehehehe, sorry, I couldn't help myself :)

Don't forget all the work he has done over the years setting up the
RubyConf, along with the other RubyConf organizers. We all appreciate your
effort guys.

Ryan Leavengood

Lyndon Samson wrote:
> On 4/22/05, Trans <transfire@gmail.com> wrote:
>
>>Three cheers for David A. Black. For all that he's given to the Ruby
>>community, from creating RCRchive.net to answering all those silly nube
>>questions. We love you David :-)
>
>
> Now here's some peer group pressurised behaviour worth going along with !!!
>
> Well done Dave!
>
>
>>3 Cheers!
>>T.


Malte Milatz

4/21/2005 6:33:00 PM

0

Ryan Leavengood:
> def cheer(name)
> puts "Hurray for #{name}!"
> end
>
> 3.times do cheer('David') end

I'd prefer:

class IO
def cheer(person, times = 3)
self.puts 'Hurray' + (times ? ', hurray' * (times-1) : '') + ' for ' +
if person.is_a? Rubyist and person.respond_to? :nickname
person.nickname
else
person
end + '!'
end
end

module Kernel
def cheer(*args, &block)
$defout.cheer(*args, &block)
end
end

Malte

Martin DeMello

4/21/2005 7:02:00 PM

0

Ryan Leavengood <mrcode@netrox.net> wrote:
> Something we all can understand:
>
> def cheer(name)
> puts "Hurray for #{name}!"
> end
>
> 3.times do cheer('David') end

David.cheers += 3

martin

gabriele renzi

4/21/2005 7:33:00 PM

0

Lyndon Samson ha scritto:
> On 4/22/05, Trans <transfire@gmail.com> wrote:
>
>>Three cheers for David A. Black. For all that he's given to the Ruby
>>community, from creating RCRchive.net to answering all those silly nube
>>questions. We love you David :-)
>
>
> Now here's some peer group pressurised behaviour worth going along with !!!
>
> Well done Dave!
>


let me join this good vibration, thanks dblack :)

Chris Pine

4/21/2005 8:59:00 PM

0

> David.cheers += 3

GOTO 10

:)

There are very few people who have been around this ML longer, who
have helped more, and who have consistently posted interesting and
high quality stuff.

(Plus, I feel like we need to get some of the old, good vibes back.)

Hey, while we're at it, there's always ts! (What does the 'ts' mean,
Guy?) He's also been a huge help over the years. And there are
others: why, DHH, and pragdave have all made huge waves in our little
(but growing!) pool.

Dude, we have a *good* list here! :)



why the lucky stiff

4/22/2005 12:37:00 AM

0

>> montage = SlideCarousel.new
>> montage.add "dr-david-black-polishing-his-glasses.png"
>> montage.add "dr-david-black-grading-RCRs-by-a-soft-violet-light.png"
>> montage.add "dr-david-black-appraising-a-stunning-ruby-brooch-with-an-eyepiece.jpg"
>> montage.add "closeup-on-dr-blacks-beard.jpg"
>> montage.add "dr-david-black-reading-IRC-with-a-knowing-smile.jpg"
>> montage.add "dr-david-black-encouraging-a-young-overly-zealous-student-to-slow-down-on-campus-and-offers-a-burned-CD-of-over-the-counter-ruby-goods.jpg"

>> montage.add "dr-david-black-beaming-from-ear-to-ear-with-thumbs-up.jpg"
>> montage.play :interval => 30.seconds, :music => "the-black-stallion-theme.mp3" => #<Why::TheLuckyStiff:0x8154be4
@tears=Infinity @heart_rate=>:swift @appreciation_class=>Bignum>

Beaver tales,

_why