SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Pastimes : PSUEDO_CODE -- Ignore unavailable to you. Want to Upgrade?


To: Kid Rock who wrote (13)8/12/2000 4:13:56 AM
From: Green Receipt  Respond to of 32
 
PostMessage()
//IF this is a duplicate THEN
// Haven't coded this
//ENDIF;
//Place message in DB;

ON SUBMIT:
Post the message;



To: Kid Rock who wrote (13)8/12/2000 4:14:19 AM
From: Green Receipt  Respond to of 32
 
//BotherTheNeighborsInThisStinkingApartment()
//Turn on the Stereo;
//Turn on the Amplifier;
//Set all dials to max;
//Play a rap song;
{
}

//PretendYouArentHome()
// Turn off all the lights;
// Put a chair up to the door;
// Go to a back room;
{
}
int main()
//WHILE It's past midnight, DO:
// Bother The Neighbors In This Stinking Apartment;
// IF The cops come, THEN
// Pretend you aren't home;
// ENDIF;
//ENDDO;
{
}

duneram.com

//This is a real life example in the slum where I reside.
//Rent is cheap, but the mentality of most of the tenants
//here is quite pitiful.



To: Kid Rock who wrote (13)8/12/2000 4:19:39 AM
From: Green Receipt  Read Replies (1) | Respond to of 32
 
It's recursive and doesn't end until it gets the dreaded stack overflow exception.

The setup involves cutting it in half.

the recursive part is what u do with each sheet.

At which point:

try
{
DoThatThing();
}
catch
{
Meltdown();
}