From fcee38da766a683ed5569978be153c6e7a8ae0af Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 20 Jun 2019 19:49:34 -0400 Subject: Removed the TCP & UDP code for the moment. It needs to be re-designed with a multi-platform focus in mind. --- documentation/research/database.md | 1 + documentation/research/operating_system.md | 4 ++++ documentation/research/paradigm/flow_based_programming.md | 4 ++++ documentation/research/web_framework.md | 1 + 4 files changed, 10 insertions(+) create mode 100644 documentation/research/paradigm/flow_based_programming.md (limited to 'documentation/research') 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 -- cgit v1.2.3