From 7b34ca8ab68be9c463d3db6599749d96a5f72b53 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 14 Mar 2012 14:32:05 -0400 Subject: updates --- software/misc.page | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'software') 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/ -- cgit v1.2.3