aboutsummaryrefslogtreecommitdiff
path: root/documentation/research
diff options
context:
space:
mode:
authorEduardo Julian2020-03-04 00:38:54 -0400
committerEduardo Julian2020-03-04 00:38:54 -0400
commit21777826feb4affa53bf150588b70fc11bb92512 (patch)
tree837f1a0b496b03c099994a0a0c96ee6c49e57733 /documentation/research
parenta7b921974b5318c4344d28092519566424675f02 (diff)
Test for codec composition + adjustments to JS-generation code.
Diffstat (limited to '')
-rw-r--r--documentation/research/math.md2
-rw-r--r--documentation/research/text_editor & ide.md1
-rw-r--r--documentation/research/web_framework.md2
3 files changed, 5 insertions, 0 deletions
diff --git a/documentation/research/math.md b/documentation/research/math.md
index c6c014e9f..417846aba 100644
--- a/documentation/research/math.md
+++ b/documentation/research/math.md
@@ -105,6 +105,7 @@
# Linear Algebra
+1. [Linear Algebra And Multi Dimensional Geometry](https://mirtitles.org/2020/02/13/4129/)
1. [Interactive Linear Algebra](https://textbooks.math.gatech.edu/ila/)
1. [Don’t invert that matrix](https://www.johndcook.com/blog/2010/01/19/dont-invert-that-matrix/)
1. [“Don’t invert that matrix” – why and how](https://civilstat.com/2015/07/dont-invert-that-matrix-why-and-how/)
@@ -159,6 +160,7 @@
# Geometric Algebra | Clifford Algebra
+1. [An Introduction to Geometric Algebra over R^2](https://bitworking.org/news/ga/2d)
1. [Exterior Product](https://medium.com/@marksaroufim/exterior-product-ecd5836c28ab)
1. [Projective geometric algebra: A modern framework for doing geometry](http://page.math.tu-berlin.de/~gunn/PGA/index.html)
1. [Geometric Algebra for Computer Graphics](https://slides.com/enkimute/siggraph/#/)
diff --git a/documentation/research/text_editor & ide.md b/documentation/research/text_editor & ide.md
index 0df73ac2d..4ad640a57 100644
--- a/documentation/research/text_editor & ide.md
+++ b/documentation/research/text_editor & ide.md
@@ -43,6 +43,7 @@
# Reference
+1. [Build Your Own Text Editor](https://viewsourcecode.org/snaptoken/kilo/)
1. [It’s 2019. Why don’t we have good code editors?](https://thoughts.thorlaksson.com/2019/09/27/its-2019-why-dont-we-have-good-code-editors/)
1. [Text Editing Hates You Too](https://lord.io/blog/2019/text-editing-hates-you-too/)
1. [Why ContentEditable is Terrible](https://medium.engineering/why-contenteditable-is-terrible-122d8a40e480)
diff --git a/documentation/research/web_framework.md b/documentation/research/web_framework.md
index d8da1a97b..332d6fae5 100644
--- a/documentation/research/web_framework.md
+++ b/documentation/research/web_framework.md
@@ -8,6 +8,7 @@
# Reference
+1. [Redux is half of a pattern (1/2)](https://dev.to/davidkpiano/redux-is-half-of-a-pattern-1-2-1hd7)
1. [Introducing Concurrent Mode (Experimental)](https://reactjs.org/docs/concurrent-mode-intro.html)
1. https://github.com/daybrush/scenejs
1. https://blog.ionicframework.com/announcing-capacitor-1-0/
@@ -23,6 +24,7 @@
# Exemplar
+1. [root: A recursive UI resolver](https://github.com/den1k/root)
1. https://www.http4k.org/blog/meet_http4k/
1. Django
1. Ruby On Rails