Skip to content

Instantly share code, notes, and snippets.

@koepnick
koepnick / demo.ipynb
Created January 1, 2021 21:44
Connecting Colab to an external storage provider
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@koepnick
koepnick / some.advancedsite.com.conf
Created April 29, 2020 06:38
NGINX Boilerplate - Django/JS Frontend
# A fully working dev example
# This assumes that:
# A (in my case Vue) JS dev server is listening on port :8080 and is in charge of all look and feel loveliness
# it also assumes that a Django dev server is running on port :8000 and has the sole purpose of being an API server
# The websockets stanza can be omitted if it isn't applicable
# Any documents in /static will be served...well statically
# `manage.py collectstatic` *should* copy the Django static files here so long as:
@koepnick
koepnick / 0_reuse_code.js
Created April 10, 2016 17:24
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console