Show Nav
 
Featured

Real-time Generation of Numeric Data Fixtures in IronPython

A detailed description of the reasons behind using IronPython as a scripting engine for dynamic numeric data, and some examples of how it was used.
All Posts
Web Apps

A Few Quick Tips for qtip2

Tips for handling unusual cases in the qtip2 jQuery library—like using qtip2 to make a tooltip appear on a user-triggered event and then disappear.
C & C++

Comparing googlemock to Mocha

Compares unit testing with mock objects in googlemock to RSpec/Mocha, highlighting the differences for someone used to higher-level languages like Ruby.