From 5cf4efa861075f8276f43a2516f5beacaf610b44 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 2 Jul 2021 03:11:36 -0400 Subject: 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.--- documentation/bookmark/testing.md | 1 + documentation/bookmark/tool/auto_complete.md | 4 ++++ documentation/bookmark/utf8.md | 9 +++++++++ 3 files changed, 14 insertions(+) create mode 100644 documentation/bookmark/tool/auto_complete.md create mode 100644 documentation/bookmark/utf8.md (limited to 'documentation/bookmark') 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) + -- cgit v1.2.3