aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorEduardo Julian2019-09-07 19:26:01 -0400
committerEduardo Julian2019-09-07 19:26:01 -0400
commit747abe180b2669b6af5779dcf39ab5a8b6ed11ed (patch)
tree088fca10b0ec3d8f8742060e2cd31a7d1b8c2f9a /documentation
parentb63ac226cc2ea843f08f7c72b18d22602462c624 (diff)
Got rid of a useless parameter to the INVOKE instructions.
Diffstat (limited to 'documentation')
-rw-r--r--documentation/research/back-end/native.md1
-rw-r--r--documentation/research/database.md1
-rw-r--r--documentation/research/machine_learning.md2
-rw-r--r--documentation/research/math.md2
-rw-r--r--documentation/research/text_editor & ide.md1
5 files changed, 7 insertions, 0 deletions
diff --git a/documentation/research/back-end/native.md b/documentation/research/back-end/native.md
index 53a87edaa..f4491d8c5 100644
--- a/documentation/research/back-end/native.md
+++ b/documentation/research/back-end/native.md
@@ -64,6 +64,7 @@
# Reference
+1. [The Standard C Library](https://www.amazon.com/Standard-C-Library-P-J-Plauger/dp/0131315099)
1. [C Is Not a Low-level Language: Your computer is not a fast PDP-11.](https://queue.acm.org/detail.cfm?id=3212479)
1. http://www.ffconsultancy.com/ocaml/hlvm/
1. https://nullprogram.com/blog/2018/05/27/
diff --git a/documentation/research/database.md b/documentation/research/database.md
index 65f42f3c8..be17fb766 100644
--- a/documentation/research/database.md
+++ b/documentation/research/database.md
@@ -207,6 +207,7 @@
# CQRS | Event-Sourcing
+1. [Introducing Derivative Event Sourcing](https://www.confluent.io/blog/event-sourcing-vs-derivative-event-sourcing-explained)
1. https://blog.wallaroolabs.com/2018/06/implementing-time-windowing-in-an-evented-streaming-system/
1. https://data-artisans.com/blog/a-practical-guide-to-broadcast-state-in-apache-flink
1. https://medium.com/@hugo.oliveira.rocha/what-they-dont-tell-you-about-event-sourcing-6afc23c69e9a
diff --git a/documentation/research/machine_learning.md b/documentation/research/machine_learning.md
index eac777566..1c299032a 100644
--- a/documentation/research/machine_learning.md
+++ b/documentation/research/machine_learning.md
@@ -28,6 +28,7 @@
# Deep learning
+1. [Evolution Strategies](https://lilianweng.github.io/lil-log/2019/09/05/evolution-strategies.html)
1. [Monadic Deep Learning: Performing monadic automatic differentiation in parallel](https://deeplearning.thoughtworks.school/assets/paper.pdf)
1. [Demystifying Differentiable Programming: Shift/Reset the Penultimate Backpropagator](https://arxiv.org/abs/1803.10228)
1. https://github.com/microsoft/tensorwatch
@@ -70,6 +71,7 @@
# Differentiable programming
+1. [Differentiable Programming Mega-Proposal](https://forums.swift.org/t/differentiable-programming-mega-proposal/28547)
1. https://fluxml.ai/2019/02/07/what-is-differentiable-programming.html
1. https://github.com/breandan/kotlingrad
1. https://colinraffel.com/blog/you-don-t-know-jax.html
diff --git a/documentation/research/math.md b/documentation/research/math.md
index d271bb0f6..6f481936c 100644
--- a/documentation/research/math.md
+++ b/documentation/research/math.md
@@ -93,6 +93,8 @@
# Linear Algebra
+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/)
1. [Thirty-three Miniatures: Mathematical and Algorithmic Applications of Linear Algebra](https://kam.mff.cuni.cz/~matousek/stml-53-matousek-1.pdf)
1. [Covectors are Different than Vectors, Usually](http://infohost.nmt.edu/~parendt/Phys509/notes/2diracnot/node4.html)
1. [Introduction to Applied Linear Algebra: Vectors, Matrices, and Least Squares](https://web.stanford.edu/~boyd/vmls/vmls.pdf)
diff --git a/documentation/research/text_editor & ide.md b/documentation/research/text_editor & ide.md
index 473310b97..af0b30091 100644
--- a/documentation/research/text_editor & ide.md
+++ b/documentation/research/text_editor & ide.md
@@ -24,6 +24,7 @@
# Visual programming
+1. https://github.com/ivanreese/visual-programming-codex
1. [Lambda Days 2018 - Piotr Moczurad - Visual-textual functional programming with Luna](https://www.youtube.com/watch?v=6xUOuzafmO0)
1. https://www.luna-lang.org/
1. https://github.com/hoodiecrow/Tclook