From garrett at scriptpro.com Tue Nov 26 12:00:39 2002 From: garrett at scriptpro.com (Garrett Goebel) Date: Mon Aug 2 21:31:04 2004 Subject: [Kc] Test: kc.pm mailing list has moved... Message-ID: <71BEC0D4E1DED3118F7A009027B12028010BE671@EXCH_MISSION> test... -- Garrett Goebel IS Development Specialist ScriptPro Direct: 913.403.5261 5828 Reeds Road Main: 913.384.1008 Mission, KS 66202 Fax: 913.384.2180 www.scriptpro.com garrett@scriptpro.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/kc/attachments/20021126/13ca26d5/attachment.htm From garrett at scriptpro.com Tue Nov 26 14:14:08 2002 From: garrett at scriptpro.com (Garrett Goebel) Date: Mon Aug 2 21:31:04 2004 Subject: [Kc] 2002-11-19 Meeting Report: Message-ID: <71BEC0D4E1DED3118F7A009027B12028010BE676@EXCH_MISSION> 2002-11-19 Meeting Summary Stephen Clouse, David Dummler, Garrett Goebel, Lezlie Martin, Doug Sparling, and newcomer Adam Stajna were in attendance. Quite a drop from last month, but a good group. [Administrata] o KCLUG conflict Yes, KCLUG (http://www.kclug.org/) appears to meet on the first Wednesday and 3rd Tuesday of the month. Agenda item for next meeting: do we move to a different Tuesday? o KC.PM web/mail conversion (Garrett Goebel and Andrew Moore) Hey look! the list has moved to kc@mail.pm.org. You should have gotten an email describing how you can access the administrative interface and archives. [Book Review] o Extending and Embedding Perl (Stephen Clouse) Stephen gave us an overview of the fact that this is a very good book. If Stephen doesn't get around to writing his review up and posting it to the list, I will. -As I've just gotten the okay from Manning for a review copy. [Puzzles] o Post Puzzle Analysis: Hoops 'Round Loops (Garrett Goebel) Award the Green (with Envy) Camel in abstentia to Paul Kulchenko for his 66 byte entry: map{/KCPM/&&printf("%s/%s/%s %s",(split/-|,/)[1,2,0,5])}sort The fastest was a revision I made to Paul's script which removed 3 unnecessary bytes, but added 4: map printf("%s/%s/%s %s",(split/-|,/)[1,2,0,5]),sort grep/K/, Curiously enough, the discussion centered around the use of grep, sort, split, printf, and map. The Green Camel is a rather heavy green glass camel figurine. The current plan is that the winner of each month's puzzle will take possession of the camel in the interceeding month before giving it up to the next month's victor. o New Puzzle: Chicken and the Egg (Garrett Goebel) Will be posted to the list shortly [Presentation] o POE (Garrett Goebel) I shamelessly stole and presented the first half of Matt Sergeant's excellent TPC2002 presentation on POE. Which you can find at: http://axkit.org/docs/presentations/tpc2002/ POE is pretty neat. -- Garrett Goebel IS Development Specialist ScriptPro Direct: 913.403.5261 5828 Reeds Road Main: 913.384.1008 Mission, KS 66202 Fax: 913.384.2180 www.scriptpro.com garrett@scriptpro.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/kc/attachments/20021126/3be44e95/attachment.htm From garrett at scriptpro.com Tue Nov 26 14:24:12 2002 From: garrett at scriptpro.com (Garrett Goebel) Date: Mon Aug 2 21:31:04 2004 Subject: [Kc] Chicken and the Egg Message-ID: <71BEC0D4E1DED3118F7A009027B12028010BE678@EXCH_MISSION> Chicken and the Egg 2002-11-19 C. Garrett Goebel Goal: Write a script which will mutate and self-replicate o script's last expression must be a scalar string containing a generated script o generated script must do likewise o no generated script may match* an ancestor o each script must be able to be evaluated without exception * A valid match may be anything from a straight string comparison to a signature detection heuristic Prize: The Camel will be passed to writer of the submission which: o replicates the most in a given time period (5 minutes) o avoids signature detection o most ingenious mutability -- Garrett Goebel IS Development Specialist ScriptPro Direct: 913.403.5261 5828 Reeds Road Main: 913.384.1008 Mission, KS 66202 Fax: 913.384.2180 www.scriptpro.com garrett@scriptpro.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/kc/attachments/20021126/cee89402/attachment.htm