Jim Kingdon on Programming
Friday, July 20, 2012
Parsing large XML files
›
Every once in a while, we need to parse large XML files. Here "large" means that the file won't fit in memory, so we can't...
Wednesday, December 07, 2011
count.count
›
Sometimes you pick a programming idiom because it is what you are familiar with, because you think it is expected, or because it expresses c...
Thursday, July 28, 2011
Using active record in rails migrations
›
Most rails developers have probably sooner or later run into the problem: if your migrations refer to active record classes and the active r...
‹
›
Home
View web version