CodeLoft is a collection of lightweight tools designed to aid in the daily tasks
that face us as developers. Many of these tools started life as quickie fill a specific
need tools. Over time they evolve into something a little more. Generally speaking,
this is a loose collection of those applets.
GUUIDGen
This little applet is a clone of the one found in the Microsoft Windows Platform SDK.
Being as we are also Windows software developers, we frequently find ourselves needing
to generate Globally Unique Identifiers, and since we choose to do most of work on a
Mac, we needed a way to generate them, this is the result.
-: more info :-
Collection Wizard
Another prime example of pure and unadulterated laziness, the Collection Wizard is quick code generation
tool. Input a couple of fields to define the behaviour of the collection, select the language to
output, and let the wizard generate the boilerplate code for you. Supporting Objective C and C#,
it outputs collections tailored to the environments that they will be used in, Cocoa and .NET.
-: more info :-
XML Editor
The XML Editor was started for several reasons, the biggest was to fill a quick need internally.
Of course, then we needed a little more. We looked at what was out there for the Mac, and decided
to try to make this into a real application. Still in it's very early stages of development, it
is one of our highest priority, non-custom development projects currently on our plate.
-: more info :- |