Tous les codes sourcespage 38
Java
03 Août, 2014 à 08:01
#202
try {
}
catch (SQLException ex) {
// Basically, without saying too much, you're screwed. Royally and totally.
}
catch(Exception ex)
{
//If you thought you were screwed before, boy have I news for you!!!
}
PHP
03 Août, 2014 à 01:32
#208
// sleep 150s
for ($a = 0; $a < 150 ; $a++ ) {
sleep(1);
}
JavaScript
02 Août, 2014 à 08:38
#204
#Christmas tree initializer
toConnect = []
toRead = [ ]
toWrite = [ ]
primes = [ ]
responses = {}
remaining = {}