All the sources codespage 47
Python
July 12, 2014 am31 02:30
#211
try:
createImage(path_info)
except:
try:
# sleep 0..1 segond
time.sleep(random())
createImage(path_info)
except:
# sleep 0..1 segond
time.sleep(random())
createImage(path_info)
JavaScript
July 12, 2014 am31 02:23
#148
$('a').click(function () {
var id = '';
var id2 = '';
id = $(this).attr('id');
id2 = $(this).attr('id');
if (id == "search11") {
//...
}
if (id2 == "search1") {
//...
}
});
Java
July 12, 2014 am31 02:14
#130
return !finished || notFinished; // even horse can not understand this.