>FromYourCode();

All the sources codes "Joke"page 11

Markup
 June 06, 2014 am30 10:54
#153
//Best thing ever i saw in a style guideline is:
//"Always use var++ instead of ++var"
//For cosmetic reasons
PHP
 June 04, 2014 am30 07:51
#161
function _CLK_TCK() {
   // FIXME: this is clearly not always right.
   // But how to figure out the right value?
   return 100.0;
}
C++
 June 02, 2014 am30 08:11
#209
/*
############
#|---------\
#|         |
#|         O
#|        -|-
#|         | 
#|        / \
#L_____________________
# GRAVEYARD OF BAD IDEAS
*/