I hereby claim:
- I am gdovicak on github.
- I am bengdovicak (https://keybase.io/bengdovicak) on keybase.
- I have a public key ASDKj2DW2t7xTBL_KW_31ewxLRi8HQm0WbZhSAPJ2-4-qwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env ruby | |
require 'net/http' | |
require 'json' | |
jenkins_domain = 'am-ci-jenk01.stl.afcv.net:8080' | |
user_name = '' | |
api_key = ''#Can be obtained from http://am-ci-jenk01.stl.afcv.net:8080/user/<your_user_name>/configure | |
project_name = 'shopper_ratings' |
watchmedo shell-command --patterns="*.php;*.txt" --recursive --command='phpunit ${watch_src_path} | ~/projects/php_autotest/notify.py' |
class FakeTest extends TestCase{ | |
public function setUp(){ | |
parent::setUp(); | |
} | |
public function tearDown(){ | |
parent::tearDown(); | |
Mockery::close(); | |
} | |
} |
/usr/local/bin/ctags -R tags ./laravel && /usr/local/bin/ctags -Ra tags ./classes |
2bvey:/{^Mo^R0 = ^R0;^[^l\ep^[ |
curl -u <username>:<password> -k --silent "https://mail.google.com/mail/feed/atom" | grep -oi "Wooo" | say -v "Good News" |
echo | openssl s_client -connect google.com:443 2>/dev/null | openssl x509 >> ~/Desktop/foo.cer |