This Weekend Scared Me

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
JPlush76
Forum Regular
Posts: 819
Joined: Thu Aug 01, 2002 5:42 pm
Location: Los Angeles, CA
Contact:

This Weekend Scared Me

Post by JPlush76 »

Did you ever have a dream where PHP was involved?

Friday night I had a crazy dream that I was talking to people and every word they said I did an implode as an array and made an insert into my mental database in php/mysql coding

I woke up worried for my sanity :)
User avatar
nielsene
DevNet Resident
Posts: 1834
Joined: Fri Aug 16, 2002 8:57 am
Location: Watertown, MA

Post by nielsene »

That's how I know I've been coding too much. About two weeks ago after a very intense coding binge I woke up thinking

Code: Select all

$this->shower();
at which point I realized I should take a break from coding for a while... it was the weekend afterall.
JPlush76
Forum Regular
Posts: 819
Joined: Thu Aug 01, 2002 5:42 pm
Location: Los Angeles, CA
Contact:

Post by JPlush76 »

lol yea I had to take a break this weekend as well :)
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Code: Select all

void Subject::OnWakeUp(World& w)
{
  if (w.socialToleranceDesc().outOfBounds(this->getCrazyness()) == true)
    Invoke("continueSleep, daylight");
  else
    Invoke("startUp, humanoid_behaviour");
}
JPlush76
Forum Regular
Posts: 819
Joined: Thu Aug 01, 2002 5:42 pm
Location: Los Angeles, CA
Contact:

Post by JPlush76 »

ok volka you scare me more :)

lol
User avatar
phpPete
Forum Commoner
Posts: 97
Joined: Sun Aug 18, 2002 4:40 pm
Location: New Jersey

Post by phpPete »

Good thing there aren't any geeks in here...;)
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

...we would call them names.... :roll:
User avatar
gotDNS
Forum Contributor
Posts: 217
Joined: Tue May 07, 2002 5:53 pm
Location: West Chester, PA

Post by gotDNS »

Wait wait, i dont understand...you're not supposed to take breaks! :evil:

What's wrong with thinking in PHP? All the better! :D
MattF
Forum Contributor
Posts: 225
Joined: Sun May 19, 2002 9:58 am
Location: Sussex, UK

Post by MattF »

Maybe now you understand what logical thinking really is...
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

Big LOL to everyone :lol:

Code: Select all

<?php
  if($breakfast != "true") &#123;
    echo ":(";
  &#125; else &#123;
    echo ":)";
  &#125;
?>
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post by jason »

Code: Select all

while ( $me->isAwake() ) &#123;
    $me->code(new Language(LANG_PHP));
&#125;
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

Post by hob_goblin »

while($you->scaringme() === TRUE){
header("Location: out_of_this_topic");
}
JPlush76
Forum Regular
Posts: 819
Joined: Thu Aug 01, 2002 5:42 pm
Location: Los Angeles, CA
Contact:

Post by JPlush76 »

I have created a monster :roll:

lol
User avatar
gotDNS
Forum Contributor
Posts: 217
Joined: Tue May 07, 2002 5:53 pm
Location: West Chester, PA

Post by gotDNS »

No, you brought out the monster in us all...the driving force that guides us all into mass amounts of jumbled characters....a complex nebula of code...
Post Reply