From 7ee04017ee2ef5376c566b00750fd521c0ecac42 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 14 Jun 2019 23:38:53 -0400 Subject: Some fixes for the scripting languages. + Small optimizations for pattern-matching generation.--- documentation/research/browser.md | 1 + documentation/research/distributed_programming.md | 1 + documentation/research/math.md | 1 + documentation/research/text_editor & ide.md | 1 + documentation/research/web_framework.md | 2 ++ 5 files changed, 6 insertions(+) (limited to 'documentation') diff --git a/documentation/research/browser.md b/documentation/research/browser.md index 8401cb621..47acd66e8 100644 --- a/documentation/research/browser.md +++ b/documentation/research/browser.md @@ -34,6 +34,7 @@ # Reference +1. https://www.opera.com/gx 1. https://evertpot.com/tabs-are-the-wrong-abstraction/ 1. http://news.mit.edu/2018/system-patches-private-browsing-0223 1. https://vivaldi.com/blog/vivaldi-makes-history/?hl=en-us&version=1.8.770.56&os=W10.0.14393 diff --git a/documentation/research/distributed_programming.md b/documentation/research/distributed_programming.md index eb8869b45..ae96c46e3 100644 --- a/documentation/research/distributed_programming.md +++ b/documentation/research/distributed_programming.md @@ -66,6 +66,7 @@ # Logical clock +1. [The Bloom Clock](https://arxiv.org/pdf/1905.13064.pdf) 1. [Why Logical Clocks are Easy: Sometimes all you need is the right language.](https://queue.acm.org/detail.cfm?id=2917756) # Consensus protocol diff --git a/documentation/research/math.md b/documentation/research/math.md index 6b9b81bd4..458d4d1f1 100644 --- a/documentation/research/math.md +++ b/documentation/research/math.md @@ -232,6 +232,7 @@ # Combinatorics +1. http://andy.kitchen/combinations.html 1. [Combinatorial Algorithms](http://www2.denizyuret.com/bib/kreher/donald1999combinatorial/combinatorialA.pdf) # Vector diff --git a/documentation/research/text_editor & ide.md b/documentation/research/text_editor & ide.md index b78dec81d..c1cdde62b 100644 --- a/documentation/research/text_editor & ide.md +++ b/documentation/research/text_editor & ide.md @@ -42,6 +42,7 @@ # Reference +1. [Broot: A better way to navigate directories](https://github.com/Canop/broot) 1. https://www.simplethread.com/editor-plugins-belong-in-lock-file/ 1. [How to Design an IDE-Friendly Language with Peter Gromov @donnerpeter](https://www.youtube.com/watch?v=lubc8udiP_8) 1. https://shaunlebron.github.io/parinfer/ diff --git a/documentation/research/web_framework.md b/documentation/research/web_framework.md index 5dd11d8c2..4abba9b5e 100644 --- a/documentation/research/web_framework.md +++ b/documentation/research/web_framework.md @@ -1,5 +1,7 @@ # Reference +1. https://github.com/daybrush/scenejs +1. https://blog.ionicframework.com/announcing-capacitor-1-0/ 1. http://joneisen.me/talk-frelp-ui/#/ 1. http://meiosis.js.org/ 1. https://medium.com/samsung-internet-dev/disappearing-frameworks-ed921f411c38 -- cgit v1.2.3