Re: Project management

2013-01-23 Thread Andrew Savige
Greg McCarroll wrote: Oh i'd also recommend DeMarco's book 'The Deadline', it's a sort of novel about project management And 'The Mythical Man-Month' by Fred Brooks. Well-written, entertaining books about project management are rare. /-\

Re: 25 Years of Perl

2012-11-22 Thread Andrew Savige
On Mon, Nov 19, 2012 at 05:29:29PM +, Dave Cross wrote: At the LPW on Saturday I'm giving a talk entitled 25 Years of Perl Twenty five years is a long time, so inevitably some Perl hackers have passed away during that period:  Iain Truskett (aka Spoon/Koschei)  Nick Ing-Simmons  Dr Randy

Re: 25 Years of Perl

2012-11-22 Thread Andrew Savige
Though there doubtless isn't time for a deatiled history of the lighter side of Perl culture, for completeness, in addition to Acme modules, we have: JAPH, Obfu, Golf, Poetry, April Fools. Some highlights: JAPH: First JAPH by merlyn 1988, followed later by trickier ones. Abigail's later

Re: 25 Years of Perl

2012-11-20 Thread Andrew Savige
On Mon, Nov 19, 2012 at 05:29:29PM +, Dave Cross wrote: At the LPW on Saturday I'm giving a talk entitled 25 Years of Perl Great idea. An amusing anecdote from the very early days that illustrates how Perl attracted some of its early users is that merlyn relentlessly answered requests for

Re: Can I get some advice on best way to start Perl Programming

2012-08-31 Thread Andrew Savige
Rick Deller wrote: I have brought  a couple of books on the subject which I'm reading through I'm very keen to learn more and how to do it Can anyone suggest more books or another way of doing it ? In addition to the already mentioned learn.perl.org you might take a look at the Perl Tutorial

New article on the history of Acme::Bleach and related modules

2012-04-28 Thread Andrew Savige
Shameless plug for a new node on an important bit of Perl history The History of Acme::Bleach and Acme::EyeDrops at perlmonks:  http://www.perlmonks.org/?node_id=967004 This history includes Acme::Buffy and Acme::Pony and I just posted a follow-up using references from the London.pm mailing list

Re: Exim and HELO

2003-09-08 Thread Andrew Savige
Nicholas Clark schreef: Anyway, something's just gone horribly wrong because we[1]'ve just won a cricket match. That's not supposed to happen. 1: For some value of we that feels some sort of support for the England team, not that they really earn it that often. (Strict pedants will

Re: golf and reversed emails

2003-08-28 Thread Andrew Savige
Roger Burton West wrote: On Wed, Aug 27, 2003 at 01:25:41PM +1000, Andrew Savige wrote: To reverse the order of the lines (rather than their content), can anyone shorten this? perl -e'print reverse' f.tmp perl -e 'exec tac' f.tmp *Cough*, didn't think of that. This was a Dorothy Dixer(1

Re: golf and reversed emails

2003-08-28 Thread Andrew Savige
Jasper McCrea wrote: Improving that: #!perl -wlp use strict; s/\s+$//;y#/[-]{}()`'#\\]/[}{)('`#;$_[y///c]++; @}=($_,@})}for(map$x-(y///c-$#_).reverse,@}){ Of course, using Thelen's Device, we can sh?ave one more stroke: #!perl -lp s;\s+$;;;y;/[-]{}()`';\\]/[}{)('`;;\$_[y]]]c];

Re: golf and reversed emails

2003-08-27 Thread Andrew Savige
Nick Cleaton wrote: On Sun, Aug 24, 2003 at 05:29:02PM +0100, Scott McWhirter wrote: perl -e 'print `rev`' Can anyone beat 11 characters? yeah... remove the space... Or even perl -e 'exec rev' Or even perl -eexec\ rev To reverse file f.tmp, I've tried: perl

Re: golf and reversed emails

2003-08-27 Thread Andrew Savige
To reverse file f.tmp, I've tried: perl -e'`rev2`'f.tmp perl -e'exec rev'f.tmp perl -eexec\ revf.tmp rev f.tmp|perl -pe# To reverse the order of the lines (rather than their content), can anyone shorten this? perl -e'print reverse' f.tmp /-\ http://search.yahoo.com.au - Yahoo! Search -

Re: golf and reversed emails

2003-08-25 Thread Andrew Savige
Simon Wistow wrote: It's mildly golfish so I thought I'd post it and see if people would come up with something better (ignoring the easy wins like shoter variable names). use strict; my $max = 0; print join \n, reverse map {tr/\\\/\\\[\]\{\}\(\)\`\'/\/\]\[\}\{\)\(\'\`/;$_}

Re: Exporting Symbols

2003-08-17 Thread Andrew Savige
Nigel Rantor wrote: I would export symbols anyway since I go for deisng first and then speed/size/ other optimisations. Can anyone provide me with any info as to whether or not he is correct? The official advice for CPAN modules is to export nothing because exports pollute the namespace of

Re: Bra

2003-08-15 Thread Andrew Savige
dha wrote: On Thu, Aug 14, 2003 at 10:26:18AM +0100, Leon Brocard wrote: The goods have indeed arrived. I will not take any photos of it. I may bring[1] it to the next social. It is a black Victoria's Secret bra. And will you be bringing it on tour for those of us not in the london area?

Bra

2003-08-14 Thread Andrew Savige
Just wondering if Leon has yet received delivery of the goods he successfully bid for at the YAPC::Europe auction. I'm eager to see any photos of said goods (just for my ascii art collection, you see). /-\ http://search.yahoo.com.au - Yahoo! Search - Looking for more? Try the new Yahoo! Search

Ponie in haiku

2003-08-03 Thread Andrew Savige
Gallop Ponie bold! Beer to gulp, Buffy astride Orange sky surrounds BTW, has anyone got a nice graphic of a Ponie? /-\ http://mobile.yahoo.com.au - Yahoo! Mobile - Check compose your email via SMS on your Telstra or Vodafone mobile.

Re: Casey West

2002-09-24 Thread Andrew . Savige
En op 22 september 2002 sprak Piers Cawley: http://use.perl.org/~cwest/journal/7895 What did you do to him? I noticed in Casey's journal that he played a card game called hearts which Greg won and Fowler lost. Just curious: do you call this game hearts at london.pm and is this the most

Erm, there is a golf game in progress on fwp

2002-01-25 Thread Andrew . Savige
If you want to whack some balls over the weekend, see the thread FORE! Get Even Golf Game Tees Off at: http:[EMAIL PROTECTED]/ Not as if I would try to stop any London.pm-ers from getting any work done. :) /-\ndrew

Re: Buffy riding a Pony

2002-01-18 Thread Andrew . Savige
#!/usr/bin/perl ''=~('('.'?' .'{'.('['^\+).( '['^')').('`'|')').( '`' | '.' ).(( '[' )^+ ( '/' )). ( ''

Buffy riding a Pony

2002-01-05 Thread Andrew . Savige
Visualizing Buffy riding a Pony seems a common and completely normal thing to do here at London.pm, hence the following program. The low-rez graphics strain the eyes a little, but I hope they are good enough to elicit a few chuckles or groans. Cheers, /-\ndrew #!/usr/bin/perl