usps zip codes
Simple ZipIt Clone 0.6
Open, expand and deflate .zip archives. more>>
ZipCoder 2.0
ZipCoder will access zipinfo.com to cross reference Zip Codes to cities and cities to Zip Codes more>>
Enhancements:
- Newer graphics.
Show Path Codes 1.0.2
AppleScript for scripters generates path codes. more>>
The codes include many common Mac OS folders which are of interest to scripters. If desired, the script will generate "path to" code and place it on the clipboard, but it can be easily modified to insert the code directly into a scriptable script editor. For maximum benefit, run the script from your favorite script menu or keyboard command.
Rays Bar Codes 2.0
Rays Bar Codes - Create, save, view bar codes more>>
Now, you may Save the barcode as a .brcdfl file for future use, or View the bar code in Illustrator CS.
Full Key Codes 1.1
Full Key Codes is a little utility to display code informations about each key of the keyboard more>>
In a little window, you will obtain for each key down its character, its ASCII code, and the keyboard code in hexadecimal and decimal.
Enhancements:
- New interface, with the keyboard code in hexadecimal and decimal too.

Cipher Code 1.5
Cipher Code is a Java program used to code and decode playfair ciphers. you enter a keyword and your message and the program either codes or decodes your message more>>
Cipher Code 1.5 provides you with a convenient Java tool to code and decode playfair ciphers. You enter a keyword and your message and the program either codes or decodes your message. First you enter your key word into the box marked keyword, then you enter your message into the box marked message, finally you press either code or decode at the bottom to code or decode your message.
Enhancements:
- Includes unspecified updates.
Quick Codes 2 Go 2.5
Quick Codes 2 Go - Build your own HTML codes with this small widget! more>> Quick Codes 2 Go - Build your own HTML codes with this small widget!
Build your own HTML codes!
No need to remember, or even type up the code. Simply choose a code and insert.
Quick codes allows you to build an html document and you simply copy and paste it.
Quick Codes 2 Go is freat for myspace and other blogging websites and also for those learning HTML/CSS.
Enhancements
- Millions of bugs fixed
- Rebuilt with latest web-standards
- Super user friendly
- Update check, so that you?ll be the first to know
- Spanish speaking users can now enjoy the widget in Spanish
USPS Tracker 0.4
USPS Tracker - Lookup the current status of your USPS package more>> Splendid City Team Sports Scheduler and Sports Scheduling Software System is useful for people who organize team sport events. Use it to manage/publish sports schedules of any size and complexity. http://www.splendidcity.net more info Automatically create high quality double or single elimination tournament brackets, round-robin, swiss round, cross divisional or practice schedules for any sport that requires pairings.
It features options that include the ability to set team and field constraints, game lengths; configurative time management utilities to help you organize events the way you would like; object constraint sharing; automatic schedule generation and re-generation; configurative project web site creation, tournament brackets; publishing via FTP, export to HTML, CSV, iCalendar, XML; import from CSV; standings support with tie-breaker formulas; contact management; import teams, fields, officials, players and player rosters from other users projects ; constraint and conflict checking and resolution.
Users can freely exchange all data associated with projects with other users who have a free copy of Splendid City Lite installed regardless of platform. The application comes with an integrated e-mail client that can aid with the exchange of object files among organization members. There is also a simple FTP client for direct uploading to web domains from within the schedule view frame.
The scheduler gives you complete control over all aspects of the schedule, and creates solutions effortlessly and elegantly in accordance with the user data entered. It can be custom-tailored, and with repeated use via a plugin interface, can be made to automatically accomplish users unique scheduling needs.
The user experience is interactive and straight forward. The application comes fully documented with a built in searchable help system to provide answers to implementation questions. Several tutorials are also provided.<<less
PC-Extension codes DB 1.1
PC-Extension codes database is a Macinstosh stand alone database application. Each database entry describes the PC file and the related file extension code more>> PC-Extension codes database is a Macinstosh stand alone database application. Each database entry describes the PC file and the related file extension code. The program includes a search engine, sorting by fields, exporting of data to a text file.
System 7.1 or later.

Quick ZIP 1.0
View the contents of archives within Quick Look. more>>
View the contents of many compression and archive formats within Quick Look. Supported formats include: ZIP, TAR, GZip, BZip2, ARJ, LZH, ISO, CHM, CAB, CPIO, RAR, 7-Zip, DEB, RPM, SIT, DiskDoubler, BinHex, and MacBinary.
Similar to BetterZip Quick Look Generator 1.1 except it includes a tidy installer to easily and quickly install.
MU Code 2.0.1
MU Code is a mighty effective program that converts ASCII pictures to MUSHcode. more>>
MU Code 2.0.1 is a mighty effective program that converts ASCII pictures to MUSHcode. Have you ever felt like taking a cool-looking ASCII picture and posting it to your favorite MUSH, but not wanted to spend the time converting it by hand? MU Code will convert spaces and newlines to the correct codes, and escape everything that needs it, including commas. It also has color support, so you can add color to your ASCII pictures.
Zip Code Mini City Search 1.0
Zip Code Mini City Search will search Zip Codes by city more>>
Enter the city only, multiple results will show. Results show the Latitude, Longitude, County, State. The site has search by county, state, keyword, and you can also calculate distance.
Error Codes 1.0
Error Codes - Looks up error codes & displays the error string more>>
This supports virtually every error code for the Mac, including Carbon, Mach, and IOKit; all known error codes for Windows; and all known error codes for VxWorks.
Enhancements:
- First public release - everything!
Key Codes 1.0.1
Key Codes - This is just a little utility that displays the key code and modifier keys state for any key combination you press more>>
Some fellow developers have asked me to make this publicly available, so here you are...
Enhancements:
- Key Codes now has a custom icon. Yay!
Zip Java Classes 1.0
Zip Java Classes - Composes a zip archive from Java classes more>>
Select file(s) and folder(s) of Java classes and drop them onto this droplet icon. Then, all Java class files *.class and *.zip in the folders will be archived into a JavaClasses.zip file. Other files than *.class or *.zip will not be added to the archive.
The Java compiler javac of Apples MRJ 2.0 generates the compiled Java classes in the same folder as their source files. The JBindery application can build a Macintosh Java application by binding the Java classes and zip files in the particular folders. Unfortunately, the JBindery can not exclude other files than Java classes in the folders. It may include source files in it, alas!
Here is the way to compose Java application from the Java classes and zip files only. Let us use the Macintosh ZipIt 1.3.x to archive the Java classes and zip files and compress it. Fortunately, ZipIt is an AppleScriptable application so that we can commit a series of script commands to it and remove other files from the archive.