d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Yo, Canadians
Prev18910111214Next
Add Reply New Topic New Poll
Member
Posts: 7,146
Joined: Jul 28 2007
Gold: 0.01
Jun 6 2011 08:58pm
Quote (Anthraxinsoup @ Jun 5 2011 06:48pm)
Cause, umad, and it's funny. Pot heads get angry when they can't get their fix don't they?


yeah cuz "pot" is addictive... lol go smoke a j kid.
Member
Posts: 13,630
Joined: Dec 4 2009
Gold: 0.00
Jun 6 2011 09:02pm
Quote (andyd104 @ Jun 6 2011 07:58pm)
yeah cuz "pot" is addictive... lol go smoke a j kid.


Kekeke
Member
Posts: 12,617
Joined: Jan 26 2010
Gold: 320.52
Warn: 60%
Jun 6 2011 11:11pm
Quote (andyd104 @ 6 Jun 2011 19:58)
yeah cuz "pot" is addictive... lol go smoke a j kid.


It's habit forming though, just like anything. Slots aren't "Addictive" but they are habit forming.
Member
Posts: 27,059
Joined: Nov 29 2006
Gold: 67.00
Jun 6 2011 11:15pm
Quote (Anthraxinsoup @ Jun 7 2011 12:11am)
It's habit forming though, just like anything. Slots aren't "Addictive" but they are habit forming.


Oh...like being an attention whore on jsp? hmmmm...
Member
Posts: 12,617
Joined: Jan 26 2010
Gold: 320.52
Warn: 60%
Jun 6 2011 11:19pm
Quote (Grillz9909 @ 6 Jun 2011 22:15)
Oh...like being an attention whore on jsp? hmmmm...


And wearing a stupid sig and ava that taunts the mods isn't?
Member
Posts: 27,059
Joined: Nov 29 2006
Gold: 67.00
Jun 6 2011 11:20pm
Quote (Anthraxinsoup @ Jun 7 2011 12:19am)
And wearing a stupid sig and ava that taunts the mods isn't?


I'm not denying it
Member
Posts: 12,617
Joined: Jan 26 2010
Gold: 320.52
Warn: 60%
Jun 6 2011 11:46pm
Quote (Grillz9909 @ 6 Jun 2011 22:20)
I'm not denying it


Nor am I.
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Jun 6 2011 11:47pm
Code
#include <stdio.h>
#include <stdlib.h>

int odd(int val);
void algo(int a);


int main()
{
   algo(9);
   return 0;
}

void algo(int a)
{
   int temp = a;

   printf("%d> ", temp);

   while(temp != 1)
   {
       if(odd(temp) == 1)
       {
           temp = temp * 3 + 1;
           printf("%d> ", temp);
       }
       else if(odd(temp) == 0)
       {
           temp = temp / 2;
           printf("%d> ", temp);
       }
   }
}

int odd(int val)
{
   if((val % 2) == 1)
       return 1;
   else
       return 0;
}
Member
Posts: 27,059
Joined: Nov 29 2006
Gold: 67.00
Jun 6 2011 11:49pm
So then we can conclude that since pot heads = d2jsp attention whores, the following is true.

Quote (Anthraxinsoup @ Jun 5 2011 06:48pm)
Cause, umad, and it's funny. D2jsp attention whores get angry when they can't get their fix don't they?


And therefore, you are in fact mad, because no one here is mad or giving into your attention seeking whoriness.
Member
Posts: 12,617
Joined: Jan 26 2010
Gold: 320.52
Warn: 60%
Jun 6 2011 11:52pm
Quote (Grillz9909 @ 6 Jun 2011 22:49)
So then we can conclude that since pot heads = d2jsp attention whores, the following is true.



And therefore, you are in fact mad, because no one here is mad or giving into your attention seeking whoriness.


Every post makes me stronger! Also, the pothead gets mad when he gets an hour ban, even though I don't report.
Go Back To Computers & IT Topic List
Prev18910111214Next
Add Reply New Topic New Poll