diff options
author | Eduardo Julian | 2019-06-20 19:49:34 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-06-20 19:49:34 -0400 |
commit | fcee38da766a683ed5569978be153c6e7a8ae0af (patch) | |
tree | 8d75d3c70de9f3ec4518a58d88b036207f4cc9d3 /documentation/research | |
parent | 67687850677bb34df37d6e9d1a2578d1198108d6 (diff) |
Removed the TCP & UDP code for the moment.
It needs to be re-designed with a multi-platform focus in mind.
Diffstat (limited to 'documentation/research')
-rw-r--r-- | documentation/research/database.md | 1 | ||||
-rw-r--r-- | documentation/research/operating_system.md | 4 | ||||
-rw-r--r-- | documentation/research/paradigm/flow_based_programming.md | 4 | ||||
-rw-r--r-- | documentation/research/web_framework.md | 1 |
4 files changed, 10 insertions, 0 deletions
diff --git a/documentation/research/database.md b/documentation/research/database.md index 21a7d54c0..de99fde3f 100644 --- a/documentation/research/database.md +++ b/documentation/research/database.md @@ -1,5 +1,6 @@ # Reference +1. https://edgedb.com/blog/a-path-to-a-10x-database/ 1. https://cstack.github.io/db_tutorial/ 1. http://www.sql-workbench.eu/dbms_comparison.html 1. http://www.interdb.jp/pg/index.html diff --git a/documentation/research/operating_system.md b/documentation/research/operating_system.md index 2ae4828bf..ec9ea3678 100644 --- a/documentation/research/operating_system.md +++ b/documentation/research/operating_system.md @@ -85,6 +85,10 @@ 1. https://grapheneproject.io/ 1. https://ops.city/ +## Real-time + +1. https://en.wikipedia.org/wiki/VxWorks + # Reference 1. [Rethinking files](https://www.devever.net/~hl/objectworld) diff --git a/documentation/research/paradigm/flow_based_programming.md b/documentation/research/paradigm/flow_based_programming.md new file mode 100644 index 000000000..f13969722 --- /dev/null +++ b/documentation/research/paradigm/flow_based_programming.md @@ -0,0 +1,4 @@ +# Reference + +1. [Towards Separation of Concerns in Flow-Based Programming](http://orbit.dtu.dk/files/128046887/FBDSL_final.pdf) + diff --git a/documentation/research/web_framework.md b/documentation/research/web_framework.md index 9ee78130c..209073106 100644 --- a/documentation/research/web_framework.md +++ b/documentation/research/web_framework.md @@ -96,6 +96,7 @@ # State-management +1. https://github.com/keajs/kea 1. https://github.com/isocroft/Radixx # Styling |