diff options
author | bnewbold <bryan@octopart.com> | 2012-03-14 14:32:05 -0400 |
---|---|---|
committer | bnewbold <bryan@octopart.com> | 2012-03-14 14:33:15 -0400 |
commit | 7b34ca8ab68be9c463d3db6599749d96a5f72b53 (patch) | |
tree | 29e51a816743849c6ac5e78c970b7e2affeb1321 /software | |
parent | af79e2b7c2cc134d5f924003cd923fb671917787 (diff) | |
download | knowledge-7b34ca8ab68be9c463d3db6599749d96a5f72b53.tar.gz knowledge-7b34ca8ab68be9c463d3db6599749d96a5f72b53.zip |
updates
Diffstat (limited to 'software')
-rw-r--r-- | software/misc.page | 17 |
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/ |