diff options
Diffstat (limited to 'src/content/tils')
-rw-r--r-- | src/content/tils/2020/12/15/shellcheck-repo.adoc | 1 | ||||
-rw-r--r-- | src/content/tils/2020/12/29/svg.adoc | 1 | ||||
-rw-r--r-- | src/content/tils/2021/04/24/clojure-autocurry.adoc | 1 | ||||
-rw-r--r-- | src/content/tils/2021/04/24/scm-nif.adoc | 1 | ||||
-rw-r--r-- | src/content/tils/2021/08/11/js-bigint-reviver.adoc | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/src/content/tils/2020/12/15/shellcheck-repo.adoc b/src/content/tils/2020/12/15/shellcheck-repo.adoc index c99b4a9..db280db 100644 --- a/src/content/tils/2020/12/15/shellcheck-repo.adoc +++ b/src/content/tils/2020/12/15/shellcheck-repo.adoc @@ -1,5 +1,6 @@ = Awk snippet: ShellCheck all scripts in a repository :categories: shell +:updatedat: 2020-12-16 :awk-20-min: https://ferd.ca/awk-in-20-minutes.html :shellcheck: https://www.shellcheck.net/ diff --git a/src/content/tils/2020/12/29/svg.adoc b/src/content/tils/2020/12/29/svg.adoc index 2022c83..0e5dec3 100644 --- a/src/content/tils/2020/12/29/svg.adoc +++ b/src/content/tils/2020/12/29/svg.adoc @@ -1,4 +1,5 @@ = SVG favicon +:updatedat: 2021-01-12 :favicon: link:../../../../img/favicon.svg diff --git a/src/content/tils/2021/04/24/clojure-autocurry.adoc b/src/content/tils/2021/04/24/clojure-autocurry.adoc index fdc71f2..a2c2835 100644 --- a/src/content/tils/2021/04/24/clojure-autocurry.adoc +++ b/src/content/tils/2021/04/24/clojure-autocurry.adoc @@ -1,5 +1,6 @@ = Clojure auto curry :sort: 1 +:updatedat: 2021-04-27 :defcurry-orig: https://lorettahe.github.io/clojure/2016/09/22/clojure-auto-curry diff --git a/src/content/tils/2021/04/24/scm-nif.adoc b/src/content/tils/2021/04/24/scm-nif.adoc index 7177355..d057d66 100644 --- a/src/content/tils/2021/04/24/scm-nif.adoc +++ b/src/content/tils/2021/04/24/scm-nif.adoc @@ -1,6 +1,7 @@ = Three-way conditional for number signs on Lisp :categories: lisp, scheme, common lisp :sort: 2 +:updatedat: 2021-08-14 :on-lisp: https://www.paulgraham.com/onlisptext.html :sicp: https://mitpress.mit.edu/sites/default/files/sicp/index.html diff --git a/src/content/tils/2021/08/11/js-bigint-reviver.adoc b/src/content/tils/2021/08/11/js-bigint-reviver.adoc index 657248a..f7dd3de 100644 --- a/src/content/tils/2021/08/11/js-bigint-reviver.adoc +++ b/src/content/tils/2021/08/11/js-bigint-reviver.adoc @@ -1,4 +1,5 @@ = Encoding and decoding JavaScript BigInt values with reviver +:updatedat: 2021-08-13 :reviver-fn: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse#using_the_reviver_parameter :bigint: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt |