>FromYourCode();

All the sources codes "But why ?"page 22

ActionScript
 August 12, 2014 am31 10:19
#230
// Convert to negative number
varInt := StrToInt('-' + IntToStr(varInt));
JavaScript
 August 10, 2014 am31 11:19
#139
if ($(this).hasClass('active')) {} else {			// WTF :|
	advancedSearchApla.show();
	$(this).addClass('active');
}
PHP
 August 08, 2014 pm31 12:51
#179
<?php

if ($someVariable == "some value") {
}
else {
  // do a lot of stuff, like echo html and more
}