Skip to content

Instantly share code, notes, and snippets.

View kennethbruskiewicz's full-sized avatar

Kenneth Bruskiewicz kennethbruskiewicz

  • Vancouver, Canada
View GitHub Profile
@kennethbruskiewicz
kennethbruskiewicz / gtd_basb_templates.org
Created March 9, 2022 05:18 — forked from mwfogleman/gtd_basb_templates.org
GTD/BASB Templates for Emacs and Org-Mode
@kennethbruskiewicz
kennethbruskiewicz / analysis.draft.md
Created July 5, 2020 16:19 — forked from MattPD/analysis.draft.md
Program Analysis Resources (WIP draft)
@kennethbruskiewicz
kennethbruskiewicz / .gitignore
Created November 20, 2019 19:35 — forked from cornhundred/.gitignore
D3 Clustergram with zoom/panning, reordering, and search.
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@kennethbruskiewicz
kennethbruskiewicz / nginx.conf
Created July 26, 2019 03:27 — forked from micho/nginx.conf
nginx config for http/https proxy to localhost:3000
First, install nginx for mac with "brew install nginx".
Then follow homebrew's instructions to know where the config file is.
1. To use https you will need a self-signed certificate: https://devcenter.heroku.com/articles/ssl-certificate-self
2. Copy it somewhere (use full path in the example below for server.* files)
3. sudo nginx -s reload
4. Access https://localhost/
Edit /usr/local/etc/nginx/nginx.conf: