- Have a fit - to become enraged (angry)
...because you have a fit if he says "I had lunch today with Linda"
(source)
...because you have a fit if he says "I had lunch today with Linda"
(source)
glTF 8Ä ò JSON{"asset":{"version":"2.0","generator":"THREE.GLTFExporter"},"scenes":[{"name":"AuxScene","nodes":[0]}],"scene":0,"nodes":[{"mesh":0}],"bufferViews":[{"buffer":0,"byteOffset":0,"byteLength":221652,"target":34962,"byteStride":12},{"buffer":0,"byteOffset":221652,"byteLength":73884,"target":34962,"byteStride":4},{"buffer":0,"byteOffset":295536,"byteLength":221652,"target":34962,"byteStride":12},{"buffer":0,"byteOffset":517188,"byteLength":38720,"target":34963}],"buffers":[{"byteLength":555908}],"accessors":[{"bufferView":0,"componentType":5126,"count":18471,"max":[43.336090087890625,3,17.451862335205078],"min":[-19.43631362915039,0,-17.475122451782227],"type":"VEC3"},{"bufferView":1,"componentType":5125,"count":18471,"max":[10071],"min":[51],"type":"SCALAR"},{"bufferView":2,"componentType":5126,"count":18471,"max":[1,1,1],"min":[-1,-1,-1],"type":"VEC3"},{"bufferView":3,"componentType":5123,"count":19359,"max":[18470],"min":[0],"type":"SCALAR"}],"materials":[{"pbrMetallicRoughness":{"metallicFa |
const len = 20 | |
const users = Array.apply(null, Array(len)).map(() => { | |
doSomething() | |
}) |
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, |