• Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Chit-Chat: On Tuesdays Oryx and Triforce think it's Wednesday

Status
Not open for further replies.
that is such an Alex thing to say (0;
I always wondered what the zero meant in smilies, particularly in ones like that there. Is it a giant Elmo nose?

The reverse winking further confounds me.
 
I always wondered what the zero meant in smilies, particularly in ones like that there. Is it a giant Elmo nose?

The reverse winking further confounds me.

actually he's just started a list of numbers and he's only made it to zero and he requires your wisdom to help him out. (0; 1; 2; 3; 4; 5; 6; 7; 8; 9;
 
actually he's just started a list of numbers and he's only made it to zero and he requires your wisdom to help him out. (0; 1; 2; 3; 4; 5; 6; 7; 8; 9;
In a C standard though he would've said (0, by that logic. Also those open parentheses are cringeworthy :s

Try
Code:
(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);

And just for completeness' sake, maybe those could be polymorphic arguments of a function…?
Code:
foo(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);

In reality though, such a concatenation would be better suited as some representation of a range of integers, so maybe we could instate this with a for loop (we'll say less than ten as an example):
Code:
for(i = 0; i < 10; i++) {
    // ???
}

Wait, what were we counting for again?
 
In a C standard though he would've said (0, by that logic. Also those open parentheses are cringeworthy :s

Try
Code:
(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);

And just for completeness' sake, maybe those could be polymorphic arguments of a function…?
Code:
foo(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);

In reality though, such a concatenation would be better suited as some representation of a range of integers, so maybe we could instate this with a for loop (we'll say less than ten as an example):
Code:
for(i = 0; i < 10; i++) {
    // ???
}

Wait, what were we counting for again?

I think you need a joint or a stiff drink mate
 
In a C standard though he would've said (0, by that logic. Also those open parentheses are cringeworthy :s

Try
Code:
(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);

And just for completeness' sake, maybe those could be polymorphic arguments of a function…?
Code:
foo(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);

In reality though, such a concatenation would be better suited as some representation of a range of integers, so maybe we could instate this with a for loop (we'll say less than ten as an example):
Code:
for(i = 0; i < 10; i++) {
    // ???
}

Wait, what were we counting for again?

you're such a clever boy. tutankhamun has tears in his eyes he's so proud and so am I.
 
In a C standard though he would've said (0, by that logic. Also those open parentheses are cringeworthy :s

Try
Code:
(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);

And just for completeness' sake, maybe those could be polymorphic arguments of a function…?
Code:
foo(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);

In reality though, such a concatenation would be better suited as some representation of a range of integers, so maybe we could instate this with a for loop (we'll say less than ten as an example):
Code:
for(i = 0; i < 10; i++) {
    // ???
}

Wait, what were we counting for again?
dude I'm just floating through life making goofy faces

I have no idea what you're on about
 
Yeah, I've seen this rhetoric before. You think I'm weird for admiring Ramesses II and other ancient figures of history so you bastardize it in trying of humour.

It's mildly amusing, but moreso bemusing for me. o_O

nobody is weird for having an interest unless that interest involves something genuinely weird

historical interest isn't weird

I'm kinda amused by your posts that sorta stitch it in and I wish more people actually posted things like that it's more interesting than your droll tickboxing

yes you're strange

but yes I like that

if I take the piss it is not a bad thing and it is not me bastardising anything

the only thing that will be bastardised by me will be any children I have since I'm unlikely to marry

that is all
 
It's really weird how everyone has different typing styles. I mean look at all those lines of sentences. That is totally not my style at all.
Online, I'll sometimes use lots of ... and -

I guess to show thinking?

And then I go back and read it latter and hate it because it's so incorrect
 
Online, I'll sometimes use lots of ... and -

I guess to show thinking?

And then I go back and read it latter and hate it because it's so incorrect

You almost never punctuate your very last line and then I read it like there's more to say and it's like leaving an open parenthesis!
 
Is it bad that I'm having muscle spasms every few minutes?
 
If symptoms persist see your doctor. I've had the odd twitch or two now and then but I've never had it long term and it's been like 2 years since the last instance of it. Dunno if it's coincidental that my caffeine intake used to be ultra high back then or not!
 
If symptoms persist see your doctor. I've had the odd twitch or two now and then but I've never had it long term and it's been like 2 years since the last instance of it. Dunno if it's coincidental that my caffeine intake used to be ultra high back then or not!
Jeez, my life is getting rather mixed up as of recent. For some oddity I recall writing a really nice response to this here post of yours, George; it'd have to have been a dream but I haven't slept since you wrote it. o.O
 
Status
Not open for further replies.
Back
Top