>DansTonCode();

Tous les codes sourcespage 52

Java
  6 July, 2014 à 03:29
#228
public void swap(Object a, Object b) {
    Object temp = a;
    a = b;
    b = temp;
}
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.
 */