News:

Holy shit, it's 2018 2019 2020 2021 2022 2023 2024, and the US isn't a fascist country! What a time to be alive. Well, shit.

Main Menu

i am me

Started by c0n, August 30, 2005, 04:02:50 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

c0n

hi im c0n. aka c0nthem0n.
if you dont like me then i LOL @ u

while(c0n > y0u)
      LOL();


LOL

i will fork() bomb you lolololol

iago

I tried that, but your loop never runs....

deadly7

Don't you have to specify c0n and y0u and LOL?
[17:42:21.609] <Ergot> Kutsuju you're girlfrieds pussy must be a 403 error for you
[17:42:25.585] <Ergot> FORBIDDEN

on IRC playing T&T++
<iago> He is unarmed
<Hitmen> he has no arms?!

on AIM with a drunk mythix:
(00:50:05) Mythix: Deadly
(00:50:11) Mythix: I'm going to fuck that red dot out of your head.
(00:50:15) Mythix: with my nine

AntiVirus

Lmao, I think it was suppose to be a little joke. :) 

Sheesh, people taking things to literally!!   :D
The once grove of splendor,
Aforetime crowned by lilac and lily,
Lay now forevermore slender;
And all winds that liven
Silhouette a lone existence;
A leafless oak grasping at eternity.


"They say that I must learn to kill before I can feel safe, but I rather kill myself then turn into their slave."
- The Rasmus

Newby

I will spoon() bomb you lolol.
- Newby
http://www.x86labs.org

Quote[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

Quote from: Rule on June 30, 2008, 01:13:20 PM
Quote from: CrAz3D on June 30, 2008, 10:38:22 AM
I'd bet that you're currently bloated like a water ballon on a hot summer's day.

That analogy doesn't even make sense.  Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT. 

c0n

Quote from: Newby on August 30, 2005, 11:36:14 PM
I will spoon() bomb you lolol.

hahaha.

Quote from: deadly7 on August 30, 2005, 09:31:48 PM
Don't you have to specify c0n and y0u and LOL?

it's all implied.

Quote from: iago on August 30, 2005, 03:01:49 PM
I tried that, but your loop never runs....

just specify c0n as God, and God as the highest number possible, and y0u as the lowest. then it should run fine. then setup the function LOL(); to just printf("LOL\n"); a bunch. then there you go. loop wurkz perfektly

Blaze

#6
*snaps fingers*

#include <stdio.h>

int c0n = 1;
int y0u = 0;

int LOL()
{
    printf("LOL!\n");
    return 0;
}

int main()
{
   while(c0n > y0u)
   {
       LOL();
   }
   return 0;
}


Untested but should work code.
And like a fool I believed myself, and thought I was somebody else...

Newby

void LOL() is better. That way you're not returning an integer to nothing!
- Newby
http://www.x86labs.org

Quote[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

Quote from: Rule on June 30, 2008, 01:13:20 PM
Quote from: CrAz3D on June 30, 2008, 10:38:22 AM
I'd bet that you're currently bloated like a water ballon on a hot summer's day.

That analogy doesn't even make sense.  Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT. 

Blaze

I wasn't sure if C supported that... *shrug*
And like a fool I believed myself, and thought I was somebody else...

c0n

#9
Quote from: Blaze on August 31, 2005, 12:12:07 AM
*snaps fingers*

#include <stdio.h>

int c0n = 1;
int y0u = 0;

int LOL()
{
    prinft("LOL!\n");
    return 0;
}

int main()
{
   while(c0n > y0u)
   {
       LOL();
   }
   return 0;
}


Untested but should work code.


Hmm, you don't need to put bracers if there's only one instruction.

let me fix this up the eleet way.


#include <stdio.h>

int c0n = 31337;
int y0u = 0;

int LOL()
{
    printf("LOL! c0n 0wnz yu0\n");
    return 0;
}

int main()
{
   while(c0n > y0u)
       LOL();

   return (c0n == 31337);  // WILL ALWAYS RETURN TRUE LOL
}


there. the code is now elite.

Blaze

Its my way of doing things, and it helps me keep trac off what code goes in what loop/if/else/ect.

btw, I mistyped 'printf'
And like a fool I believed myself, and thought I was somebody else...

ZeroX

unban me from clan zer0 fag  :o
Zeroforce
Zeroforce
Zeroforce





Quotemutsumibear: David's coming over Sunday so we can have mad sex all day.
zxdropoff: lucky you
mutsumibear: :D I know.
mutsumibear: I just pray I don't start my period before then.
zxdropoff: omfg
zxdropoff: stfu
zxdropoff: now please
mutsumibear: HAHA
mutsumibear: I love disturbing you.

c0n

#12
Quote from: Blaze on August 31, 2005, 02:05:51 AM
Its my way of doing things, and it helps me keep trac off what code goes in what loop/if/else/ect.

btw, I mistyped 'printf'

haha, you're right. i didnt notice that. it has been el fix-o'd

trust

I put braces around 1 line code blocks as well, it keeps things imho more organized. :\

c0n

Quote from: OG Trust on August 31, 2005, 06:15:52 PM
I put braces around 1 line code blocks as well, it keeps things imho more organized. :\

except it makes ur code look more newbish

too many bracers and your code starts looking really gay like:

if(blah)
{
    blah;
}
else
{
    blah;
}

in my HUMBLE opini0n, this looks c00ler:

if(blah)
    blah;
else
    blah;

it makes it more compact and is more ejeet