Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Desty

Pages: 1 ... 293294295 296297 ... 353
8821
The Flood / Re: How old do you think I am?
« on: October 01, 2015, 01:20:46 PM »
Damn it's crazy how I'm only 17 and I could still knock your 30 year old punk ass out
We're the same age? Dude, you're gonna be shredded as fuck when you get older.
And by the time he's 35 those rigid muscles will start atrophy and will cause him a lot of pain and discomfort.

That isn't the type of body you should strive to have. A good athletic body is flexible and strong and is something that doesn't go away as you get older.
"Although sarcopenia is mostly seen in people who are inactive, the fact that it also occurs in people who stay physically active throughout life suggests there are other factors involved in the development of sarcopenia."

Losing a big chunk of your muscles is still worth it if in the end you end up with more muscles than other peeps.

8822
The Flood / Re: How old do you think I am?
« on: October 01, 2015, 01:11:11 PM »
Damn it's crazy how I'm only 17 and I could still knock your 30 year old punk ass out
We're the same age? Dude, you're gonna be shredded as fuck when you get older.

8823
The Flood / Re: How old do you think I am?
« on: October 01, 2015, 01:09:39 PM »
post a vocaroo
post your ass
i did it once, never again
Did we ever figure out who Account Number X was?

LOL That was pretty hilarious.
My theory is that there were imitators, so specify which one you mean.

I got Account Number x to follow me, but it wasn't the original, I think, or maybe it was the original but all other imitators were not following me. I had like 12 followers on B.net.

Also, I searched for account x, then sent a message, or saved the page, then I came abck when he had changed his name. Not sure about that, but stuff. It said waifu lover or something, and the profile fit in with acc No x tbh.

He sent me an image of a finger in a dick

8824
The Flood / Re: I did it again
« on: October 01, 2015, 12:59:54 PM »

Hey, man, nice profile pic.

I think mine might be here for a longer run than most other pics.

How's your day been?

8825
The Flood / Re: Which is worse? The obese, or heavy smokers?
« on: October 01, 2015, 12:58:41 PM »
So, fat people eating "muh mcdonalds" on the train and working as a tank against people trying to walk past vs people who light a cigarette right after they get off the train, thus making everyone around them inhale smoke.

I'll tell you what, with the fat people it's meh, but I honestly wanna punch people who smoke right after stepping out of the train.

8826
The Flood / Re: Small Projects?
« on: September 30, 2015, 03:09:01 PM »
i mean its school related but this thing

Code: [Select]
#include <stdio.h>
#include <stdlib.h>
#include "cstack.h"
#include "alg2rpn.h"
#include "rpn_util.h"
#include "rpn.h"
#include "boolean.h"

float alg2rpn(char my_string[]) {
  cstack top;
  char output[30];
  int i = -1, j = 0, next_state = 0;
  float ans;
  init_cstack(&top);
while (1) {
  switch(next_state) {
    case 0: i++;
  if (is_digit(my_string[i])) {
next_state = 1;
  }
  else if (is_operator(my_string[i])) {
next_state = 2;
  }
  else if (is_space(my_string[i])) {
next_state = 7;
  }
  else if (my_string[i] == '(') {
next_state = 3;
  }
  else if (my_string[i] == ')') {
next_state = 4;
  }
  else if (is_end(my_string[i])) {
next_state = 5;
  }
  else {
next_state = 6;
  }
 
    break;
   
    /* If Digit */
        case 1: while ((is_digit(my_string[i]) || (my_string[i] == '.'))) {
    output[j] = my_string[i];
    j++;
    i++;
    }
     output[j] = ' ';
     j++;
     next_state = 0;
        break;

            /* If Operator */
    case 2: while ((!c_is_empty(top)) && (is_operator(top -> data)) && prec(my_string[i]) <= prec(top -> data)) {
    output[j] = c_pop(&top);
    j++;
    output[j] = ' ';
    j++;
    }
    c_push(&top, my_string[i]);
    next_state = 0;
    break;

    /* If Left Parentheses */
    case 3: c_push(&top, my_string[i]);
    next_state = 0;
    break;

    /* If Right Parentheses */
    case 4: while (top -> data != '(') {
          output[j] = c_pop(&top);
      j++;
      output[j] = ' ';
      j++;
    }
    c_pop(&top);
    next_state = 0;
    break;
   
        case 5: while ((!c_is_empty(top)) && (is_operator(top -> data))) {
        output[j] = c_pop(&top);
j++;
output[j] = ' ';
j++;
            }
    ans = rpn(output);
    return ans;
    break;

    /* Garbage */
    case 6: return printf("Something went wrong\n");
    exit;
    break;

    /* If space */
    case 7: output[j] = my_string[i];
    j++;
    next_state = 0;
}
    }
}
I'd love to write codes like that, but meh

8827
The Flood / Re: Sep7 Posting Pet Peeves
« on: September 30, 2015, 03:05:08 PM »
When people are rood fnr.

Also abbreviations that I have no clue what they mean.
Same... "fnr"?
For no reason. Pretty sure I made that one up.
Who cares if you made it up or not.

Also, there's always a reason for why one is rude. Think about it, and realize the state of the other person, and why they're in that state.

I'd rather deal with someone who openly states that they want to punch me, than someone who smiles when I talk, but give me hostile vibes that I'm not too sure about tbh.

8828
The Flood / Re: Does this mean Sep7agon is gonna be famous?
« on: September 30, 2015, 03:02:25 PM »
Guys, I would, but I played Destiny once with a shitty profile that my brother owned.

8829
The Flood / Re: Does this mean Sep7agon is gonna be famous?
« on: September 30, 2015, 02:54:21 PM »
well the people that stay in private groups still have that and will have no more incentive than prior to leave
this being said if cheat could get the private groups up and running (which i'm not holding my breath on now that he has an actual IRL job) they would potentially migrate over because the layout here is objectively better.
He has an IRL job now?
yeah web designer of course. He's doing pretty well for himself from what he's told me
Did a surge of customers arrive at his doorstep, or is the fact that he's a web designer news to you?
well he is a web designer for a proper firm now rather than being a freelance designer
Oh shit, really? Good for him.

8830
The Flood / Re: Does this mean Sep7agon is gonna be famous?
« on: September 30, 2015, 02:52:01 PM »
well the people that stay in private groups still have that and will have no more incentive than prior to leave
this being said if cheat could get the private groups up and running (which i'm not holding my breath on now that he has an actual IRL job) they would potentially migrate over because the layout here is objectively better.
He has an IRL job now?
yeah web designer of course. He's doing pretty well for himself from what he's told me
Did a surge of customers arrive at his doorstep, or is the fact that he's a web designer news to you?

8831
The Flood / Re: There's like four crossdressers on my campus
« on: September 30, 2015, 02:51:05 PM »
You should start lifting. It'll make you appreciate the male form more.

8832
The Flood / Re: Does this mean Sep7agon is gonna be famous?
« on: September 30, 2015, 02:49:28 PM »
well the people that stay in private groups still have that and will have no more incentive than prior to leave
this being said if cheat could get the private groups up and running (which i'm not holding my breath on now that he has an actual IRL job) they would potentially migrate over because the layout here is objectively better.
He has an IRL job now?

8833
The Flood / Re: Does this mean Sep7agon is gonna be famous?
« on: September 30, 2015, 02:48:33 PM »
i thought isara did it for free?
I'm trying to "banter". It doesn't come naturally for the rest of us non-brits.
at least you tried?
No, man, you don't bench 80kg from the start, fail, then give up and people say "at least you tried". You go through a process that utilizes muscle hypertrophy to ready your body for the big lift.

8834
The Flood / Re: Does this mean Sep7agon is gonna be famous?
« on: September 30, 2015, 02:46:35 PM »
I would suggest advertising on bnet right now
This man has the muscles AND the brain. Listen to him, and you'll be listening to reason, ladiesandgentlemen. For a few posts a day you'll stay in your comfortable seat and enjoy even more content, created by other people for your amusement!

Spoiler
How's that for a pitch?

8835
The Flood / Re: Does this mean Sep7agon is gonna be famous?
« on: September 30, 2015, 02:44:57 PM »
i thought isara did it for free?
I'm trying to "banter". It doesn't come naturally for the rest of us non-brits.

8836
The Flood / Does this mean Sep7agon is gonna be famous?
« on: September 30, 2015, 02:42:31 PM »
With Bungie gone to shit, I've seen some old peeps come back.

Now if there was a recruitment movement for those who aren't familiar with this site, Cheat would be able to hire Isara back.

8837
The Flood / Re: Should I stay or go?
« on: September 30, 2015, 02:39:54 PM »
I've overstayed my welcome, so I can't really tell you you aren't allowed here.

8838
The Flood / Re: Sep7 Posting Pet Peeves
« on: September 30, 2015, 02:37:43 PM »
When people are rood fnr.

Also abbreviations that I have no clue what they mean.
Same... "fnr"?

8839
The Flood / Re: Sep7 Posting Pet Peeves
« on: September 30, 2015, 02:36:11 PM »
OT:
Spoiler

8840
The Flood / Quick question
« on: September 30, 2015, 02:34:47 PM »
Spoiler

8841
The Flood / Re: Rude Customers
« on: September 30, 2015, 02:32:58 PM »
I'm paranoid, and thus I try to take actions that are non-memorable. Prime, your anxiety may have caused you to be the small guy in most situations, but what if you became a big guy that made the other person feel so embarrassed that he decided to plot some kind of revenge against you?

These are the kind of thoughts I think about when running into trouble. I think it's important to remain neutral, but then again, I'm just paranoid.
But I actually have had coworkers snap at me for being forgetful/annoying.
What? That seems pretty normal.

Do you have really active mirror neurons, or are you just anxious for no good reason?

8842
I wonder if I'll ever read any of your posts. I kind of want to, but I feel it will make me mad or stupid.
I have no idea who you are, I've never even noticed you on this forum before.
Wanna know why? Reread my post.

Spoiler
Why would I post in your threads if I never read the OP?
Why should I care about who you are? You've already shown yourself to be pretty sanctimonious.
Sorry, pal, but I'm not gonna give you a reason to.

8843
WOW WHO EVEN MADE THE SONG!? WHAT AN ENDING!

also, it's not perfection

8844
YouTube

Perfection realized.

8845
The Flood / Re: There's like four crossdressers on my campus
« on: September 30, 2015, 01:55:27 PM »
Spoiler
You gotta have muscles to look manly in a dress, and still look good.
oi

tunics aren't dresses.
Just googled dresses, and they're ugly.

Tunics are superior.

8846
The Flood / Re: There's like four crossdressers on my campus
« on: September 30, 2015, 01:42:53 PM »
Spoiler
You gotta have muscles to look manly in a dress, and still look good.

8847
The Flood / Re: There's like four crossdressers on my campus
« on: September 30, 2015, 01:41:05 PM »
I'm with Carsonogen (I should google that sometime). Men can look 10/10 in dresses, but that's a fantasy. The reality is that men in dresses don't go together. We're left with the hairy body of a male outside its prime in a revealing piece of cloth made for those of great body.

8848
I wonder if I'll ever read any of your posts. I kind of want to, but I feel it will make me mad or stupid.
I have no idea who you are, I've never even noticed you on this forum before.
Wanna know why? Reread my post.

Spoiler
Why would I post in your threads if I never read the OP?

8849
I felt relieved when
Spoiler
Kamina
died. That was the only feeling.
The feels

Oh man the feels


I thought it was sadder when he turned up again later for the final goodbye

I was like ;____;
I've like never been sad about anyone's death in movies and shows. Sometimes, when it's a character I care about, I feel a small smile forming. Sure, this is weird and all, but I keep thinking "oh shit he's dead, he might actually be dead, and that's bad", but I only think this way to try and make myself feel anything. Unfortunately it isn't working.

8850
The Flood / Re: Rude Customers
« on: September 30, 2015, 01:24:44 PM »
I'm paranoid, and thus I try to take actions that are non-memorable. Prime, your anxiety may have caused you to be the small guy in most situations, but what if you became a big guy that made the other person feel so embarrassed that he decided to plot some kind of revenge against you?

These are the kind of thoughts I think about when running into trouble. I think it's important to remain neutral, but then again, I'm just paranoid.

Pages: 1 ... 293294295 296297 ... 353