- July 7, 2010 - NSImage Base64 extensions
- July 7, 2010 - NSData Base64 extensions
- April 13, 2009 - SM2DGraphView framework - a graphing view with Interface Builder palette
- June 2, 2002 - HeaderDoc UI - GUI front end for HeaderDoc
Chronological list of postings (Cocoa only)
|
I've been programming on the Mac OS since 1993. It became a paying job when I was a graduate student at the University of Minnesota in Minneapolis in 1995. Now it's my full time job (since spring of 1998) and hobby. I currently do lots of work for Snowmint Creative Solutions LLC. I somtimes take on contract programming jobs and web site development. If you'd like, take a look at my résumé. I first got involved in NextStep programming while I was in Fairbanks, Alaska (going to college). That was short lived, because of the price of the NeXT hardware. Back in 1996, I revisited the API then known as OpenStep. We were trying to do cross platform code, and OpenStep seemed to be the way to go. Alas, that project also went by the wayside when Apple bought NeXT and pulled the plug on Windows deployment; anyone remember "Yellow Box"? Now the API is back as part of Mac OS X, and is known as Cocoa. I've been doing Cocoa coding for the past several years, and have posted some code that may be useful to others. |
Go to my home page.
Posted July 7, 2010
A set of methods that allow a NSData object to be stored in a Base 64 representation and then reconstituted. Very useful for embedding data in XML data files. The 2010 update includes a new license (BSD), improvements to memory usage during decoding, and a minor fix due to improper stack usage. The 2005 update includes an AltiVec implementation, vast speed improvements for encoding, and a minor speedup for decoding. Originally posted October 30, 2001.
Free. Zip file with source code files and HTML documentation. (65K)
Posted July 7, 2010
A set of methods that allow an image to be stored in a Base 64 representation and then reconstituted. Very useful for web work and embedding images in XML data files. Requires NSData_Base64.zip to perform the Base 64 encoding/decoding. The 2010 update includes a new license (BSD). Originally posted October 30, 2001
Free. Zip file with source code files and HTML documentation. (53K)
Created in concert with Ron Hooper.
Updated June 2, 2002.
Go to my home page.
Send feedback to kyle [dot] hammond [at] snowmintcs [dot] com
Updated: 2010-07-07
Page URL: http://kyle.snowmintcs.com/cocoa_programming.php
The views and opinions expressed in this page are strictly those of the page author.
The contents of this page have not been reviewed or approved by anyone else.