Skip to content

Instantly share code, notes, and snippets.

View jarvys's full-sized avatar

Jarvis Young jarvys

View GitHub Profile
@jarvys
jarvys / 0_reuse_code.js
Created June 19, 2014 03:03
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
@jarvys
jarvys / app.conf
Last active August 29, 2015 14:07 — forked from crackcell/app.conf
handlers:
- url: /static/(.*)
static_files: templates/static/$1
- url : /.*
script: app.py