hidden street
Hidden Target 6+
Hidden Target - Show and hide hidden files with this lightweight app. more>>
Universal Binary coming soon.
Available in English and Spanish (German and French coming soon).
Euclid Street 1.0
Euclid Street is an exciting and new analytic geometry tool which can tell you if two lines are parallel, or perpendicular based on points from the lines. more>>
Euclid Street 1.0 is an exciting and new analytic geometry tool which can tell you if two lines are parallel, or perpendicular based on points from the lines.
Requirements: OS 7.0 or higher
Hidden Hunter 2.0
Hidden Hunter is a utility allowing you to search for the invisible files on your hard drive and make them visible. more>>
Hidden Hunter 2.0 is a utility allowing you to search for the invisible files on your hard drive and make them visible. You can save and print report logs and make comparisons.
Hide and Seek 1.0
Hide and Seek - AppleScript to show or hide system files more>>
Enhancements:
- First Version.
Hidden Files 1.0
Hidden Files is a high-speed and powerful program which is capable of showing and hiding hidden files. more>> Hidden Files 1.0 is a high-speed and powerful program which is capable of showing and hiding hidden files.
Requirements: Mac OS X 10.3 or later.
Hidden Palms Fansite 1.0.1
Hidden Palms Fansite will always display the latest news on the Hidden Palms Fansite Homepage! more>>
Hidden Palms Fansite will always display the latest news on the Hidden Palms Fansite Homepage.
Hiddenfiles Widget 2.0
Toggles visibility of files that are hidden from the Finder. more>> Toggles visibility of files that are hidden from the Finder.
Hiddenfiles is a simple and easy Dashboard widget that toggles visibility of files that are hidden from the Finder.
Enhancements
- Interface redesign.
- Button toggles to display current Finder state.

HiddenFiles 2.0
HiddenFiles is a simple and salutary widget that toggles visibility of files that are hidden from the Finder. Interface redesigned by Trevor Sayre. more>> HiddenFiles 2.0 is a simple and salutary widget that toggles visibility of files that are hidden from the Finder.
Requirements: Mac OS X 10.4 or later
Hidden Object Warning 1.0
Hidden Object Warning - Alert dialog that notifies the user of hidden objects and layers more>>
Hide 1.0
Hide - wil start certain apps when you log-in to your account more>>
Pretty basic stuff. The only problem with that is most of those apps are programs I run minimized and I am too lazy to to minimize them every time I log-in so I created this very basis Automator workflow to do the job.

Show Hidden Files 1.0
Show Hidden Files provides you with a versatile software which is able to quickly switch between viewing and not viewing hidden files without launching Terminal. more>> Show Hidden Files 1.0 provides you with a versatile software which is able to quickly switch between viewing and not viewing hidden files without launching Terminal.
Requirements: Mac OS X 10.2 or later.
93 Photo Street 1.3.1
93 Photo Street - Easily create beautiful photo maps more>>
Main features:
- Use free US road maps or your own map images
- Quickly find locations on your maps with address searches
- Pick from a growing list of included web designs
- Automatically scale your images down for faster web pages
- Choose the exact portion of the map to display on your blog or web site
- Edit included web designs or create your own using Velocity templates
- Easily post photo maps to TypePad or MovableType weblogs
- See the photo maps page for example photo maps.
Hide Menu Bar 1.0
Hide Menu Bar is a distinguished and tractable application to hide the menu bar. more>>
Hide Menu Bar 1.0 is a distinguished and tractable application to hide the menu bar. Can be used for output to TV for applications that do not have a presentation mode. Source Code can be downloaded from the 'product info' page.
Singapore Street Directory 2.07
Singapore Street Directory - Search Singapore street map info by street name, building name or landmark name. more>> Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Makes wrinkles.
Why another build tool when there is already make, gnumake, nmake, jam, and others? Because all those tools have limitations that Ants original author couldnt live with when developing software across multiple platforms. Make-like tools are inherently shell-based -- they evaluate a set of dependencies, then execute commands not unlike what you would issue in a shell. This means that you can easily extend these tools by using or writing any program for the OS that you are working on. However, this also means that you limit yourself to the OS, or at least the OS type such as Unix, that you are working on.
Makefiles are inherently evil as well. Anybody who has worked on them for any time has run into the dreaded tab problem. "Is my command not executing because I have a space in front of my tab!!!" said the original author of Ant way too many times. Tools like Jam took care of this to a great degree, but still have yet another format to use and remember.
Ant is different. Instead of a model where it is extended with shell-based commands, Ant is extended using Java classes. Instead of writing shell commands, the configuration files are XML-based, calling out a target tree where various tasks get executed. Each task is run by an object that implements a particular Task interface.
Granted, this removes some of the expressive power that is inherent by being able to construct a shell command such as `find . -name foo -exec rm {}`, but it gives you the ability to be cross platform -- to work anywhere and everywhere. And hey, if you really need to execute a shell command, Ant has an task that allows different commands to be executed based on the OS that it is executing on.<<less