Sleep as synchronization strategy
🦆 0.0
Python
import time
time.sleep(5)
process_data()
0 comments
0 corrections
View →
The @ operator blanket
🦆 0.0
PHP
@move_uploaded_file($tmp, $dest);
0 comments
0 corrections
View →
Authentication by wishful thinking
🦆 0.0
PHP
if ($isAdmin = true) {
return view('admin.dashboard');
}
0 comments
0 corrections
View →