4 definitions by Dahhak

The origin of such word is Greek for "strange voice."

This term has come to mean the following:
A major tool.
A shady individual.
A failure or newb.
Someone who has low self esteem and intelligence.
Someone who stabs friends in the back for the phat lewtz.
That guy is such a fucking Xenophon.
by Dahhak December 4, 2005
Get the Xenophon mug.
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;
by Dahhak October 14, 2004
Get the hungarian notation mug.
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.
Player1: I was owning kids up last game and still lost 50 rating points.
Player2: Damn dude, you got wtfzippered.
by Dahhak December 21, 2005
Get the wtfzippered mug.
An term used for unimportant variables in programming when the programmer is too lazy to think of an actual name. The origin of such word is described in detail in RFC 3092.
int foo;
foo = 2 + 2;
cout << foo;
by Dahhak July 21, 2004
Get the foo mug.