Skip to content

Instantly share code, notes, and snippets.

View tstout's full-sized avatar

Todd Stout tstout

View GitHub Profile
@tstout
tstout / 00_script.clj
Created June 2, 2020 19:25 — forked from ericnormand/00_script.clj
Boilerplate for running Clojure as a shebang script
#!/bin/sh
#_(
#_DEPS is same format as deps.edn. Multiline is okay.
DEPS='
{:deps {clj-time {:mvn/version "0.14.2"}}}
'
#_You can put other options here
OPTS='
@tstout
tstout / 0_reuse_code.js
Created June 27, 2014 12:55
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