.NET / WPF Easier Mock Construction in .NET We’re currently using Moq as our mocking library on an ASP.NET MVC application. It's been working out well, but building mock objects is cumbersome.
Functional Programming Matchure: Serious Clojure Pattern Matching Matchure is, a pattern matching library for clojure featuring: equality checks, sequence destructuring, map destructuring, regexp matches, variable binding, “instance of” checking,
Web Apps Some Useful selenium Helpers Wouldn’t it be nice if you could evaluate arbitrary javascript in the context of your Rails application’s window when testing it with selenium?