>DansTonCode();

Tous les codes sources "Blague"page 11

Markup
  6 June, 2014 à 10:54
#153
//Best thing ever i saw in a style guideline is:
//"Always use var++ instead of ++var"
//For cosmetic reasons
PHP
  4 June, 2014 à 07:51
#161
function _CLK_TCK() {
   // FIXME: this is clearly not always right.
   // But how to figure out the right value?
   return 100.0;
}