![]() |
listening to Codeine sup with u gaice
|
just got back from the gym
making noodles |
noodles man fuck yea. kind'a hungry myself. but got to work now I guess. ugh.
|
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 |
u buff haz?
cum at me who is yuri? |
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 |
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.
|
[QUOTE]nah i'm still kinda fat[/QUOTE]
well get workin then not everybody can have a racing metabolism like me |
well that segfaulted nicely. fucking shit piece of dick. now on to the algorithmic methods assignment.
|
ouch, sorry bro
|
I work out heaps I just eat too much shit
changed my diet fairly radically the last week though |
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. |
[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. |
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. |
actually, changing is the hardest part for me. once I dedicate myself to something I usually stick to it
|
thats a good quality to have. i have a hard time actually sticking to what i say im gonna do
|
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 |
today, lacking discipline is far more common than a lack of initiative. unlike a few generations back.
|
bed time, night fellas
|
you rack discipline
goodnight, guy |
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. |
you're a fag
|
#include <iostream>
int main() { std::cout << "you're a fag/n"; return 0; } |
if u didn't suck u would do
main(){printf("ur a fag");} |
no i wouldn't
|
of course if u had any sense you'd use a better suited language. BASH comes to mind.
echo ur a fag |
this is your 'scientific mind conflicting with society', is it?
|
I'm merely extrapolating information from my wealthy and mighty knowledge pool to help you insult me in a more efficient and logical way
|
you're extrapolating huh
|
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.