Skip to content

Instantly share code, notes, and snippets.

View bergera's full-sized avatar

Andrew Berger bergera

View GitHub Profile
@bergera
bergera / config.json
Last active July 13, 2016 18:25
Couchbase Sync Gateway config file (for use with Docker)
{
"interface": ":4984",
"profileInterface": "80",
"adminInterface": ":4985",
"MaxFileDescriptors": 25000,
"compressResponses": false,
"log": [
"CRUD",
"CRUD+",
"HTTP",
@bergera
bergera / Default (Windows).sublime-keymap
Last active December 6, 2016 04:44
Sublime Text settings
[
{ "keys": ["tab"], "command": "move", "args": {"by": "characters", "forward": true}, "context":
[
{ "key": "following_text", "operator": "regex_contains", "operand": "^[)\"'\\]\\};]", "match_all": true },
{ "key": "auto_complete_visible", "operator": "equal", "operand": false }
]
}
]
@bergera
bergera / Dockerfile
Created March 29, 2017 17:32
[WIP] Dockerfile for Artisan Roaster Scope
# docker run -it \
# -v /tmp/.X11-unix:/tmp/.X11-unix \ # mount the X11 socket
# -e DISPLAY=unix$DISPLAY \
# --device /dev/snd \
# --device /dev/usb \
# --name artisan \
# .
FROM debian:jessie
[
{
"name": "DynaCoVE Session Key",
"required": true,
"default": "demo-1"
},
{
"name": "Destination Display Type",
"type": "select",
"default": "all",