Here is a powershell declarative language that can be used to check deployments.
Author: chriseyre2000
AddReference from the Nuget Package Manager
This is a very useful addition to Nuget.
http://nuget.org/packages/AddReference
It allows command-line addition of packages to the current project.
It appears that if you need to add an explicit path (i.e. outside current directory or gac) then you can include the file extenstion.
Haskell Tutorial
Erlang Tutorial
This Code Was Generated By A Tool
This comment seems to be appearing in my code rather more frequently recently, especially as I have been working with WCF.
This should include the important information which tool generated the file, include version information and parameters used.
WCF code generation is rather weak. It includes 7 wierdly named hidden files. One of these includes a url reference to the web service that generated the client proxy.
If the config file for the service fails to include a reference to the service then the service that generated the client is used. This is very dangerous and will make production code accidently refer to a test server.
Cucumber documentation
Interactive vim tutorial
This is an alternative to the good old vimtutor.
http://www.openvim.com/tutorial.html
And for those scared of vsvim there is always ctrl-shift-F12 which enables/disables vsvim.
Snake Wrangling for Kids (Learning to Program with Python)
Here is a link to a book on programing software in python for kids.
Alternatives to the Escape Key in vim
Here is set of alterantives to the escape key in vim.
For the uninitiated the escape key is used to move from edit mode to normal (command mode).
Ctrl-[ is the default alternative. This allows the user to not have to move your hands away from the main keys.