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:
#!/bin/bash | |
# Copyright (c) 2015 gruberator | |
# All rights reserved. | |
# | |
# Redistribution and use in source and binary forms are permitted | |
# provided that the above copyright notice and this paragraph are | |
# duplicated in all such forms and that any documentation, | |
# advertising materials, and other materials related to such | |
# distribution and use acknowledge that the software was developed | |
# by the gruberator. The name of the |
/***** | |
* | |
* The contents of this file were written by Kevin Lindsey | |
* copyright 2002 Kevin Lindsey | |
* | |
* This file was compacted by jscompact | |
* A Perl utility written by Kevin Lindsey ([email protected]) | |
* | |
*****/ |
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 |
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 |
{ | |
"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": [ | |
{ |
{ | |
"ch1": 1, | |
"ch2": 1, | |
"ch3": 1, | |
"title": "כפר סבא", | |
"ch4": 1, | |
"ch5": 1, | |
"ch6": 1, | |
"ch7": 1, | |
"ch8": 1, |
<?php | |
register_shutdown_function("shutdown_error_handler"); | |
function FriendlyErrorType($type) | |
{ | |
switch($type) | |
{ | |
case E_ERROR: // 1 // | |
return 'E_ERROR'; | |
case E_WARNING: // 2 // |
<?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 | |
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) { |
I hereby claim:
To claim this, I am signing this object: