aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorEduardo Julian2021-07-02 03:11:36 -0400
committerEduardo Julian2021-07-02 03:11:36 -0400
commit5cf4efa861075f8276f43a2516f5beacaf610b44 (patch)
treee21cf528d960c29d22cbc7e41180fa09e62f16d6 /documentation
parent744ee69630de59ca3ba660b0aab6361cd17ce1b4 (diff)
No longer employing the capabilities model on the lux/world/* modules.
Capabilities should be opt-in, but using them in the standard library makes them mandatory.
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bookmark/testing.md1
-rw-r--r--documentation/bookmark/tool/auto_complete.md4
-rw-r--r--documentation/bookmark/utf8.md9
3 files changed, 14 insertions, 0 deletions
diff --git a/documentation/bookmark/testing.md b/documentation/bookmark/testing.md
index 56a93fc38..d81994e40 100644
--- a/documentation/bookmark/testing.md
+++ b/documentation/bookmark/testing.md
@@ -16,6 +16,7 @@
# Visual Testing
+1. [Stories are tests](https://storybook.js.org/blog/stories-are-tests/)
1. [Visual Testing Handbook](https://storybook.js.org/tutorials/visual-testing-handbook/)
# Cross-Branch Testing
diff --git a/documentation/bookmark/tool/auto_complete.md b/documentation/bookmark/tool/auto_complete.md
new file mode 100644
index 000000000..06ad7b50d
--- /dev/null
+++ b/documentation/bookmark/tool/auto_complete.md
@@ -0,0 +1,4 @@
+# Reference
+
+1. [Wingman for Haskell](https://haskellwingman.dev/)
+
diff --git a/documentation/bookmark/utf8.md b/documentation/bookmark/utf8.md
new file mode 100644
index 000000000..3dd68e828
--- /dev/null
+++ b/documentation/bookmark/utf8.md
@@ -0,0 +1,9 @@
+# Reference
+
+1. [A Branchless UTF-8 Decoder](https://nullprogram.com/blog/2017/10/06/)
+1. [skeeto/branchless-utf8](https://github.com/skeeto/branchless-utf8/blob/master/utf8.h)
+1. [trivial-utf-8](https://gitlab.common-lisp.net/trivial-utf-8/trivial-utf-8)
+1. [utf8: Unicode Text Processing](https://rdrr.io/cran/utf8/)
+1. [Encoding character strings in R](https://rstudio-pubs-static.s3.amazonaws.com/279354_f552c4c41852439f910ad620763960b6.html)
+1. [Any Encoding, Ever - ztd.text and Unicode for C++](https://thephd.dev/any-encoding-ever-ztd-text-unicode-cpp)
+