May 2015 Entries
You can find my implementation of an MVVM TreeView model for WPF on github.
Link:
https://github.com/rob-blackbourn/JetBlack.WpfTreeView.
I have written a lightweight linq style enumerator for java. You can find it on github.
Link:
https://github.com/rob-blackbourn/jetblack-java-utils.
There's an example on how to index a 1-dimensional array by n-dimensions on github.
Link:
https://github.com/rob-blackbourn/JetBlack.ArrayIndexing.
I've written some examples of using reactive extensions for network communication.
You can find the project on github.
Link:
https://github.com/rob-blackbourn/JetBlack.Network.
I've written some example moands with practical examples. Checkout the github project.
Link:
https://github.com/rob-blackbourn/JetBlack.Monads.