Skip to content

Instantly share code, notes, and snippets.

@nkatzman
nkatzman / binding.sublime-keybindings
Created December 7, 2017 03:29
Sublime Key Bindings
[
{ "keys": ["ctrl+s","right"], "command": "focus_neighboring_group" },
{ "keys": ["ctrl+s", "left"], "command": "focus_neighboring_group", "args": {"forward": false} },
{ "keys": ["ctrl+s", "x"], "command": "close_pane" },
{ "keys": ["ctrl+s", "|"], "command": "new_pane" },
{ "keys": ["ctrl+s", "-"], "command": "new_pane", "args": {"move": false} },
]
@nkatzman
nkatzman / binding.sublime-keybindings
Created December 7, 2017 03:29
Sublime Key Bindings
[
{ "keys": ["ctrl+s","right"], "command": "focus_neighboring_group" },
{ "keys": ["ctrl+s", "left"], "command": "focus_neighboring_group", "args": {"forward": false} },
{ "keys": ["ctrl+s", "x"], "command": "close_pane" },
{ "keys": ["ctrl+s", "|"], "command": "new_pane" },
{ "keys": ["ctrl+s", "-"], "command": "new_pane", "args": {"move": false} },
]
version: '2'
services:
api:
image: screwdrivercd/screwdriver:v3.4.25
ports:
- 9001:80
volumes:
- /var/run/docker.sock:/var/run/docker.sock:rw
environment:
@nkatzman
nkatzman / generateMatrix.js
Last active July 15, 2016 23:19
Matrix Permutation Function
'use strict';
var clone = require('clone');
function generateMatrixHelper(options, currentSettings, keysToIterate, keyIndexer, permutations) {
if (keysToIterate.every((optionKey) => currentSettings[optionKey])) {
permutations.push(currentSettings);
return;
}
if (keyIndexer >= keysToIterate.length) {

Keybase proof

I hereby claim:

  • I am nkatzman on github.
  • I am nokatzhere (https://keybase.io/nokatzhere) on keybase.
  • I have a public key whose fingerprint is 7208 B4B1 6A5F 6C5B 34D7 4B76 A34D 2540 2849 DDBC

To claim this, I am signing this object: