• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Al-gore-ithm

GL

Diamond Member
Shamelessly ripped from Slashdot...but it's a goodie for those with some programming background😉



<< volatile int president;

while (!president)
{
recount();
whine();
sue();
}
>>



-GL
 
void main() {
 pCandidate AGore, GBush;
 USstate FLORIDA;
election_process:
 while ((AGore.electoralVotes < 270) &amp;&amp; (GBush.stateVotes(FLORIDA) > AGore.stateVotes(FLORIDA)) {
  while (AGore.requestRecount(FLORIDA)==NULL) {
   AGore.whine();
   AGore.sue(FLORIDA.anybody(republicans | opposers | courts)); }
}
 if (AGore.electoralVotes < 270)
   goto election_process;
 return; }


It's true, it's true.

 
ROFL. That's a good one. Since he invented the Internet, it's no suprise that Gore has plenty of programmers at his disposal. 😉
 
Back
Top