aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorEduardo Julian2019-12-24 23:05:30 -0400
committerEduardo Julian2019-12-24 23:05:30 -0400
commitfa37f5d17184db1ed95949352e71542af8fb4ce1 (patch)
treec75422049da941ea1f0e61d72b263cb38ed072e2 /documentation
parent2690a6ba8ff7998f8dbb778b93fa22976eadb4ac (diff)
Ported program generation, host environment and packaging machinery to stdlib.
Diffstat (limited to 'documentation')
-rw-r--r--documentation/research/Graphic User Interface (GUI).md4
-rw-r--r--documentation/research/Probabilistic data-structure.md1
-rw-r--r--documentation/research/chemistry.md4
-rw-r--r--documentation/research/floating point.md4
-rw-r--r--documentation/research/game_programming.md1
-rw-r--r--documentation/research/math.md1
-rw-r--r--documentation/research/operating_system.md1
-rw-r--r--documentation/research/text_editor & ide.md1
8 files changed, 17 insertions, 0 deletions
diff --git a/documentation/research/Graphic User Interface (GUI).md b/documentation/research/Graphic User Interface (GUI).md
index 32f391764..210cf4756 100644
--- a/documentation/research/Graphic User Interface (GUI).md
+++ b/documentation/research/Graphic User Interface (GUI).md
@@ -1,3 +1,7 @@
+# Widget
+
+1. [Progress bar.js](https://kimmobrunfeldt.github.io/progressbar.js/)
+
# Design
1. [Ant Design](https://ant.design/)
diff --git a/documentation/research/Probabilistic data-structure.md b/documentation/research/Probabilistic data-structure.md
index 2b4609c0e..f7c025de2 100644
--- a/documentation/research/Probabilistic data-structure.md
+++ b/documentation/research/Probabilistic data-structure.md
@@ -5,6 +5,7 @@
# Reference
+1. [Xor Filters: Faster and Smaller Than Bloom Filters](https://lemire.me/blog/2019/12/19/xor-filters-faster-and-smaller-than-bloom-filters/)
1. [Morton Filters: Faster, Space-Efficient Cuckoo Filters via Biasing, Compression, and Decoupled Logical Sparsity](http://www.vldb.org/pvldb/vol11/p1041-breslow.pdf)
1. https://github.com/efficient/SuRF
1. https://medium.com/orbs-network/constructing-bloom-filters-without-false-positives-7aaf50b92f3b
diff --git a/documentation/research/chemistry.md b/documentation/research/chemistry.md
new file mode 100644
index 000000000..96feafe20
--- /dev/null
+++ b/documentation/research/chemistry.md
@@ -0,0 +1,4 @@
+# Reference
+
+1. [Cando chemistry language](https://github.com/cando-developers/cando)
+
diff --git a/documentation/research/floating point.md b/documentation/research/floating point.md
new file mode 100644
index 000000000..9268449d9
--- /dev/null
+++ b/documentation/research/floating point.md
@@ -0,0 +1,4 @@
+# Algorithm
+
+1. [Kahan summation algorithm](https://en.wikipedia.org/wiki/Kahan_summation_algorithm)
+
diff --git a/documentation/research/game_programming.md b/documentation/research/game_programming.md
index 6f8c9f561..f1bcced0f 100644
--- a/documentation/research/game_programming.md
+++ b/documentation/research/game_programming.md
@@ -24,6 +24,7 @@
# Noise
+1. https://github.com/KdotJPG/New-Simplex-Style-Gradient-Noise
1. [Perlin noise](https://en.wikipedia.org/wiki/Perlin_noise)
1. [Gradient noise](https://en.wikipedia.org/wiki/Gradient_noise)
1. [Value noise](https://en.wikipedia.org/wiki/Value_noise)
diff --git a/documentation/research/math.md b/documentation/research/math.md
index 36071c92b..69f045c43 100644
--- a/documentation/research/math.md
+++ b/documentation/research/math.md
@@ -64,6 +64,7 @@
# _Compendium of resources_
+1. [Free and Open-Source Textbooks](http://danaernst.com/resources/free-and-open-source-textbooks/)
1. [ALL IN ONE MATHEMATICS CHEAT SHEET](https://ourway.keybase.pub/mathematics_cheat_sheet.pdf)
1. https://github.com/llSourcell/learn_math_fast
1. https://www.algorithm-archive.org/
diff --git a/documentation/research/operating_system.md b/documentation/research/operating_system.md
index 527d7d04f..dcd6c0977 100644
--- a/documentation/research/operating_system.md
+++ b/documentation/research/operating_system.md
@@ -18,6 +18,7 @@
## Operating system
+1. [CLOSOS: Specication of a Lisp operating system.](http://metamodular.com/closos.pdf)
1. https://medium.com/@jasonyuan/introducing-mercury-os-f4de45a04289
1. http://lsneff.me/why-nebulet/ ||| https://github.com/nebulet/nebulet
1. http://exposnitc.github.io/index.html
diff --git a/documentation/research/text_editor & ide.md b/documentation/research/text_editor & ide.md
index 0f6ccf128..5788c8003 100644
--- a/documentation/research/text_editor & ide.md
+++ b/documentation/research/text_editor & ide.md
@@ -129,6 +129,7 @@
# Collaborative editing
+1. https://github.com/gsilvamartin/RTCode
1. https://hackernoon.com/building-conclave-a-decentralized-real-time-collaborative-text-editor-a6ab438fe79f
1. https://github.com/xi-editor/xi-editor/issues/1187