Skip to content

Instantly share code, notes, and snippets.

@achew22
achew22 / WORKSPACE
Last active March 2, 2018 06:40
Bug demo
git_repository(
name = "build_bazel_rules_typescript",
commit = "bc8e50ab52d051ca48a47c1ddfce4293c3712aee",
remote = "https://github.com/bazelbuild/rules_typescript.git",
)
load("@build_bazel_rules_typescript//:defs.bzl", "ts_setup_workspace")
ts_setup_workspace()
@achew22
achew22 / .gitignore
Last active November 2, 2017 00:08
Demo for rules_go
bazel-bin
bazel-genfiles
bazel-out
bazel-rules_go_demo
bazel-testlogs
### Keybase proof
I hereby claim:
* I am achew22 on github.
* I am andrewallen (https://keybase.io/andrewallen) on keybase.
* I have a public key whose fingerprint is 2E45 FEBD 1A5E 2B23 1B98 CF9C 7CE1 977B 42C0 5D4F
To claim this, I am signing this object:
@achew22
achew22 / gunicorn-upstart.conf.template
Created February 26, 2012 00:23 — forked from m0n5t3r/gunicorn-upstart.conf.template
template for a gunicorn upstart job that can run several instances of a django application
# %(mysite)s - run %(mysite)s instances (default is the main production instance)
#
# This runs gunicorn-django for %(mysite)s; to install:
# * sudo ln -s <this file> /etc/init/%(mysite)s
# * sudo initctl reload-configuration
#
# it expects the following directory layout:
#
# /home/%(mysite)s/public_html
# \-env -> virtualenv