From 120ebb44dbb1a20fc150e5e58099f90be2e61d49 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 8 Apr 2022 21:32:38 -0400 Subject: Better names for random text/character generators. --- documentation/bookmark/Procedural generation.md | 4 ---- documentation/bookmark/css.md | 1 + documentation/bookmark/database/write_ahead_logging.md | 4 ++++ documentation/bookmark/game/business/survival.md | 4 ++++ documentation/bookmark/math/approximation.md | 4 ++++ documentation/bookmark/procedural_generation.md | 4 ++++ documentation/bookmark/procedural_generation/music.md | 4 ++++ documentation/bookmark/tool/text_editor.md | 1 + 8 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 documentation/bookmark/Procedural generation.md create mode 100644 documentation/bookmark/database/write_ahead_logging.md create mode 100644 documentation/bookmark/game/business/survival.md create mode 100644 documentation/bookmark/math/approximation.md create mode 100644 documentation/bookmark/procedural_generation.md create mode 100644 documentation/bookmark/procedural_generation/music.md (limited to 'documentation/bookmark') diff --git a/documentation/bookmark/Procedural generation.md b/documentation/bookmark/Procedural generation.md deleted file mode 100644 index 40553176b..000000000 --- a/documentation/bookmark/Procedural generation.md +++ /dev/null @@ -1,4 +0,0 @@ -# Fractional Brownian Motion - -1. http://iquilezles.org/www/articles/fbm/fbm.htm - diff --git a/documentation/bookmark/css.md b/documentation/bookmark/css.md index 16bc31531..b5dc09f3f 100644 --- a/documentation/bookmark/css.md +++ b/documentation/bookmark/css.md @@ -4,6 +4,7 @@ # Reference +0. [Why is :hover:after valid but not :after:hover? CSS Pseudo-Class and Pseudo-Element Selectors](https://blog.shimin.io/pseudo-class-and-pseudo-element-selectors/) 0. [Increasing the performance of elm-css](https://blogg.bekk.no/increasing-the-performance-of-elm-css-34075512d6a6) 0. [The Case for Atomic / Utility-First CSS](https://johnpolacek.github.io/the-case-for-atomic-css/) 0. [Defensive CSS](https://ishadeed.com/article/defensive-css/) diff --git a/documentation/bookmark/database/write_ahead_logging.md b/documentation/bookmark/database/write_ahead_logging.md new file mode 100644 index 000000000..7c2b82c3d --- /dev/null +++ b/documentation/bookmark/database/write_ahead_logging.md @@ -0,0 +1,4 @@ +# Reference + +0. [Write-ahead logging](https://en.wikipedia.org/wiki/Write-ahead_logging) + diff --git a/documentation/bookmark/game/business/survival.md b/documentation/bookmark/game/business/survival.md new file mode 100644 index 000000000..e24fa629d --- /dev/null +++ b/documentation/bookmark/game/business/survival.md @@ -0,0 +1,4 @@ +# Reference + +0. [Failing to Fail: The Spiderweb Software Way](https://www.youtube.com/watch?v=stxVBJem3Rs) + diff --git a/documentation/bookmark/math/approximation.md b/documentation/bookmark/math/approximation.md new file mode 100644 index 000000000..4c3644aee --- /dev/null +++ b/documentation/bookmark/math/approximation.md @@ -0,0 +1,4 @@ +# Reference + +0. [Approximation theory](https://2π.com/22/approximation/index.html) + diff --git a/documentation/bookmark/procedural_generation.md b/documentation/bookmark/procedural_generation.md new file mode 100644 index 000000000..40553176b --- /dev/null +++ b/documentation/bookmark/procedural_generation.md @@ -0,0 +1,4 @@ +# Fractional Brownian Motion + +1. http://iquilezles.org/www/articles/fbm/fbm.htm + diff --git a/documentation/bookmark/procedural_generation/music.md b/documentation/bookmark/procedural_generation/music.md new file mode 100644 index 000000000..e467b2fd3 --- /dev/null +++ b/documentation/bookmark/procedural_generation/music.md @@ -0,0 +1,4 @@ +# Reference + +0. [MMA - Musical MIDI Accompaniment](https://www.mellowood.ca/mma/) + diff --git a/documentation/bookmark/tool/text_editor.md b/documentation/bookmark/tool/text_editor.md index c59667a4b..ca8a73b8a 100644 --- a/documentation/bookmark/tool/text_editor.md +++ b/documentation/bookmark/tool/text_editor.md @@ -4,6 +4,7 @@ # Code navigation +0. [Navigate your code like it's 2021](https://austinhenley.com/blog/coderibbon.html) 0. [Introducing stack graphs](https://github.blog/2021-12-09-introducing-stack-graphs/) 0. ["Incremental, zero-config Code Nav using stack graphs" by Douglas Creager](https://www.youtube.com/watch?v=l2R1PTGcwrE) -- cgit v1.2.3