Definitions by Dahhak
wtfzippered
Being screwed over while playing SOCOM.
Zipper Interactive is the company that develops SOCOM. SOCOM 3 is one of the buggiest games ever created. A player can be doing good and then the bugs in the game will screw him over. This term is similiar to wtfpwn.
Zipper Interactive is the company that develops SOCOM. SOCOM 3 is one of the buggiest games ever created. A player can be doing good and then the bugs in the game will screw him over. This term is similiar to wtfpwn.
Player1: I was owning kids up last game and still lost 50 rating points.
Player2: Damn dude, you got wtfzippered.
Player2: Damn dude, you got wtfzippered.
wtfzippered by Dahhak December 20, 2005
hungarian notation
In programming, a coding standard where all variables are tagged so you can tell their datatype by looking at the name. Microsoft likes hungarian notation, I do not. It is useful when naming GUI objects though.
nonhungarian notation:
int number;
string name;
double value;
-------------------------
hungarian notation
int nNumber;
string strName;
double dValue;
int number;
string name;
double value;
-------------------------
hungarian notation
int nNumber;
string strName;
double dValue;
hungarian notation by Dahhak October 13, 2004