summaryrefslogtreecommitdiffstats
path: root/software/misc.page
diff options
context:
space:
mode:
Diffstat (limited to 'software/misc.page')
-rw-r--r--software/misc.page17
1 files changed, 17 insertions, 0 deletions
diff --git a/software/misc.page b/software/misc.page
index b730b0b..e7ad84f 100644
--- a/software/misc.page
+++ b/software/misc.page
@@ -41,3 +41,20 @@ Mutually recursive function using 'and' syntax:
and bar 0 = "bacon"
| bar n = foo(n-1);
+Network programming in SML/NJ: https://github.com/tonyg/smlnj-networking/
+
+
+plan9 and Inferno
+--------------------
+
+"Styx-on-a-Brick": networked LEGO device
+http://doc.cat-v.org/inferno/4th_edition/styx-on-a-brick/
+
+plan9 on a GuruPlug
+http://plan9.bell-labs.com/wiki/plan9/guruplug/index.html
+
+NoSQL
+------
+
+NoSQL Data Modeling Techniques
+http://highlyscalable.wordpress.com/2012/03/01/nosql-data-modeling-techniques/