Downloads
Downloads
nCalc
nCalc is a calculator that I wrote for OS X back in 2001. It is freeware. It’s a one trick pony. It allows PowerBook, iBook, or MacBook owners to use the embedded 10-key keypad without turning num lock on. This program is useless for desktop computer users. It runs fine on intel Macs. I use it all the time on my MacBook running Leopard. It was written in RealBasic and last compiled with RealBasic 5.5.5. For some reason, it now consistently ignores the first keystroke that is entered after it has launched. This is not a bug in the code, it is a bug in RealBasic. Beyond this, I’m not aware of any other issue(s) with the program. Some users have written to request a “Clear All” feature. Since I don’t plan on upgrading to a newer version of RealBasic and since I’ve only ever received $10 in donations for this program, I don’t foresee myself updating it unless it breaks and I absolutely have to have a newer version for myself.
OS X Word Lookup
OS X Word Lookup is a simple GUI front end to the command line “look” tool in OS X. It gives you access to thousands of fascinating and unique words. These can be great if you’re looking for a unique word to be used as a login. It can help you avoid being jsmith1234@somedomain.com.
Just remember, don’t use it to find passwords. That would be folly to pick a word from the dictionary since dictionary attacks are one of the most common forms of brute force password cracking.
Address to AppleWorks DB v2.1
This is an AppleScript application that copies First Name, Last Name, Phone Number, & Address (Street, City, State, & Zip) from one or more selected entries in the OS X Address Book or the Palm Desktop to a new record in an AppleWorks database.
I use it for my invoices database. I simply highlight a few names in my Address Book or in the Palm Desktop, select the script from the scripts menu and voila, I have a new invoice for that customer. With a little editing of the script, you could populate fields in a database of your own. I have attempted to ensure that the script is self documenting and very well commented. Additionally the .zip file contains a ReadMe with more documentation & instructions. You should be able to just open the script with Script Editor and read through it and get a very good idea of what is going on.
In addition to now working with the Palm Desktop, version 2.1 is literally hundreds of times faster than previous versions.
Spread2Web
Mac OS X Version: Spread2Web-Mac.dmg
Windows Version: Spread2Web-Win.zip
Spread2Web helps you publish spreadsheets as tables on web pages. I developed it specifically to allow me to move Numbers spreadsheets to Google Pages, but it will take any Comma Separated Values (.csv) file and convert it a simple, clean HTML table structure. Spread2Web is freeware, however, donations will be gratefully accepted.
New MacJournal Entry From Selection v1.0
MacJournal Entry from Selection v1.0 attempts to copy text from whatever app was in the foreground before the script launched.
Then it attempts to
•open MacJournal
•bring it to the foreground
•issue the keystrokes to
⁃create a new entry
⁃paste whatever is in the clipboard
Note:
MacJournal already provides this functionality to Cocoa apps via the "Services" menu that is in the Application Name menu of every program. However, if you're like me, you still use lots of non-Cocoa apps on your Mac, and this script (in theory) works with every app that has the ability to use Command + C to copy items to the clipboard.