aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark
diff options
context:
space:
mode:
authorEduardo Julian2022-04-08 21:32:38 -0400
committerEduardo Julian2022-04-08 21:32:38 -0400
commit120ebb44dbb1a20fc150e5e58099f90be2e61d49 (patch)
tree32bcc24d1a48989faf4207bbce423c483b9ce1ba /documentation/bookmark
parent0d909187d5b9effcd08f533d50af7d29c0d6bfd8 (diff)
Better names for random text/character generators.
Diffstat (limited to 'documentation/bookmark')
-rw-r--r--documentation/bookmark/css.md1
-rw-r--r--documentation/bookmark/database/write_ahead_logging.md4
-rw-r--r--documentation/bookmark/game/business/survival.md4
-rw-r--r--documentation/bookmark/math/approximation.md4
-rw-r--r--documentation/bookmark/procedural_generation.md (renamed from documentation/bookmark/Procedural generation.md)0
-rw-r--r--documentation/bookmark/procedural_generation/music.md4
-rw-r--r--documentation/bookmark/tool/text_editor.md1
7 files changed, 18 insertions, 0 deletions
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
index 40553176b..40553176b 100644
--- a/documentation/bookmark/Procedural generation.md
+++ b/documentation/bookmark/procedural_generation.md
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)