Menu

Monthly Archives: January 2013

Programming Language Performance Part XIII: Haskell
Haskell is one of those languages that, to paraphrase Rodney Dangerfield, can’t get any respect. I mean, sure, it get’s a lot of use in [...]
Language Performance Part XII: C++
  Though I didn’t plan on it, somehow I got around to actually implementing the C++ variant of the anagrams program I have been re-implementing [...]
Per Pixel Alpha on VB.NET Forms
Note: This Post has been (partly) superceded by the implementation described in the more recent Alpha blended forms revisited Post. One common problem that [...]
BASeBlock:Visual Studio 2010 to 2012
Though I do tend to try to write my samples and test applications, as well as any new programs, using Visual Studio 2012, I haven’t yet migrated most [...]
Undo/Redo Stacks in C#
Undo/Redo Stacks The BASeBlock Editor has had an Undo/Redo stack for quite a while. The implementation of this logic is relatively simple, but the [...]
Now for something completely different
I haven’t been posting nearly as often as I’d like because I can’t really think of anything to blog about, and those programming-related [...]
Missed bc-programming.com’s birthday!
I managed to miss bc-programming.com’s birthday last October, at which point it turned 3 years old. Some might wonder why I started the site. The [...]
Anagrams Part X: PHP Performance
Somehow while creating the various anagram implementations for the previous entries in this series, I neglected to create one for PHP. This was primarily [...]
Programming Language Performance Redux
This is not another entry into the series regarding anagrams, but a much simpler synopsis using a very basic algorithm. The performance of programming [...]