mbraceproject / MBrace.StarterKit

A collection of demos and tutorials for MBrace
http://mbrace.io
57 stars 34 forks source link

Cleanup #69

Closed dsyme closed 8 years ago

dsyme commented 8 years ago

Puts all examples in an "examples" directory (at different levels)

Puts all advanced stuff under "going-further" directory

Adds "-example" to the names of all examples

Replaces "fileSystem" with "fs" - discuss

Lifts out the nested inner recursion in kmeans

Splits kmeans into KMeans and KMeansCloud so you can see the split more readily