Scripting Games 2008 event answer statistics
Only 2 one-liners this year, against 8 in 2006 ;-)
Here are the other statistics for the answers I did send in this year :
PoSH> ls ev*.ps1 |% {$n= $_.name; gc $_ | Measure-Object -l -w -c | select {$n},* } | sort Characters | ft
$n Lines Words Characters Property
-- ----- ----- ---------- --------
event6.ps1 1 8 58
event9.ps1 1 11 86
event4_short.ps1 10 28 250
event_short.ps1 10 45 284
event7.ps1 4 50 323
event2.ps1 4 43 381
event4.ps1 11 53 391
event3.ps1 9 61 404
event1.ps1 15 67 494
Event8.ps1 11 61 543
Event5.ps1 24 226 1795
event10.ps1 118 565 4142
PoSH>
( event 4 short I optimized obfuscated after a comment from Chris Warwick that his one was smaller ;-) )
Enjoy,
Greetings /\/\o\/\/