Davezilla: Clean Humor, Filthy Comments © Dave Linabury 1994-2008. Unrelated to Toho, its products or services.
Freedom-Black and Widgetized by Tina Silva | Freedom Blue Plus improved by Eyoung. Kudos to Frank Helmschrott, Michael and Fredrik for the original Design.

I code too, please turn up the heat. I hab had a code in my node for 2 days and am running out ob kleenex!
function request($action, $object) {
return ‘Will ‘+$object+’$action+’ me?’;
}
request(’fuck’, ‘me’);
Access Denied.
:limp::mad:
:limp::limp::limp::limp::limp:
I HURL :hurl:
Another series perhaps?
I CODE
I SUCK
I BLOW
I USE MY LEFT HAND WHILE TYPING
:hurl:
I TinaMarie.
Nice to meet you, Code.
011010100100010101001010101111101010
And that is the :razz:.
Code THIS you twit !!!:twisted:
Scramble:
I Code = Do Ice
COED I
CEO ID
ECO ID
CO DIE
Um, there’s a couple of problems with this code, Dante:
function request($action, $object) {
return ‘Will ‘+$object+’$action+’ me?’;
}
request(’fuck’, ‘me’)
You have object plus action “fuck” + “me”, and then you add “me?”… so, this will return:
Will me fuck me?
so… you are into autoeroticism?
:roll:Uh I have nothing!
my name is cody. i code.
Hey Spud, just in case you are my brother, and I did not know that you also visit this blog, is your real alias “PsychoSpud”?
I so hope it is you - it would be hilarious if that was really you.
However, if it is not you (PsychoSpud), and you are some other generic Spud, I’m sure you are a perfectly nice person.
#include
#include
using namespace std;
int repetitions=5;
void request(bool &slapped, string object, string action, bool &accepted)
{
string answer;
slapped=false;
cout< <"will "< cin>>answer;
if(answer==”yes”)
{accepted=true;}
else
{
if(repetitions>0) /*The woman’s patience will wear out eventually!*/
{repetitions–;}
else
{slapped=true;}
}
}
int main()
{
bool slapped=false, accepted=false;
int standing=50; /*is this too generous a limit? I’m not sure how much abuse an average male can take…*/
while(standing)
{
request(slapped, “you”, “fuck”, accepted);
if(accepted)
{break;}
if(slapped)
{standing–;}
}
if(standing)
{cout< <"Whoopeee! \n";}
else
{cout<<"ow ow ow ow ow... \n";}
return(0);
}
Let’s try that again…
#include
#include
using namespace std;
int repetitions=5;
void request(bool &slapped, string object, string action, bool &accepted)
{
string answer;
slapped=false;
cout< <"will "< cin>>answer;
if(answer==”yes”)
{accepted=true;}
else
{
if(repetitions>0) /*The woman’s patience will wear out eventually!*/
{repetitions–;}
else
{slapped=true;}
}
}
int main()
{
bool slapped=false, accepted=false;
int standing=50; /*is this too generous a limit? I’m not sure how much abuse an average male can take…*/
while(standing)
else
return(0);
{
request(slapped, “you”, “fuck”, accepted);
if(accepted)
{break;}
if(slapped)
{standing–;}
}
if(standing)
{cout< <"Whoopeee!"<
{cout<<"ow ow ow ow ow..."<
}
Argh. I fail :’(
*wanders off to drown her sorrows in a mug of grog*
Ah Elizabeth, non-breaking spaces have to end in a semi-colon. I fixed it for you.