WIP of 12 loader. Pure CSS.
A Pen by Captain Anonymous on CodePen.
WIP of 12 loader. Pure CSS.
A Pen by Captain Anonymous on CodePen.
A Pen by A Non Ymous on CodePen.
/** | |
* Show electricians which have not sent coupons for 2 year | |
* @return void | |
*/ | |
public function inactive() { | |
$time = new Time('2 years ago'); | |
$electricians = $this->Electricians->find('all', [ | |
'conditions' => [ | |
'Electricians.is_deleted' => 0, |
#!/bin/bash | |
nohup scp file_to_copy user@server:/path/to/copy/the/file > nohup.out 2>&1 | |
# Ctrl + Z | |
bg | |
jobs |