tbh you do have some mad fetish for monsterous cats and it is concerning
I've only see one episode of The Critic and I'm already in love. There's also some sweet irony in seeing Trump Tower going under foreclosure.
[QUOTE=Spydurr117;49206845]I remember back in the beggining of August I said that if I got WWE 2K15 on my bday I'd prolly do a WAYT Royal Rumble.
i didn't end up getting it, but now that i have it i could give a shot at it[/QUOTE]
Would you be doing it by avatars? Or physical appearance?
Because if you need pics, I have [URL="https://dl.dropboxusercontent.com/u/51118976/Extra/Meh-2.png"]some[/URL] of [URL="https://dl.dropboxusercontent.com/u/51118976/Extra/Meh.png"]me[/URL].
[QUOTE=Infab;49206874]Would you be doing it by avatars? Or physical appearance?
Because if you need pics, I have [URL="https://dl.dropboxusercontent.com/u/51118976/Extra/Meh-2.png"]some[/URL] of [URL="https://dl.dropboxusercontent.com/u/51118976/Extra/Meh.png"]me[/URL].[/QUOTE]
I'd prolly be doing it by avatar or by whatever I know the person is most interested in.
[QUOTE=Ehmmett;49206831]comments are nice
cba to figure out what im looking at exactly[/QUOTE]
[code]
//yahtzee.c
#include <stdio.h> /* basic input/output as per libc */
#include <stdlib.h> /* other functions for C */
#include <time.h> /* time interactions */
/* rollDice is void, thus doesn't return anything useful
* but it takes an integer pointer; this is for the array */
void rollDice(int* dice)
{
/* a random number between 1 and 6 is put into a list five times */
int i;
for (i = 0; i < 5; i++)
dice[i] = (rand() % 6) + 1;
}
/* checkDice compares an integer array of dice.
* tl;dr if all the numbers aren't the same, return 0 (false)
* if we didn't break out with 0, return 1 (true) */
int checkDice(int* dice)
{
int i;
for (i = 1; i < 5; i++)
if (dice[0] != dice[i])
return 0;
else
;
return 1;
}
int main()
{
/* initialize your variables */
int dice[5]; /* die rolls, a hand in Yahtzee! */
int rolls = 0; /* how many rolls we made */
int found = 0; /* whether or not we have a Yahtzee!/five of a kind */
/* we use the time for a random seed */
srand(time(NULL));
/* basically keep rolling until we get five in a row. */
do
{
rollDice(dice);
rolls++;
found = checkDice(dice);
}
while (!found);
/* we counted how many rolls in the rolls variable */
printf("Got yahtzee in %i rolls\n", rolls);
}
[/code]
Source: Going back for my bachelor's degree and I know some Lisp. Oh wait, you said C.
if your gonna do me, just get octodad to do it instead
And the girl I love
Is in the moonlight
Drankin mooooonshine
Makin love with me
And i drove my truck
I love red solo cups
The red white and blue
It makes me love youuuu tooooo
And for all the things we remembered too
Those towers were burnin'
But I gotta party in my back yard
Im drinkin whiskey and its hard
So give it up for the boys
The army, navy and seals
They protect us from the hate
So me and my baby can eat
Eatin ribs for breakfast
Driving on those dirt roads in Texas
Boy i love my country more than you knowwwwww
I am an american through and throughhhhh
- Backfire 2015 "I Am America"
oh god are we doing song lyrics again
ew song lyrics
[QUOTE=KennyAwsum;49206902]ew song lyrics[/QUOTE]
:vomit:
I never understood powerman 5000 lyrics. Like stars collide.
[video=youtube;TIhi8bi39NU]https://www.youtube.com/watch?v=TIhi8bi39NU[/video]
i can't stop fucking watching this
[QUOTE=KennyAwsum;49206902]ew song lyrics[/QUOTE]
that's that shit i don't like
-snip-
Life, life is all right on the Rhine
No, but I know, but I know
I would have no where to go
No but there's nowhere to go, to go
- rhineland, beirut
[QUOTE=Spydurr117;49206880]I'd prolly be doing it by avatar or by whatever I know the person is most interested in.[/QUOTE]
Oh, well in that case. Here's my [URL="http://www.cosplayhouse.com/images/P/ACA8402.jpg"]avatar[/URL], and basic [URL="http://wiki.shoryuken.com/images/9/97/SG_Valentine_portrait.jpg"]interest[/URL].
[video]https://youtu.be/56B4TVnnaH4[/video]
"Jigga-boo Jigga-boo where are you? I was
here on the woodpile watching you. Jigga-boo
Jigga-boo come outdoors. No! I'sa scared of the
white man way down south."
~Johnny Rebel
Bye bye baby bye bye and thats all she wrote.
-firehouse
[sp]don't judge me[/sp]
Now my footage has no audio
Welp here I go killing again
[QUOTE=Spydurr117;49206880]I'd prolly be doing it by avatar or by whatever I know the person is most interested in.[/QUOTE]
[IMG]https://dl.dropboxusercontent.com/u/89871796/Facepunch Avatars/blue_jenny.png[/IMG]
Fuck good clean fighting, I wanna see some folding chairs smashed over heads.
[QUOTE=Shaohs;49206943]Now my footage has no audio
Welp here I go killing again[/QUOTE]
that a confession?????
'SAMFUCKINPECKINPAH'
-[URL="https://www.youtube.com/watch?v=DC5r92nBR14"]Deadfall by Snot.[/URL]
stop
-me
Thing is about the character creation in WWE2K15.
It's kinda shit. No female wrestlers and a shitty selection of clothing so a lot of people will look the same.
Also I can only have up to 25 created wrestlers, so 5 of the 30 people would be actual superstars.
do we have multiple teamspeak servers for wayt or is there a main one i don't know about
I had pizza for the third day in a row
My body has had enough pizza for one week
[QUOTE=KennyAwsum;49206947]that a confession?????[/QUOTE]
Well, yes. I confessed that Im playing DooM. A few posts above you will also show you that I confessed to being a racist.
[QUOTE=Kurahk;49206961]I had pizza for the third day in a row
My body has had enough pizza for one week[/QUOTE]
you can always fill your body with pizza.
always.
[QUOTE=Spydurr117;49206957]Thing is about the character creation in WWE2K15.
It's kinda shit. No female wrestlers and a shitty selection of clothing so a lot of people will look the same.
Also I can only have up to 25 created wrestlers, so 5 of the 30 people would be actual superstars.[/QUOTE]
Well shit. We need something more customizable like WWE '13. Or whatever /v/ uses for their wrestling matches.
Sorry, you need to Log In to post a reply to this thread.