From 2139e72d8e7c58cb355799d4a8412a0c38fb481c Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 28 May 2020 02:18:02 -0400 Subject: Can now parse TAR files. --- documentation/research/Agent.md | 8 ++++++++ documentation/research/Memory Management.md | 1 + documentation/research/Optics (eg lenses & prisms).md | 1 + documentation/research/Optimization.md | 1 + documentation/research/math.md | 2 ++ documentation/research/operating_system.md | 1 + documentation/research/text_editor & ide.md | 1 + 7 files changed, 15 insertions(+) create mode 100644 documentation/research/Agent.md (limited to 'documentation') diff --git a/documentation/research/Agent.md b/documentation/research/Agent.md new file mode 100644 index 000000000..5f8a7629a --- /dev/null +++ b/documentation/research/Agent.md @@ -0,0 +1,8 @@ +# Reference + +1. [Introduction to Java Agents](https://devolution.tech/introduction-to-java-agents/) +1. https://docs.oracle.com/javase/7/docs/api/java/lang/instrument/package-summary.html +1. http://javabeat.net/introduction-to-java-agents/ +1. https://www.javacodegeeks.com/2015/09/java-agents.html +1. https://github.com/cretz/stackparam + diff --git a/documentation/research/Memory Management.md b/documentation/research/Memory Management.md index 7b326a4a0..8905c6b20 100644 --- a/documentation/research/Memory Management.md +++ b/documentation/research/Memory Management.md @@ -26,6 +26,7 @@ # Reference +1. [Relative Pointers](https://www.gingerbill.org/article/2020/05/17/relative-pointers/) 1. [Scopes Describe Frames: A Uniform Model for Memory Layout in Dynamic Semantics](http://drops.dagstuhl.de/opus/volltexte/2016/6114/) 1. https://uridiumauthor.blogspot.com/2018/06/memory-management.html 1. https://github.com/mtrebi/memory-allocators diff --git a/documentation/research/Optics (eg lenses & prisms).md b/documentation/research/Optics (eg lenses & prisms).md index 493b05c61..6f7acb5ca 100644 --- a/documentation/research/Optics (eg lenses & prisms).md +++ b/documentation/research/Optics (eg lenses & prisms).md @@ -1,5 +1,6 @@ # Reference +1. [Profunctor optics, a categorical update](https://arxiv.org/abs/2001.07488) 1. [On Lawful Lenses](https://blog.statebox.org/on-lawful-lenses-6e18a1e17bdf) 1. https://medium.com/urbint-engineering/haskell-lens-operator-onboarding-a235481e8fac 1. https://fstarlang.github.io/general/2018/01/12/lens-indexed-lenses.html diff --git a/documentation/research/Optimization.md b/documentation/research/Optimization.md index a99b474e3..1fac9193b 100644 --- a/documentation/research/Optimization.md +++ b/documentation/research/Optimization.md @@ -8,6 +8,7 @@ # Reference +1. [A Language for Describing Optimization Strategies](https://arxiv.org/abs/2002.02268) 1. https://docs.google.com/presentation/d/1tpeJZFObkeick4CF-mx0L3CeCgvT15B96aJeRpxEPcE/preview?slide=id.p 1. https://www.quora.com/What-is-the-future-of-optimizing-compilers?share=1 1. https://advancedweb.hu/2016/05/27/jvm_jit_optimization_techniques/ &&& https://advancedweb.hu/2016/06/28/jvm_jit_optimization_techniques_part_2/ diff --git a/documentation/research/math.md b/documentation/research/math.md index 777a3c1d2..91c434dca 100644 --- a/documentation/research/math.md +++ b/documentation/research/math.md @@ -160,6 +160,8 @@ # Geometric Algebra | Clifford Algebra +1. [Siggraph2019 Geometric Algebra](https://www.youtube.com/watch?v=tX4H_ctggYo) +1. [Introduction to Clifford Algebra](https://www.av8n.com/physics/clifford-intro.htm) 1. [An Introduction to Geometric Algebra over R^2](https://bitworking.org/news/ga/2d) 1. [Exterior Product](https://medium.com/@marksaroufim/exterior-product-ecd5836c28ab) 1. [Projective geometric algebra: A modern framework for doing geometry](http://page.math.tu-berlin.de/~gunn/PGA/index.html) diff --git a/documentation/research/operating_system.md b/documentation/research/operating_system.md index c21f82f5b..82943f024 100644 --- a/documentation/research/operating_system.md +++ b/documentation/research/operating_system.md @@ -19,6 +19,7 @@ ## Operating system +1. [CLOSOS: Specication of a Lisp operating system.](http://metamodular.com/lispos.pdf) 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 diff --git a/documentation/research/text_editor & ide.md b/documentation/research/text_editor & ide.md index 3d234605f..ab5f3f4fe 100644 --- a/documentation/research/text_editor & ide.md +++ b/documentation/research/text_editor & ide.md @@ -204,6 +204,7 @@ ## Structured editing +1. [Going beyond regular expressions with structural code search](https://about.sourcegraph.com/blog/going-beyond-regular-expressions-with-structural-code-search) 1. [俺のlisp](https://github.com/illiichi/orenolisp) 1. [豆腐 (Tofu): meaningful code editing](https://gregoor.github.io/tofu/) 1. [Tiled Text](http://www.tiledtext.com/projects/tiledtext) -- cgit v1.2.3