Sputnik Music Forums

Sputnik Music Forums (http://www.sputnikmusic.com/forums/index.php)
-   Rock & Metal (http://www.sputnikmusic.com/forums/forumdisplay.php?f=23)
-   -   fuck off pokemon hipsters (http://www.sputnikmusic.com/forums/showthread.php?t=595679)

christsimpson 10-24-2011 12:51 AM

listening to Codeine sup with u gaice

Haz 10-24-2011 12:57 AM

just got back from the gym

making noodles

christsimpson 10-24-2011 01:00 AM

noodles man fuck yea. kind'a hungry myself. but got to work now I guess. ugh.

Haz 10-24-2011 01:02 AM

yeah i'm turning over a new leaf here on making fun of Brent

I will try and communicate with him as best I can without contributing to the further degradation of this subforum

kinda like Yuri

Yuri is an inspiration to us all

beans 10-24-2011 01:02 AM

u buff haz?

cum at me

who is yuri?

Haz 10-24-2011 01:04 AM

nah i'm still kinda fat

starting to pack muscle though and along with dressing better has definitely done me favours with women

Yuri is Morumbar AKA Ceminon

christsimpson 10-24-2011 01:05 AM

procrastfuckingination dudes. I should be writing a texture loader class for a game. yet, I am refreshing mx and looking at fucking twitter and shit. someone do my work for me, please. I'm tired as fuck.

beans 10-24-2011 01:10 AM

[QUOTE]nah i'm still kinda fat[/QUOTE]

well get workin then
not everybody can have a racing metabolism like me

christsimpson 10-24-2011 01:10 AM

well that segfaulted nicely. fucking shit piece of dick. now on to the algorithmic methods assignment.

beans 10-24-2011 01:13 AM

ouch, sorry bro

Haz 10-24-2011 01:16 AM

I work out heaps I just eat too much shit

changed my diet fairly radically the last week though

christsimpson 10-24-2011 01:17 AM

I like how the *only* book I bring to school ever is a role-playing book (Pathfinder Core Rules). if I ever need a textbook or assignment/example compendium, I steal it from people

that's right. I'm living the dream. I practice anarchism every fucking day.

beans 10-24-2011 01:19 AM

[quote=Haz;18689323]I work out heaps I just eat too much shit

changed my diet fairly radically the last week though[/quote]


changing isn't the hard part, its sticking with it. i have the luxury of being able to eat whatever I want and never gain any weight whatsoever.

I'd really like to get back in the gym and start getting fit again though, loved the way i used to feel before I discovered smoking pot all the time and sitting on my ass.

christsimpson 10-24-2011 01:21 AM

I have the luxury of eating nothing but still being fat LOL.
don't "work out" though. just walk a lot each day. my dad bikes/walks *a lot*. like "work out" type biking/walking. he does it every day. still fat like me, LOL. genetics are fun.

Haz 10-24-2011 01:22 AM

actually, changing is the hardest part for me. once I dedicate myself to something I usually stick to it

beans 10-24-2011 01:25 AM

thats a good quality to have. i have a hard time actually sticking to what i say im gonna do

Haz 10-24-2011 01:26 AM

it's like

once I found out it was possible to complete almost everything I start, I just do it. unless it is absolutely not worth it

christsimpson 10-24-2011 01:27 AM

today, lacking discipline is far more common than a lack of initiative. unlike a few generations back.

beans 10-24-2011 01:29 AM

bed time, night fellas

Haz 10-24-2011 01:32 AM

you rack discipline

goodnight, guy

christsimpson 10-24-2011 01:36 AM

itemType key;
infoType info;
struct node *l, *r;
node (itemType k, infotype i, node *ll, node *rr) {
key = k;
info = i;
l = ll;
r = rr;
};
};
node *head, *z;
public:
Dict(int max) {
z = new node(0, infoNIL, 0, 0);
head = new node(itemMIN, 0, 0, z);
}
~Dict();
infoType search(itemType v);
void insert(itemType v, infoType info);
};

infoType Dict::search(itemType v) {
node *x = head->r;
z->key = v;
while (v != x->key) {
x = (v < key) ? x->l : x->r;
}
return x->info;
}

void Dict::remove (itemType v) {
node *c, *p, *x, *t;
z->key = v;
p = head;
x = head->r;
while (v != x->key) {
p = x;
x = (v < x->key) ? x->l : x->r
}
t = x;
if (t->r == z) {
x = x->l;
}
else if (t->r->l == z) {
x = x->r;
x->l = t->l;
}
else {
c = x->r;
while (c->l->l != z) {
c = c->l;
}
x = c->l;
c->=x->r;
x->l = t->l;
x->r = t->r;
}
delete t;
if (v < p->key) {
p->l = x;
}
else {
p->r = x;
}
}






that should be enough for now. back to procrastinating.

adb 10-24-2011 03:17 AM

you're a fag

fingers mccoy 10-24-2011 03:19 AM

#include <iostream>

int main()
{
std::cout << "you're a fag/n";
return 0;
}

christsimpson 10-24-2011 03:20 AM

if u didn't suck u would do

main(){printf("ur a fag");}

fingers mccoy 10-24-2011 03:34 AM

no i wouldn't

christsimpson 10-24-2011 03:39 AM

of course if u had any sense you'd use a better suited language. BASH comes to mind.

echo ur a fag

fingers mccoy 10-24-2011 03:40 AM

this is your 'scientific mind conflicting with society', is it?

christsimpson 10-24-2011 03:46 AM

I'm merely extrapolating information from my wealthy and mighty knowledge pool to help you insult me in a more efficient and logical way

fingers mccoy 10-24-2011 04:07 AM

you're extrapolating huh

christsimpson 10-24-2011 04:09 AM

yes. it means the opposite of interpolating. i.e. inferring by extension (from my wealthy and mighty knowledge pool).

so what's up man.


All times are GMT -6. The time now is 03:39 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.