|
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.
|