[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Re: [QUIZ] Shirt Reader (#140

steve d

9/21/2007 5:24:00 PM

How about we post our lists of t-shirt phrases and what word we expect to be in the possible matches list to help each other test our solutions. Here's mine: expectations = { %w[e scent shells] => 'essentials', %w[q all if i] => 'qualify', %w[fan task tick] => 'fantastic', %w[b you tea full] => 'beautiful', %w[fun duh mint all] => 'fundamental', %w[s cape] => 'escape', %w[pan z] => 'pansy', %w[n gauge] => 'engage', %w[cap tin] => 'captain', %w[g rate full] => 'grateful', %w[re late shun ship] => 'relationship', %w[con grad yeul 8] => 'congratulate', %w[2 burr q low sis] => 'tuberculosis', }- steve

2 Answers

James Gray

9/21/2007 6:45:00 PM

0

On Sep 21, 2007, at 12:23 PM, steve d wrote:

> How about we post our lists of t-shirt phrases and what word we
> expect to be in the possible matches list to help each other test
> our solutions. Here's mine:
>
> expectations = {
> %w[e scent shells] => 'essentials',
> %w[q all if i] => 'qualify',
> %w[fan task tick] => 'fantastic',
> %w[b you tea full] => 'beautiful',
> %w[fun duh mint all] => 'fundamental',
> %w[s cape] => 'escape',
> %w[pan z] => 'pansy',
> %w[n gauge] => 'engage',
> %w[cap tin] => 'captain',
> %w[g rate full] => 'grateful',
> %w[re late shun ship] => 'relationship',
> %w[con grad yeul 8] => 'congratulate',
> %w[2 burr q low sis] => 'tuberculosis',
> }

Wow. Awesome. Thanks.

James Edward Gray II

Phrogz

9/21/2007 7:47:00 PM

0

On Sep 21, 11:23 am, steve d <okst...@yahoo.com> wrote:
> %w[con grad yeul 8] => 'congratulate',

%w[con grad yule 8 shins] => 'congratulations',