Skip to content

Instantly share code, notes, and snippets.

@uwo
uwo / .gitignore
Last active January 30, 2019 23:08
Search trees like ctrl-F ?
.cpcache
.nrepl-port
@uwo
uwo / pull_util.clj
Created November 15, 2018 21:27
to-pull-expression
(ns pull-util)
(defn to-pull-expression
"Naively build pull expression from given tree. Doesn't work with refs
that are represented by idents (keywords), e.g. enums, at the moment."
[tree]
(letfn [(card-many-ref? [v]
(and (sequential? v)
(every? map? v)))
(branch? [v]
@uwo
uwo / .gitignore
Last active November 15, 2018 21:23
osx-sounds
.cpcache/
.nrepl-port
@uwo
uwo / .gitignore
Last active November 15, 2018 21:22
file utils
.cpcache
.nrepl-port
@uwo
uwo / .gitignore
Last active September 17, 2018 17:06
osxclip
.cpcache
.nrepl-port
@uwo
uwo / README.md
Last active July 22, 2018 17:44 — forked from jcf/log.clj
Refresh logback.xml from a Clojure REPL

deps.edn

{:deps {gist-uwo/logbacku {:git/url "https://gist.github.com/uwo/e98b012c0d9b4bfb4d3464c2ac1e5efd"
                          :sha "6febe8063e7189f39c1bdeb11db2e4ade519bcb8"}}}
@uwo
uwo / .gitignore
Last active July 19, 2018 13:36
explore xml
.cpcache
@uwo
uwo / README.md
Last active July 17, 2018 21:51
async utils

deps.edn

{:deps {gist-uwo/autil {:git/url "https://gist.github.com/uwo/61b3d2f6811e57d3ac387959a5e78c0b"
                        :sha "9a53fbd9ff3812971f34b99c088dd62672fb02c7"}}}
@uwo
uwo / deps.edn
Last active July 17, 2018 21:41
process lazy io sequence
{:paths ["."]
:deps
{org.clojure/core.async {:mvn/version "0.4.474"}}}
@uwo
uwo / deps.edn
Last active July 9, 2018 19:09
key selection
{:paths ["."]}