User Comments, Suggestions, or Complaints | Privacy Policy | Terms of Service | Advertising
Buy MLB playoff tickets, plus 2011 World Series, 2011 ALCS tickets and NLCS game tickets. We also have Texas Rangers playoff schedule, tickets to Red Sox games and Yankees game tickets. Plus, buy Phillies baseball tickets, Tigers playoff tickets and the biggies like ALDS baseball tickets and 2011 NLDS tickets. |
Demarini, Easton and TPX Baseball Bats
|
AllianceTickets.com has cheap MLB Tickets. Get all your Colorado Rockies Tickets, Seattle Mariners Tickets, San Francisco Giants Tickets and all your favorite baseball tickets here. We also carry cheap Denver Broncos Tickets, Seattle Seahawks Tickets and Denver Nuggets Tickets. |
Page rendered in 0.2550 seconds
40 querie(s) executed

Reader Comments and Retorts
Go to end of page
Statements posted here are those of our readers and do not represent the BaseballThinkFactory. Names are provided by the poster and are not verified. We ask that posters follow our submission policy. Please report any inappropriate comments.
Thanks Tim. And while we were discussing that, Bobby Grich came out of reitrement, turned an unassisted triple play, and then left the stadium on the back of a winged stallion of some kind. We'll try to get a reply for you right after these messages.
Quoting from an old RSB post:
I wrote the script with tweaking in mind. If one feels McCarver has actually mastered the art of silence, he/she can set a non-zero timeout parameter. Note, however, that Perl's alarm() function is simply a pass-thru to the library facilities. That is, the granularity is measured in seconds. The author remains unconvinced that McCarver can regularly stay silent for whole numbered seconds. However, he will make plans to modify the code to use the select() system call if there is sufficient interest in finer time slices.
#!/usr/bin/perl
use JoeMorgan;
until ( defined &havewestartedyet;)
&banteraboutnothing;
}
sub sig_alrm {
$SIG{ALRM} = \&sig;_alrm;
&shutup;
}
$SIG{ALRM} = \&sig;_alrm;
$BSTIMEOUT=300; # Do not BS on any one thing longer than 5 minutes.
$SILENCE=2; # At most two seconds of silence.
$REPEAT=3; # Number of times to repeat same useless garbage.
for ( $now = time; ; ) {
next if ( (time - $now) < $SILENCE );
alarm(0); alarm($BSTIMEOUT);
if ( defined (($date, $names, $event, $stats) = &meaningless;_tidbit) ) {
#######;($date, $names, $event, $stats);
} else {
$analysis = &situation;($menonbase, $score, $play, $teamA, $teamB);
if ( not defined $analysis ) {
&makeupshit;();
} else {
for ( $retries = 0; $retries < $REPEAT; $retries++ ) {
&repeat;($analysis);
}
}
}
last if ( defined &arewedoneyet;);
$now = time;
}
The analysis module still needs to be written along with some error checking (well, actually, you can probably forget about that in Joe's case). Note that the Morgan module is only slightly more complex than the McCarver module, which only calls the makeupshit() function repeatedly with a different $BSTIMEOUT parameter and a $SILENCE = 0.
You must be Registered and Logged In to post comments.
<< Back to main