Menu

Monthly Archives: March 2016

A Gotcha with IDisposable and Enumerator methods
I recently stumbled upon an interesting quirk related to handling classes implementing IDisposable within Enumerator methods. In my particular case, I had [...]
Python – Get Total Length of Video Files
Previously, I wrote about Counting Lines of Code in a given directory. Recently, I had a similar curiousity- “how long are all the video files in [...]
GDI+ DrawImage Performance
Just thought I would make a quick post on this. I’ve been tweaking BASeBlock a bit to try to get it to allow for a larger window size, since [...]