View Full Version : Post in peace =(
Strifer
06-14-2013, 12:26 PM
http://images4.wikia.nocookie.net/__cb20091223191444/familyguy/images/4/4f/Fg_jeremy_irons.jpg
My ol man was born to rock, he's still tryn to beat the clock -Thomas Earl Petty
Nirgon
06-14-2013, 01:10 PM
OH LAWD NO.
NO.
what happened to Rudy? avatar gone and sig cleared, ban seems purdy legit
Ahldagor
06-14-2013, 02:21 PM
what'd he do? we crave answers!
Strifer
06-14-2013, 02:33 PM
idk i just saw he was banned and it made me super sad
JohnVonNeumann
06-14-2013, 02:35 PM
I was suspended for making a slightly backhanded compliment in FE's guild thread =P
I really meant it too, as far as the props! Sitting on a spawn for a full week, through a double or triple extended window, no matter how silly it is, really does take a lot of effort and I give them credit for not wiping on pop like they usually do. It's a means to an end and I'm not genuinely knocking them for it; we did the same thing when we were coming up.
Ahldagor
06-14-2013, 02:40 PM
cross some line in the compliment?
JohnVonNeumann
06-14-2013, 02:44 PM
I said "Grats on having the dedication to sit at VS for an entire week. Enjoy the phat lewtz" or something to that effect =P I genuinely meant it and wasn't being facetious (well maybe just a tiny bit),
Guild threads are sensitive places now - I guess I have to learn my lesson the hard way!
hello mr neumann I wrote a program to emulate your architecture
JohnVonNeumann
06-14-2013, 02:47 PM
tell me more
http://i.imgur.com/PyYfZsR.png
#include <iostream>
#include <stdlib.h>
#include <string>
#include "VonEmu.h"
int main(int argc, char* argv[])
{
std::string inputBuffer;
VonEmu* von = new VonEmu();
while (getline(std::cin, inputBuffer)) // read redirected input file line b
y line
von->feedInput(atoi(inputBuffer.c_str())); // add it to the emulated me
mory
// use do-while to print out initial values
do std::cout << *von << std::endl;
while (von->runProgram()); // repeat forever until terminates
delete von;
return 0;
}
################################################## #############*/
class VonEmu
{
public:
VonEmu();
enum Opcode { Load = 1, Store, Add, Subtract, Branch, Stop };
// overload << to cout the object's memory, PC, ACC, etc.
friend std::ostream& operator<<(std::ostream &os, const VonEmu &v);
bool feedInput(int input);
bool runProgram(); // executes single next instruction pointed to by _pr
ogramCounter
protected:
int _accumulator;
int _programCounter;
int _memory[VONEMU_MAX_MEMORY];
int _inputOffset; // offset representing the current memory location to
store data in
bool _inputDataFlag; // true if storing data, false if storing to locati
ons
private:
bool _executeInstruction(int instructionOpcode, int instructionData);
};
Nirgon
06-14-2013, 04:19 PM
Thought you knew how to forumquest pal. Can't be fuckin' around in bugs/guild recruitment.
Ahldagor
06-14-2013, 05:34 PM
"proper place" kind of thing...really? i get it. just weird to me.
Rellapse19
06-14-2013, 05:44 PM
lol got banned for having that fat girl gif ...people sure are sensitive when it comes to fat smelly jelly rolls around here
Ahldagor
06-14-2013, 06:00 PM
lol got banned for having that fat girl gif ...people sure are sensitive when it comes to fat smelly jelly rolls around here
that gif was funny
Tasslehofp99
06-14-2013, 10:05 PM
lol@ this thread, wtf
quido
06-14-2013, 10:45 PM
He is risen.
It's amazing what not acting like Harrison can do for you =P
clear proof that tmo pays for rogeans malt liquor
Sadre Spinegnawer
06-14-2013, 10:50 PM
clear proof that tmo pays for rogeans malt liquor
It's not malt liquor; it's Champale
I said "Grats on having the dedication to sit at VS for an entire week. Enjoy the phat lewtz" or something to that effect =P I genuinely meant it and wasn't being facetious (well maybe just a tiny bit),
Guild threads are sensitive places now - I guess I have to learn my lesson the hard way!
yezzir, though i did have fun trollin anon for a week
Strifer
06-15-2013, 03:53 AM
He is risen.
It's amazing what not acting like Harrison can do for you =P
WELCOME BACK MY DEAR LEADER
on a related note of jeremy exposed as rogeans malt liquor monetary source, I think white wine goes down a lot smoother at room temperature. Maybe thats why they dont fridge it when you go wine tastin
Rellapse19
06-15-2013, 05:25 AM
^ tryhard
Alawen
06-15-2013, 06:50 AM
that gif was funny
I'm kind of glad it's gone. I was starting to think that maybe she'd be fun in the sack.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.