The Official Happiness Thread
- GametagAeonFlux
- Posts: 9320
- Joined: Sun Jun 06, 2004 7:27 pm
- Location: Lincoln, NE
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Just went to an 18th party 
We went to his 5million dollar holiday house thats right by the water...You have to travel 20 minutes by boat to get to it.
The house is fully "green" with all garbage/waste going into compost and all that stuff and the house is powered by the solar panels on the roof.
Kool party

Also, irn bru is a drink that mixes very well with vodka
even when the drink is majority vodka, the irn bru is able to take the bad taste out of the vodka (the taste was bad because they decided that cheaper vodka was better
)

We went to his 5million dollar holiday house thats right by the water...You have to travel 20 minutes by boat to get to it.
The house is fully "green" with all garbage/waste going into compost and all that stuff and the house is powered by the solar panels on the roof.
Kool party


Also, irn bru is a drink that mixes very well with vodka


- Trulife8342
- Posts: 2403
- Joined: Sat Sep 03, 2005 7:04 am
- Location: Miami, FL -- Name: Mauro Garcia
- Contact:
![]() |
![]() |
![]() |
- shadowkhas
- Posts: 5423
- Joined: Wed Jun 23, 2004 8:00 am
- Location: Salt Lake City, Utah
![]() |
![]() |
Lucky. I'm trying to go for that, but my friends don't have LIVE. Going to convince them to bring their system over to my house, and then transfer my account.Dalek wrote:I got the mongoose mowdown achievement.![]()
current player setup as follows:
MJOLNIR mkV helmet, EOD chest plate and scout shoulder pads
(7:15:27 PM) Xenon7: I BRUK THE FIRST PAGE OMGOMGOMG RONALD REGAN
I'm only a level 12 in lone wolves and started live last weekend haha.shadowkhas wrote:Lucky. I'm trying to go for that, but my friends don't have LIVE. Going to convince them to bring their system over to my house, and then transfer my account.
Ive only 2 helmets left to unlock the security helmet and the rogue helmet.
- shadowkhas
- Posts: 5423
- Joined: Wed Jun 23, 2004 8:00 am
- Location: Salt Lake City, Utah
![]() |
![]() |
At points its unbearable, the stereotypical characters and the way that its repetitive to the point of cringing, I somehow can watch it sometimesshadowkhas wrote:Just got Contact Harvest and the second disc of Initial D. Initial D is so *** stupid that it's awesome.

I has contact harvest, I haven't been interested enough to read it like the others. Possibly because I've seen reviews...Hopefully it won't ruin enjoyment.
-
- Posts: 159
- Joined: Thu Sep 07, 2006 3:16 pm
- Aumaan Anubis
- Posts: 2938
- Joined: Fri Jun 30, 2006 1:01 pm
- Location: Aumaan
- Contact:
![]() |
![]() |
![]() |
I'm finally comfortable with Switch statements to actually use them.
Yay for simplicity!
Code: Select all
public static void Main()
{
int test = 0;
int x = 7;
System.Random rnd = new System.Random();
while(x == 7)
{
test = (int)rnd.Next(1, 8);
switch (test)
{
case 1:
Console.WriteLine("Hello, this is #1");
Console.ReadLine();
break;
case 2:
Console.WriteLine("Hello, this is #2");
Console.ReadLine();
break;
case 3:
Console.WriteLine("Hello, this is #3");
Console.ReadLine();
break;
case 4:
Console.WriteLine("Hello, this is #4");
Console.ReadLine();
break;
case 5:
Console.WriteLine("Hello, this is #5");
Console.ReadLine();
break;
case 6:
Console.WriteLine("Hello, this is #6");
Console.ReadLine();
break;
case 7:
Console.WriteLine("Hello, this is #7");
Console.ReadLine();
break;
case 8:
Console.WriteLine("Hello, this is #8");
Console.ReadLine();
break;
default:
Console.WriteLine("You are incorrect");
Console.ReadLine();
break;
}
}
Last edited by Aumaan Anubis on Sun Mar 02, 2008 9:04 pm, edited 2 times in total.

It is expected, and demanded.Tural wrote:MrMurder, we're going to hold you to that promise.
- shadowkhas
- Posts: 5423
- Joined: Wed Jun 23, 2004 8:00 am
- Location: Salt Lake City, Utah
![]() |
![]() |
Nice, halomacmodder. Remember to put your Gamertag into your profile when you get it!
Also, I'm stealing Kirk's movie signature idea. Halfway done with resizing SLC Punk! screencaps. Although I won't even try to add fancy effects to them, I'll make them rubbish.
Also, I'm stealing Kirk's movie signature idea. Halfway done with resizing SLC Punk! screencaps. Although I won't even try to add fancy effects to them, I'll make them rubbish.
(7:15:27 PM) Xenon7: I BRUK THE FIRST PAGE OMGOMGOMG RONALD REGAN
While that was a good movie when it was unheard of, it is not the root of all wanna be teenage punks who live around here, who continuously quote lines from it, and act out the movie like it's their life. Which is funny, because they ultimately prove at the end of the movie that the life of Punks and 'Anarchy' won't last forever. Everyone grows up.
As long as you're not one of those kids Shadowkhas, I approve
As long as you're not one of those kids Shadowkhas, I approve

