Posts and projects tagged with objective-c

  • HashTables for Fun

    My buddy and co-worker Blake Caldwell posted a fun little note on Hashtables today. It got me thinking about the simple hash table implementation I have been using for cough cough years. So I thought I would put it up on github and write a bit about it. First, let me introduce ...

  • Done! (other)

    In 2008 I started a personal productivity project called Done!. Done! was a simple yet powerful tool for managing your tasks, designed to be configurable and flexible. Ultimately work and graduate school interfered and I shelved Done! before it was ready for release. Regardless, ...

  • Room Management System (work)

    One of my first projects at PRI was to create a web-based room management system for one of our customers. This system was built the web was very new so the only option for development web applications was CGI. The room management system kept track of a set of rooms, organized in ...

  • Collagist (work)

    Collagist v2.0 is a NEXTSTEP application for combining several files into a single Postscript document. Text, Postscript, EPS, TIFF and other files can be combined into a single file that includes re-defined margins as well as page numbering. I developed Collagist v2.0 under cont ...

  • SWORD (Word Processor) (work)

    Sword is a word processor and page layout application primarily designed for creating training materials. I wrote Sword (short for Stephens' Word Processor) while working at NeXT to use when creating training materials. Users of Sword can: Import Postscript documents, creating ...

  • Flexercise - Hypertext Exercises (work)

    While working at NEXT one of the other developer trainers motivated the creation of hypertext course materials. The NEXTSTEP text framework allowed the use of hyperlinks, so this concept was a logical outcome of the libraries capabilities. After some discussions, I took this idea ...