From fa37f5d17184db1ed95949352e71542af8fb4ce1 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 24 Dec 2019 23:05:30 -0400 Subject: Ported program generation, host environment and packaging machinery to stdlib. --- documentation/research/Graphic User Interface (GUI).md | 4 ++++ documentation/research/Probabilistic data-structure.md | 1 + documentation/research/chemistry.md | 4 ++++ documentation/research/floating point.md | 4 ++++ documentation/research/game_programming.md | 1 + documentation/research/math.md | 1 + documentation/research/operating_system.md | 1 + documentation/research/text_editor & ide.md | 1 + 8 files changed, 17 insertions(+) create mode 100644 documentation/research/chemistry.md create mode 100644 documentation/research/floating point.md (limited to 'documentation') 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 -- cgit v1.2.3