perl.golf
  Home FAQ Contact Sign in
perl.golf only
 
Advanced search
June 2008
motuwethfrsasuw
      1 22
2345678 23
9101112131415 24
16171819202122 25
23242526272829 26
30       27
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007    
total
perl.golf Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  scrabble word scorer         


Author: Jasper
Date: Jun 17, 2008 03:44

Hi, y'all,

Can anyone beat 55 on this? I don't know if we ever did it as a
challenge. Should I search for it in the book?

--
Jasper
no comments
  A challenge to explain the strange results (under linux)         


Author: Zhu Shanshan
Date: Jun 11, 2008 20:59

I used perl "v5.8.5 built for i386-linux-thread-multi".

My data:

##################### File:color.txt

chartreuse

deeppink

goldenrod

lightblue

dodgerblue

darkgoldenrod

My scripts:

##################### File: test.pl

use strict;

use warnings;

open IN,"color.txt" or die;

while (){

chomp;

print "$_";

}

close IN;
Show full article (1.13Kb)
3 Comments
  google's challenges         


Author: Jasper
Date: May 27, 2008 04:27

Has anyone been golfing the google challenges?

I've got the robot one to around 74 characters (not including the 'use
Math::BigInt' :))

The other one didn't seem all that interesting in comparison..

~~~tumbleweed~~~
--
Jasper
4 Comments
  Re: Upcoming event         


Author: Peter Johncke
Date: Apr 13, 2008 22:55

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

"Keep On Swinging"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Great Chain [http://rs6.net/tn.jsp?e=001bTia2OQdbhzJoyecAuMdehbAb848anStrR0Y5F_vzWufXVBQgwH2a...]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

"The Trick Shot Master presents an unforgettable Golf Spectacle unlike anything
you have ever seen"

Peter Johncke "The Trick Shot Master" brings you a Golf Show unlike anything you
have ever seen.

. Peter travels all over the world with his amazing show.

For information and booking an appearance for your next event contact us by calling
or email:

The Trick Shot Master

Tel. +1-561-627-2437

E-mail: info@trickshotmaster.com [mailto:info@trickshotmaster.com]

www.trickshotmaster.com [http://rs6.net/tn.jsp?e=001bTia2OQdbhzJoyecAuMdehbAb848anStrR0Y5F_vzWufXVBQgwH2a...]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Show full article (2.05Kb)
no comments