Keybase proof
I hereby claim:
- I am sergeylukin on github.
- I am sergeylukin (https://keybase.io/sergeylukin) on keybase.
- I have a public key ASAT5Q5Fzp-1mB8mJYAXvkD_DA4ifS2gloH3vCl-CMDa1Qo
To claim this, I am signing this object:
docker run -d -p 8080:8080 jenkins/jenkins | |
docker ps | |
# Install docker-enter function: | |
# docker-enter() { | |
# docker exec -it "$@" bash | |
# } | |
docker-enter <container_id> |
--Reload config | |
local hyper = { "cmd", "alt", "ctrl", "shift" } | |
hs.hotkey.bind(hyper, "0", function() | |
hs.reload() | |
hs.notify.new({title="Hammerspoon", informativeText="Config loaded"}):send() | |
end) | |
--Resize windiows | |
hs.window.animationDuration = 0 | |
hs.hotkey.bind(hyper, "h", function() |
I hereby claim:
To claim this, I am signing this object:
<?php | |
define('MY_APP_DIR', __DIR__ . '/src'); | |
function rsearch($folder, $pattern) { | |
$dir = new RecursiveDirectoryIterator($folder); | |
$ite = new RecursiveIteratorIterator($dir); | |
$files = new RegexIterator($ite, $pattern, RegexIterator::GET_MATCH); | |
$fileList = array(); | |
foreach($files as $file) { |
<?php | |
// Set your Slack WEBHOOK here | |
define('_SLACK_ERRORS_CHANNEL_WEBHOOK_URL', '<WEBHOOK>'); | |
// Register function that will be executed in the end of PHP runtime | |
register_shutdown_function("shutdown_error_handler"); | |
/* | |
* Sends a message to channel on Slack, example: |
<?php | |
register_shutdown_function("shutdown_error_handler"); | |
function FriendlyErrorType($type) | |
{ | |
switch($type) | |
{ | |
case E_ERROR: // 1 // | |
return 'E_ERROR'; | |
case E_WARNING: // 2 // |
{ | |
"ch1": 1, | |
"ch2": 1, | |
"ch3": 1, | |
"title": "כפר סבא", | |
"ch4": 1, | |
"ch5": 1, | |
"ch6": 1, | |
"ch7": 1, | |
"ch8": 1, |
{ | |
"complex_modifications": { | |
"parameters": { | |
"basic.simultaneous_threshold_milliseconds": 50, | |
"basic.to_delayed_action_delay_milliseconds": 500, | |
"basic.to_if_alone_timeout_milliseconds": 1000, | |
"basic.to_if_held_down_threshold_milliseconds": 500 | |
}, | |
"rules": [ | |
{ |
sudo apt-get update | |
sudo apt-get install build-essential | |
//sudo apt-get install python3-setuptools | |
//sudo easy_install3 pip | |
sudo apt-get install libboost-all-dev | |
sudo apt-get install python3-dev python3-pip python3-tk python3-lxml python3-six |
godoc -goroot=/usr/local/go -index -index_files=/tmp/godoc_index.db -write_index | |
godoc -v -goroot=/usr/local/go -http=:6060 -index -index_files=/tmp/godoc_index.db |