By cfreeze,on January 19th,2011% So far its been a fast paced week going by. I thought I might need a generic Least Recently Used (LRU) cache implementation to solve a problem. While I was on travel and had some down time,I went ahead and threw together a quick implementation that uses the traditional linked list / map approach. . . . →Read More:LRU Cache in C# By cfreeze,on January 10th,2011% Recently I made the switch from Scalix to Zarafa for our email system. In making the transition,I found this post on how someone integrated Spamassassin with a public based ham/spam folder setup. This seems to be the most common setup currently based on various Zarafa forums postings. While this provided a quick solution during . . . →Read More:Zarafa batch scanning spam By cfreeze,on December 22nd,2010% I’ve been working with cleaning up the files on my computer and thought about adding proper ID3 or metadata tags to the mp3 and ogg files. Musicbrainz’s Picard is a wonderful tool to go back and help organize,rename,and add tags to most (practically all) audio file types. One thing bothered me though is . . . →Read More:Lyric tagging audio files By cfreeze,on November 28th,2010% Another project this Thanksgiving was to learn more about KML. There are a few KML library implementations for C# out there like kml-library and geKML. I initially looked at these,but choose against them for various reasons. kml-library has not been updated in a while and does not have a good one-to-one mapping with the . . . →Read More:C# and KML -> SharpKML | |