Fed up with this newsgroup

James Edward Gray II wrote:

   flag = true
   begin
     sam.play_it
     x = 0/0 if flag
   rescue
     flag = false
     retry
   end

As the (self-proclaimed) resident Casablanca buff, I feel compelled to point out that this is not a true movie quote. Though wildly popular, it does not occur in the film.

Yes, it does:

*Ilsa <http://www.imdb.com/name/nm0000006/&gt;\*: Play it once, Sam. For old times' sake.
*Sam <http://www.imdb.com/name/nm0933330/&gt;\*: [/lying/] I don't know what you mean, Miss Elsa.
*Ilsa <http://www.imdb.com/name/nm0000006/&gt;\*: Play it, Sam. Play "As Time Goes By."
*Sam <http://www.imdb.com/name/nm0933330/&gt;\*: [/lying/] Oh, I can't remember it, Miss Elsa. I'm a little rusty on it.
*Ilsa <http://www.imdb.com/name/nm0000006/&gt;\*: I'll hum it for you. Da-dy-da-dy-da-dum, da-dy-da-dee-da-dum...
[/Sam begins playing/]
*Ilsa <http://www.imdb.com/name/nm0000006/&gt;\*: Sing it, Sam.

Peter

···

On Apr 6, 2005, at 12:27 AM, Hal Fulton wrote:

Glad I got that off my chest. Carry on. :wink:

James Edward Gray II

!droids.look_for

···

On Apr 6, 2005 8:29 AM, Martin DeMello <martindemello@yahoo.com> wrote:

Bill Kelly <billk@cts.com> wrote:
> From: "Hal Fulton" <hal9000@hypermetrics.com>
> >
> > Maybe we should start a movie quotes page on RubyGarden (or... not).
> >
> > 3.times { heels.click && assert(!places.any? {|x| x.like?(home)})
> >
> > snakes.why?
> >
> > slaves.each {|x| x.say "I am Spartacus!" }
> >
> > hills.alive!(music.sound)
> >
> > flag = true
> > begin
> > sam.play_it
> > x = 0/0 if flag
> > rescue
> > flag = false
> > retry
> > end
>
> badges.show if horsemen.federales?
>
> 1_000_000.times { voices.cry("terror") } && select(nil,nil,nil,nil)
>
> good(:many) / good(:one) > 1.0

self.send(she.having)

you << force

puts(self.name = "inigo montoya")
assert(self.father.murderer == you)
you = nil
GC.start

martin

--

All the best
Glenn
Aylesbury, UK

Jim Van Fleet wrote:

I'm new to Ruby, but does this work?

Ring.new( rule(:all), find(:all), bring(:all), Darkness.bind(:all) )

Perhaps Ring should be a singleton?

James

<snip>

I think the distinction is whether Sam it asked to merely "Play it",
or to "Play it again". (People often misquote the line from the movie
as "Play it again, Sam.")

In Hal's original code, Sam's gonna play it twice (i.e. once, and then
"again"). Now, if you were to change the initial value of "flag" to
"false" in Hal's program, Sam will only play it once.

P.S. Sometimes I think I'm becoming a more hip and well-rounded
individual and then I post messages like this that remind me of just
how much of a nerd I really am.

···

On Apr 7, 2005 3:16 AM, Peter Reilly <peterreilly@apache.org> wrote:

James Edward Gray II wrote:

> On Apr 6, 2005, at 12:27 AM, Hal Fulton wrote:
>
>> flag = true
>> begin
>> sam.play_it
>> x = 0/0 if flag
>> rescue
>> flag = false
>> retry
>> end
>
>
> As the (self-proclaimed) resident Casablanca buff, I feel compelled to
> point out that this is not a true movie quote. Though wildly popular,
> it does not occur in the film.

Yes, it does:

"James Britt" <james_b@neurogami.com> schrieb im Newsbeitrag
news:42545CCF.6030603@neurogami.com...

Jim Van Fleet wrote:
> I'm new to Ruby, but does this work?
>
> Ring.new( rule(:all), find(:all), bring(:all), Darkness.bind(:all) )

Perhaps Ring should be a singleton?

I don't think so, but this instance definitively has some special
properties. :slight_smile:

    robert

Hi!
Here's my contribution to the budding area of movie prototyping in Ruby:

people.each do |p|
  p.visible = true if p.dead?
end

self.name = "bond"
self.name[0,1] = "james "

self.great(:responsibility) if self.great(:power)

Object.new.stop(self)

The movies are at the Wiki page.

Okay, back to regular programming now.
-Shajith

···

On Apr 7, 2005 6:24 PM, Lyle Johnson <lyle.johnson@gmail.com> wrote:

On Apr 7, 2005 3:16 AM, Peter Reilly <peterreilly@apache.org> wrote:

> James Edward Gray II wrote:
>
> > On Apr 6, 2005, at 12:27 AM, Hal Fulton wrote:
> >
> >> flag = true
> >> begin
> >> sam.play_it
> >> x = 0/0 if flag
> >> rescue
> >> flag = false
> >> retry
> >> end
> >
> >

Well, at least it should be more Ruby-esque:

Ring.new rule=>:all, find=>true, bring=>:all, bind_location=>:darkness

···

On Apr 7, 2005, at 1:59 AM, Robert Klemme wrote:

"James Britt" <james_b@neurogami.com> schrieb im Newsbeitrag
news:42545CCF.6030603@neurogami.com...

Jim Van Fleet wrote:

I'm new to Ruby, but does this work?

Ring.new( rule(:all), find(:all), bring(:all), Darkness.bind(:all) )

Perhaps Ring should be a singleton?

I don't think so, but this instance definitively has some special
properties. :slight_smile:

--
"Despite the surge of power you feel upon learning Ruby,
resist the urge to trip others or slap them in the bald head.
DO NOT LORD YOUR RUBYNESS OVER OTHERS!"
- Why the Lucky Stiff

if she.weight == duck.weight
she.material = "wood"

···

On Apr 7, 2005 2:15 PM, Shajith <demerzel@gmail.com> wrote:

Hi!
Here's my contribution to the budding area of movie prototyping in Ruby:

people.each do |p|
p.visible = true if p.dead?
end

self.name <http://self.name> = "bond"
self.name[0,1] = "james "

self.great(:responsibility) if self.great(:power)

Object.new.stop(self)

The movies are at the Wiki page.

Okay, back to regular programming now.
-Shajith

On Apr 7, 2005 6:24 PM, Lyle Johnson <lyle.johnson@gmail.com> wrote:
> On Apr 7, 2005 3:16 AM, Peter Reilly <peterreilly@apache.org> wrote:
>
> > James Edward Gray II wrote:
> >
> > > On Apr 6, 2005, at 12:27 AM, Hal Fulton wrote:
> > >
> > >> flag = true
> > >> begin
> > >> sam.play_it
> > >> x = 0/0 if flag
> > >> rescue
> > >> flag = false
> > >> retry
> > >> end
> > >
> > >

--
$stdout.sync = true
"Just another Ruby hacker.".each_byte do |b|
('a'..'z').step do|c|print c+"\b";sleep 0.007 end;print b.chr
end; print "\n"

Shajith wrote:

Hi!
Here's my contribution to the budding area of movie prototyping in Ruby:

people.each do |p|
  p.visible = true if p.dead?
end

self.name = "bond"
self.name[0,1] = "james "

self.great(:responsibility) if self.great(:power)

Object.new.stop(self)

The movies are at the Wiki page.

What Wiki page? The URL http://www.rubygarden.org/ruby?MoviesTheRubyWay in the post that started this wacky craze points to an empty page.

ObQuotes:

puts "Bueler? " * 3

marshall.max_volume = 11

Jim

···

--
Jim Menard, jimm@io.com, http://www.io.com/~jimm
"Never anthropomorphize computers. They hate that." -- Ricdude on slashdot

Hi --

···

On Thu, 7 Apr 2005, Gavin Kistner wrote:

On Apr 7, 2005, at 1:59 AM, Robert Klemme wrote:

"James Britt" <james_b@neurogami.com> schrieb im Newsbeitrag
news:42545CCF.6030603@neurogami.com...

Jim Van Fleet wrote:

I'm new to Ruby, but does this work?

Ring.new( rule(:all), find(:all), bring(:all), Darkness.bind(:all) )

Perhaps Ring should be a singleton?

I don't think so, but this instance definitively has some special
properties. :slight_smile:

Well, at least it should be more Ruby-esque:

Ring.new rule=>:all, find=>true, bring=>:all, bind_location=>:darkness

I don't think that will parse.

David

--
David A. Black
dblack@wobblini.net

if she.weight == duck.weight
she.material = "wood"
she.witch = true
she.burn!
end

···

On Apr 7, 2005 2:44 PM, Bill Atkins <batkins57@gmail.com> wrote:

if she.weight == duck.weight
she.material = "wood"

On Apr 7, 2005 2:15 PM, Shajith <demerzel@gmail.com> wrote:
>
> Hi!
> Here's my contribution to the budding area of movie prototyping in Ruby:
>
> people.each do |p|
> p.visible = true if p.dead?
> end
>
> self.name <http://self.name> = "bond"
> self.name[0,1] = "james "
>
> self.great(:responsibility) if self.great(:power)
>
> Object.new.stop(self)
>
> The movies are at the Wiki page.
>
> Okay, back to regular programming now.
> -Shajith
>
> On Apr 7, 2005 6:24 PM, Lyle Johnson <lyle.johnson@gmail.com> wrote:
> > On Apr 7, 2005 3:16 AM, Peter Reilly <peterreilly@apache.org> wrote:
> >
> > > James Edward Gray II wrote:
> > >
> > > > On Apr 6, 2005, at 12:27 AM, Hal Fulton wrote:
> > > >
> > > >> flag = true
> > > >> begin
> > > >> sam.play_it
> > > >> x = 0/0 if flag
> > > >> rescue
> > > >> flag = false
> > > >> retry
> > > >> end
> > > >
> > > >
>
>

--
$stdout.sync = true
"Just another Ruby hacker.".each_byte do |b|
('a'..'z').step do|c|print c+"\b";sleep 0.007 end;print b.chr
end; print "\n"

--
$stdout.sync = true
"Just another Ruby hacker.".each_byte do |b|
('a'..'z').step do|c|print c+"\b";sleep 0.007 end;print b.chr
end; print "\n"

assert_equal(soylent.green, people)

···

--
Glenn Parker | glenn.parker-AT-comcast.net | <http://www.tetrafoil.com/>

passengers[ 7 ]

···

Steven Jenkins <steven.jenkins@ieee.org> wrote:

3.times {|t| places.detect {|place| Home === place }}

--
Luc Heinrich - lucsky@mac.com

What Wiki page? The URL http://www.rubygarden.org/ruby?MoviesTheRubyWay in the
post that started this wacky craze points to an empty page.

Hey I can see stuff there.

Jim

-Shajith

···

On Apr 8, 2005 12:35 AM, Jim Menard <jimm@io.com> wrote:

Well, damn. Of course I meant:

Ring.new :rule=>:all, :find=>true, :bring=>:all, :bind_location=>:darkness

Perfectly good joke ruined by lazy thinking.

···

On Apr 7, 2005, at 6:36 AM, David A. Black wrote:

On Thu, 7 Apr 2005, Gavin Kistner wrote:

Well, at least it should be more Ruby-esque:

Ring.new rule=>:all, find=>true, bring=>:all, bind_location=>:darkness

I don't think that will parse.

3.times {|t| places.detect {|place| Home === place }}

12.times { m = Man.new; m.angry = true }

Bluegh!!

···

In message <42559DD4.1060105@comcast.net>, Glenn Parker <glenn.parker@comcast.net> writes

assert_equal(soylent.green, people)

--
Stephen Kellett
Object Media Limited http://www.objmedia.demon.co.uk
RSI Information: http://www.objmedia.demon.co.uk/rsi.html

Glenn Parker wrote:

assert_equal(soylent.green, people)

   => Soylent::Green.is_a? People
   => People

sincerest respect and disappointment,

_why

spice.extend :life

···

Tanner Burson <tanner.burson@gmail.com> wrote:

12.times { m = Man.new; m.angry = true }

--
Luc Heinrich - lucsky@mac.com