One of my favorite programming tools is J. In skilled hands J is a spear in a world of bent spoons. In my day job I rarely encounter programming problems that cannot be brutally dispatched with a few dozen lines of J. Most accomplished J programmers laud the elegance and power of the language and … Continue reading A C# .Net Class for calling J
Tag: Source Code
More on SmugMug Duplicates
In my previous post I described a method for eliminating duplicate SmugMug images based on MD5’s. This method does not get all the duplicates. If you uploaded the same image to different galleries, at different times, the SmugMug MD5’s may differ. I don’t know what SmugMug rolls into their MD5 ‘s but I suspect it’s more … Continue reading More on SmugMug Duplicates
SmugMug Duplicate Image Hunting
One of the many things the developers of Thumbsplus got right was a proper normalized database schema. When I first inspected the layout of a Thumbsplus database I knew I was in good hands. In Thumbsplus image files get unique keys and image galleries are simply lists of image keys. Images can appear in any number … Continue reading SmugMug Duplicate Image Hunting
Command Line C# SmugMug API Metadata Download
I have a skeleton in my photographic closet! I enjoy hacking pictures as much as I enjoy shooting them. Before digital photography I got my jollies the old fashioned way with chemicals: dark room chemicals. I still get all emotional when I remember the scent of a fixer. Ahhh --- those were the days. Now, … Continue reading Command Line C# SmugMug API Metadata Download