>DansTonCode();

Tous les codes sourcespage 52

C++
  6 July, 2014 à 01:02
#144
if !if object_exists(facebook_app) {instance_create(x+0,y+0,facebook_app)} other if object_exists(facebook_app) {with(facebook_app) instance_destroy();}
PHP
  5 July, 2014 à 04:42
#189
/*
 * You may think you know what the following code does.
 * But you dont. Trust me.
 * Fiddle with it, and youll spend many a sleepless
 * night cursing the moment you thought youd be clever
 * enough to "optimize" the code below.
 * Now close this file and go play with something else.
 */ 
PHP
  5 July, 2014 à 02:25
#205
// Replaces with spaces the braces in cases where braces in places cause stasis 
$str = str_replace(array("\{","\}")," ",$str);