What's new

Getting Trolled??


Re: Getting Trolled??

Damn that guy in Inucubus' post looks alot like my old roommate..
 
Re: Getting Trolled??

also faggot is a type of sausage, from germany no less, and don't forget they were responsible for world war 2.

As well as a name for Meatballs in gravy here in England.
 
Re: Getting Trolled??

HEY GUYZ, WHAT'S SCIENCE?

science_robot.gif
 
Re: Getting Trolled??

Thread needs music

 
Re: Getting Trolled??

Go a touch further back?
 
Re: Getting Trolled??

I was seriously just about to post that. Seriously, here's my clipboard:

// Create the data to save.
SaveGameData data = new SaveGameData();
// data.thisList = new List<int>(10);
data.thisList = list;
for (int j = 0; j < data.thisList.Capacity; j++) {
data.thisList.Add(j * 2);
}


// Open a storage container.
StorageContainer container =
device.OpenContainer("StorageDemo");

// Get the path of the save game.
string filename = Path.Combine(container.Path, "savegame.sav");

// Open the file, creating it if necessary.
FileStream stream = File.Open(filename, FileMode.Create);


// Convert the object to XML data and put it in the stream.
XmlSerializer serializer = new XmlSerializer(typeof(SaveGameData));
serializer.Serialize(stream, data);

// Close the file.
stream.Close();

// Dispose the container, to commit changes.
container.Dispose();

Fuck. Okay, my Copy button clearly didn't work.
 
Re: Getting Trolled??

also faggot is a type of sausage, from germany no less, and don't forget they were responsible for world war 2.

You don't think the treaty of Versailles had anything to do with the Second World War?
 
Re: Getting Trolled??

Nope.
 
Re: Getting Trolled??

You don't think the treaty of Versailles had anything to do with the Second World War?

beware Godwin's Law sin, it was all the faggots that cause world war 2.
 
Re: Getting Trolled??

beware Godwin's Law sin, it was all the faggots that cause world war 2.

I was? I was talking about the treaty of Versailles, which really hammered on Germany at the end of WWI. I mean, the poor bastards had to claim responsibility for the entire war and pay for damages to other nations because the two nations that actually started the war were not only out of the fighting, but going through massive change.

Austria-Hungary was splitting up into separate nations once more, and Russia was going through the communist revolution that would create the Soviet Union. Those two being the ones who actually started the full war, everyone else in Europe got dragged into it because of the remnants of the alliances Otto von Bismark had forged when he was helping to establish the German empire back in the 1800's.
 
Re: Getting Trolled??

I was? I was talking about the treaty of Versailles, which really hammered on Germany at the end of WWI. I mean, the poor bastards had to claim responsibility for the entire war and pay for damages to other nations because the two nations that actually started the war were not only out of the fighting, but going through massive change.

Austria-Hungary was splitting up into separate nations once more, and Russia was going through the communist revolution that would create the Soviet Union. Those two being the ones who actually started the full war, everyone else in Europe got dragged into it because of the remnants of the alliances Otto von Bismark had forged when he was helping to establish the German empire back in the 1800's.

Nope. Definitely the faggots.
 
Re: Getting Trolled??

Guys guys, we're all arguing the same thing. I mean, come on, "Versailles"? The treaty itself was signed by faggots. not gay people, the treaty was signed by meatballs

Same difference
 
Re: Getting Trolled??

I was? I was talking about the treaty of Versailles, which really hammered on Germany at the end of WWI. I mean, the poor bastards had to claim responsibility for the entire war and pay for damages to other nations because the two nations that actually started the war were not only out of the fighting, but going through massive change.

Austria-Hungary was splitting up into separate nations once more, and Russia was going through the communist revolution that would create the Soviet Union. Those two being the ones who actually started the full war, everyone else in Europe got dragged into it because of the remnants of the alliances Otto von Bismark had forged when he was helping to establish the German empire back in the 1800's.

Yeah, but the war only spread because Germany got involved in it because they were allied with Austria-Hungary. Otherwise it would have been a local conflict and, while France and GB might have supplied troops for Russia, it would have never spread outside Europe.
 
Re: Getting Trolled??

Yeah, but the war only spread because Germany got involved in it because they were allied with Austria-Hungary. Otherwise it would have been a local conflict and, while France and GB might have supplied troops for Russia, it would have never spread outside Europe.

That's what I was saying. The remaining thread of alliances left from when Bismark helped forge the German empire is what drew everyone in. Austria-Hungary's archduke was assassinated, Austria-Hungary goes into Serbia (I believe it was Serbia, correct me if I'm wrong). Russia decides they really like the Serbs and go to war with Austria-Hungary. Germany, allied with Austria-Hungary then goes to war with Russia to help out their ally. Then of course France goes to war with Germany because they are allied with Russia. And when France and Germany have a battle in a Belgian town that pretty much results in the place being levelled, Britain comes in to try and protect Belgium, and Canada comes in because of close ties to Britain. And a whole bunch of others jumped onto the Allies band wagon.

Then in the later half of the war, the U.S. finally decides to join.
 
Back
Top