All the sources codespage 32
PHP
August 15, 2014 am31 07:07
#109
$string = preg_replace('/.*([0-9\s<>\\b]*(\–.|\-.)[\s<>b0-9]*)|(class=\'b\'>[0-9]*<\/span>)*/', '', $string);
$string = preg_replace('/[^0-9]/', '', $string);
C#
August 14, 2014 am31 06:24
#219
// this is my life in a try...catch statement
try
{
try
{
// keep calm and try
// infinite try
}
catch
{
// Keep trying , you can do it !
}
}
catch
{
// you jelly ?
}
PHP
August 14, 2014 am31 02:23
#127
ini_set("memory_limit",1024*1024*64); //512MB