This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Many of these are from Strangeloop talks and tweets, I can't promise all are as it was a fast paced mess (if anyone cares, these are in reverse order): | |
I found this last night: blueprints graph db adapter for datomic: | |
https://github.com/datablend/blueprints/tree/master/blueprints-datomic-graph | |
The Boundary crew continue building great things & sharing their experience via excellent blogging: | |
http://boundary.com/blog/2012/09/26/incuriosity-killed-the-infrastructur/ | |
Disruptor Workshop Materials: | |
http://mechanitis.blogspot.com/2012/09/strangeloop-disruptor-workshop-materials.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Config is there http://github.com/spyou/vim-config | |
#Give a go to vimtutor in order to have a little overview of Vim. | |
"open/save" | |
#:w (save) | |
#:q (quit) | |
#:qa (quit all buffers) | |
#:q! (quit without saving) | |
#:wq (save and quit) |