You should have pointed that he didn't post in font color.IppE wrote:
Resolting to quote editing eh.
You should have pointed that he didn't post in font color.IppE wrote:
Resolting to quote editing eh.
B1rd didn't use a colour. :VTrash Boat wrote:
You should have pointed that he didn't post in font color.IppE wrote:
Resolting to quote editing eh.
AutoMedic wrote:
Any more racist and sexist jokes?
IppE confirmed for daltonic/colorblindIppE wrote:
His posts are black to me regardless.
There are no coloured posts.
Black is a colour.Trash Boat wrote:
IppE confirmed for daltonic/colorblindIppE wrote:
His posts are black to me regardless.
There are no coloured posts.
The modem sound would always give away your midnight wanks.piruchan wrote:
I've read that waiting 5+ minutes for a picture of naked girls to load was pretty exciting.
Hika wrote:
love how it was scorching hot yesterday and now it's like -383733939392828°F
Wrong, black is not a colour.Kheldragar wrote:
Black is a colour.
It can be both!silmarilen wrote:
no it's a word
It's a Japanese airplane, patented in 1937 and first produced in 1940.Kheldragar wrote:
Zero is a number.
Saburo Sakai's book "Samurai!" sheds light into the subject too. (:Aurani wrote:
It's a Japanese airplane, patented in 1937 and first produced in 1940.Kheldragar wrote:
Zero is a number.
Someone here likes books a lot. :polivia272 wrote:
Saburo Sakai's book "Samurai!" sheds light into the subject too. (:
If black is not a colour, why we can see it? :/Zelda wrote:
Wrong, black is not a colour.Kheldragar wrote:
Black is a colour.
Another way of asking the question would be: what is in a tube of black paint?Trash Boat wrote:
If black is not a colour, why we can see it? :/
Depends, really. Sex is far more enjoyable without one, though, and as long as you're not sleeping with random people every other night, you should be pretty safe health-wise.olivia272 wrote:
Kids, remember to wear a condom.
There is also the possibility to impregnate the other party. Of course women, too, have their own contraception, but I would not, for one momentary and fleeting session of pleasure, risk getting pregnant with something that you are bound with for the rest of your life.Aurani wrote:
Depends, really. Sex is far more enjoyable without one, though, and as long as you're not sleeping with random people every other night, you should be pretty safe health-wise.olivia272 wrote:
Kids, remember to wear a condom.
I have dry, cracking, bleeding lips due to Accutane. Can I be your BFKheldragar wrote:
I bet Aurani has nice, soft lips.
dudeKheldragar wrote:
No because you're in 9th grade like.
im going to cast a spell on him and force him to make out with me until we cant feel our tonguesKheldragar wrote:
I bet Aurani has nice, soft lips.
Riince wrote:
b1rds shouldnt be kept as pets
I see what you did there, you sly dog.Kheldragar wrote:
Riince wrote:
b1rds shouldnt be kept as pets
What happened to the Zoe quinn thread?Brian OA wrote:
I dunno; haven't seen a good one in months and I have no time to make one. Nobody really knows how to make a shitty one into a decent one either.
Whatever happened to your CYOAsBrian OA wrote:
I dunno; haven't seen a good one in months and I have no time to make one. Nobody really knows how to make a shitty one into a decent one either.
I take great pride in my lips, actually, and yes, they're all soft 'n' shit. :VKheldragar wrote:
I bet Aurani has nice, soft lips.
Yesterday I went to bed at 2200. Seems reasonableish.Brian OA wrote:
You're going to stuck between 50% and 100% for a long time.Riince wrote:
my goal of getting more pp and posts than lewa is almost halfway complete
I miss the vocaroos.NoHitter wrote:
Whatever happened to your CYOAsBrian OA wrote:
I dunno; haven't seen a good one in months and I have no time to make one. Nobody really knows how to make a shitty one into a decent one either.
Did you just seriously make a correlation between feminism the nature of all human beings?B1rd wrote:
It's human nature to always have to antagonise something, and to pick sides and ignore any faults of your own. An example is modern feminism and social justice warriors with their claims of oppression and patriarchy, bitching about non-issues like video games, names of bands, T shirts etc. I wish it were more primitive times so we could just beat them over the head with a stick and be done with it.
Be a cool kid and ignore them.Ceph23 wrote:
stupid classmates
let x = 5;What is the value of x after the code has been executed?
while(x<10){x++;}
ascent(i in 6..23){
x = i/2;
}
if(x==(23/2)){x = 25;}else{x = 23;}
let x = 5;
while(x<10){x++;} //x=10
ascent(i in 6..23){
x = i/2;
} //repeats untill x=23/2
if(x==(23/2)){x = 25;}else{x = 23;} //since x==(23/2) is true it sets x to 25