[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

zed shaw zed shaw zed shaw

Giles Bowkett

1/4/2008 4:03:00 PM

Zed Shaw zed shaw, zed; shaw. Zed shaw? Zed, zed, shaw, shaw; shaw
zed. Zed zed shaw shaw shaw? Wahs dez! Wahs dez zed shaw, zed zed shaw
shaw.

--
Giles Bowkett

Podcast: http://hollywoodgrit.bl...
Blog: http://gilesbowkett.bl...
Portfolio: http://www.gilesg...
Tumblelog: http://giles....

29 Answers

Jeremy McAnally

1/4/2008 4:52:00 PM

0

Buffalo buffalo buffalo buffalo buffalo buffalo buffalo.

Zed Shaw Zed Shawing. Zed! >:(

--Jeremy

On Jan 4, 2008 11:03 AM, Giles Bowkett <gilesb@gmail.com> wrote:
> Zed Shaw zed shaw, zed; shaw. Zed shaw? Zed, zed, shaw, shaw; shaw
> zed. Zed zed shaw shaw shaw? Wahs dez! Wahs dez zed shaw, zed zed shaw
> shaw.
>
> --
> Giles Bowkett
>
> Podcast: http://hollywoodgrit.bl...
> Blog: http://gilesbowkett.bl...
> Portfolio: http://www.gilesg...
> Tumblelog: http://giles....
>
>



--
http://www.jeremymca...

My books:
Ruby in Practice
http://www.manning.com...

My free Ruby e-book
http://www.humblelittlerub...

My blogs:
http://www.mrneigh...
http://www.rubyinpra...

Rick DeNatale

1/4/2008 5:42:00 PM

0

On Jan 4, 2008 11:52 AM, Jeremy McAnally <jeremymcanally@gmail.com> wrote:
> Buffalo buffalo buffalo buffalo buffalo buffalo buffalo.
>
> Zed Shaw Zed Shawing. Zed! >:(
> On Jan 4, 2008 11:03 AM, Giles Bowkett <gilesb@gmail.com> wrote:
> > Zed Shaw zed shaw, zed; shaw. Zed shaw? Zed, zed, shaw, shaw; shaw
> > zed. Zed zed shaw shaw shaw? Wahs dez! Wahs dez zed shaw, zed zed shaw
> > shaw.

Well, I don't know if Rails is really a ghetto. But ruby-talk appears
to be turning into a loony bin!

--
Rick DeNatale

My blog on Ruby
http://talklikeaduck.denh...

Bill Kelly

1/4/2008 6:34:00 PM

0


From: "Rick DeNatale" <rick.denatale@gmail.com>
> On Jan 4, 2008 11:52 AM, Jeremy McAnally <jeremymcanally@gmail.com> wrote:
>>
>> Buffalo buffalo buffalo buffalo buffalo buffalo buffalo.
>>
>> Zed Shaw Zed Shawing. Zed! >:(
>>
>> On Jan 4, 2008 11:03 AM, Giles Bowkett <gilesb@gmail.com> wrote:
>> > Zed Shaw zed shaw, zed; shaw. Zed shaw? Zed, zed, shaw, shaw; shaw
>> > zed. Zed zed shaw shaw shaw? Wahs dez! Wahs dez zed shaw, zed zed shaw
>> > shaw.
>
> Well, I don't know if Rails is really a ghetto. But ruby-talk appears
> to be turning into a loony bin!

require 'net/http'
_,x = Net::HTTP.new("en.wikipedia.org").get("/wiki/Fictional_races_in_South_Park")
p x.tr('Mm','Zz').gsub(/ez/,'em').gsub(/arklar/,'edhsaw').scan(/Ze\w+,\s+th.*,\s+or\s+z\w+s./m)



sorry could not resist :)

Bill



David Morton

1/4/2008 8:07:00 PM

0

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


On Jan 4, 2008, at 12:34 PM, Bill Kelly wrote:

> require 'net/http'
> _,x = Net::HTTP.new("en.wikipedia.org").get("/wiki/
> Fictional_races_in_South_Park")
> p x.tr('Mm','Zz').gsub(/ez/,'em').gsub(/arklar/,'edhsaw').scan(/Ze\w
> +,\s+th.*,\s+or\s+z\w+s./m)


Now, that's what the ruby community is all about! LOL

David Morton
Maia Mailguard http://www.maiamai...
mortonda@dgrmm.net



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)

iD8DBQFHfpBIUy30ODPkzl0RAlRqAJ42DKhxE7zcV8y5+5JMaUw8UFR86QCdG3/L
h/+xTZFEUfmKVfRQEQ3SNbI=
=X9ZB
-----END PGP SIGNATURE-----

Rick DeNatale

1/4/2008 9:21:00 PM

0

On Jan 4, 2008 1:34 PM, Bill Kelly <billk@cts.com> wrote:
>
> From: "Rick DeNatale" <rick.denatale@gmail.com>
> > On Jan 4, 2008 11:52 AM, Jeremy McAnally <jeremymcanally@gmail.com> wrote:
> >>
> >> Buffalo buffalo buffalo buffalo buffalo buffalo buffalo.
> >>
> >> Zed Shaw Zed Shawing. Zed! >:(
> >>
> >> On Jan 4, 2008 11:03 AM, Giles Bowkett <gilesb@gmail.com> wrote:
> >> > Zed Shaw zed shaw, zed; shaw. Zed shaw? Zed, zed, shaw, shaw; shaw
> >> > zed. Zed zed shaw shaw shaw? Wahs dez! Wahs dez zed shaw, zed zed shaw
> >> > shaw.
> >
> > Well, I don't know if Rails is really a ghetto. But ruby-talk appears
> > to be turning into a loony bin!
>
> require 'net/http'
> _,x = Net::HTTP.new("en.wikipedia.org").get("/wiki/Fictional_races_in_South_Park")
> p x.tr('Mm','Zz').gsub(/ez/,'em').gsub(/arklar/,'edhsaw').scan(/Ze\w+,\s+th.*,\s+or\s+z\w+s./m)

umm should that last line be:

p x.tr('Mm','Zz').gsub(/ez/,'em').gsub(/arklar/,'edshaw').scan(/Ze\w+,\s+th.*,\s+or\s+z\w+s./m)

or is there a subtlety I missed?

--
Rick DeNatale

My blog on Ruby
http://talklikeaduck.denh...

Joel VanderWerf

1/4/2008 10:31:00 PM

0

Rick DeNatale wrote:
> On Jan 4, 2008 11:52 AM, Jeremy McAnally <jeremymcanally@gmail.com> wrote:
>> Buffalo buffalo buffalo buffalo buffalo buffalo buffalo.
>>
>> Zed Shaw Zed Shawing. Zed! >:(
>> On Jan 4, 2008 11:03 AM, Giles Bowkett <gilesb@gmail.com> wrote:
>>> Zed Shaw zed shaw, zed; shaw. Zed shaw? Zed, zed, shaw, shaw; shaw
>>> zed. Zed zed shaw shaw shaw? Wahs dez! Wahs dez zed shaw, zed zed shaw
>>> shaw.
>
> Well, I don't know if Rails is really a ghetto. But ruby-talk appears
> to be turning into a loony bin!

To be more precise, it seems that Giles has blundered into a secret
passageway into the brain of Z.S., and then tricked Z.S. to enter that
passageway himself.[1]

It's not clear at this point exactly what kind of passageway Jeremy has
entered.

[1] http://www.imdb.com/title/tt0120601/us...

--
vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407

Bill Kelly

1/4/2008 10:35:00 PM

0


From: "Rick DeNatale" <rick.denatale@gmail.com>
> On Jan 4, 2008 1:34 PM, Bill Kelly <billk@cts.com> wrote:
>>
>> require 'net/http'
>> _,x = Net::HTTP.new("en.wikipedia.org").get("/wiki/Fictional_races_in_South_Park")
>> p x.tr('Mm','Zz').gsub(/ez/,'em').gsub(/arklar/,'edhsaw').scan(/Ze\w+,\s+th.*,\s+or\s+z\w+s./m)
>
> umm should that last line be:
>
> p x.tr('Mm','Zz').gsub(/ez/,'em').gsub(/arklar/,'edshaw').scan(/Ze\w+,\s+th.*,\s+or\s+z\w+s./m)
>
> or is there a subtlety I missed?

As such things go, immediately after I posted I noticed some glitches
in the output that I had overlooked... :(

Changing the last line to the following produces the intended output.

p x.tr('M','Z').gsub(/arklar/,'edhsaw').gsub(/\bme/,'ze').scan(/Ze\w+,\s+th.*,\s+or\s+z\w+s./m)


:)

Regards,

Bill




Giles Bowkett

1/4/2008 10:39:00 PM

0

> >>> Zed Shaw zed shaw, zed; shaw. Zed shaw? Zed, zed, shaw, shaw; shaw
> >>> zed. Zed zed shaw shaw shaw? Wahs dez! Wahs dez zed shaw, zed zed shaw
> >>> shaw.
> >
> > Well, I don't know if Rails is really a ghetto. But ruby-talk appears
> > to be turning into a loony bin!
>
> To be more precise, it seems that Giles has blundered into a secret
> passageway into the brain of Z.S., and then tricked Z.S. to enter that
> passageway himself.[1]
>
> It's not clear at this point exactly what kind of passageway Jeremy has
> entered.
>
> [1] http://www.imdb.com/title/tt0120601/us...

Tangent: city ITA Software has a really cool interview question: come
up with maximum number of combinations of movie titles, e.g., "The
Unbearable Lightness Of Being John Malkovich."

--
Giles Bowkett

Podcast: http://hollywoodgrit.bl...
Blog: http://gilesbowkett.bl...
Portfolio: http://www.gilesg...
Tumblelog: http://giles....

Joel VanderWerf

1/4/2008 10:50:00 PM

0

Giles Bowkett wrote:
> Tangent: city ITA Software has a really cool interview question: come
> up with maximum number of combinations of movie titles, e.g., "The
> Unbearable Lightness Of Being John Malkovich."

Hat trick: Gone with the Winds of War and Peace.

Can this get any more off topic?

--
vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407

Giles Bowkett

1/4/2008 10:58:00 PM

0

> > Tangent: city ITA Software has a really cool interview question: come
> > up with maximum number of combinations of movie titles, e.g., "The
> > Unbearable Lightness Of Being John Malkovich."
>
> Hat trick: Gone with the Winds of War and Peace.

No, the whole point is to do it in Ruby.

> Can this get any more off topic?

OK, do it in Ruby, and then tell everybody you're going to kick their ass.

--
Giles Bowkett

Podcast: http://hollywoodgrit.bl...
Blog: http://gilesbowkett.bl...
Portfolio: http://www.gilesg...
Tumblelog: http://giles....