Code Loft

The Code Loft is not really a product in the traditional sense. What you will find here is a collection of usable bits and pieces. They might be scripts, unfinished but usable projects, retired projects, or even things we use every day, but do not really have a place as a stand alone project. This is where they get thrown, into the 'Loft'.

GUUID Generator

Any Windows developer should recognize this little gem immediately. With the proliferation of GUUID's in development, a quick and dirty tool to generate new GUUID's and place them on the clipboard is often just what the doctor ordered. Outside of solving that little problem, this tool is also handy for generating ID's for those of us that find a frequent need for nominally random and unique id's.

ThinBin

For the developers that find themselves having to (or wanting to) remove extraneous binary architectures from a fat binary. This is just a quick and dirty, drop the binary on the application and let it pick out the architecture you want to keep. If it finds the matching architecture name in the dropped file path, it will automatically use that. If not, it will ask the user for the desired architecture from what is found in the binary.


History

02/19/2010 - Reworked, Rebuilt and Republished

More of a website change than anything else, this just makes this page public rather than private.

  • Added GUUIDGen (as universal binary)
  • Added ThinBin


News

02/19/2010 - Re-adding the Loft to the site

Like all developers, we accumulate a large number of little things that we create either as concepts, tools that we use or even things that we release and then retire. Other people may be interested in them but we needed a space to put them. That is what this is. Our little Code Loft, a place where things that really aren't products go.

We expect that this will grow over time as more things land here. There is also the possibility that projects that get here may become full products at some point. Anything is possible, but either way, this space is just that. Space for us to make these tidbits availalbe to others.


Downloads @ Druware