shell gas station
Location Station 1.0.1
Location Station is such an easy-to-use Internet Location utility designed to help users create Mac OS 8.5 Internet Location documents -- URLs, e-mail addresses, newsgroups and ftp sites. more>>
Location Station 1.0.1 is such an easy-to-use Internet Location utility designed to help users create Mac OS 8.5 Internet Location documents -- URL's, e-mail addresses, newsgroups and ftp sites.
You can drag and drop text from your Internet Browser right into Location Station's text window. Location Station will either prompt you to choose a location for new documents or automatically save documents into a pre-determined folder.
There are four menu command shortcuts to help automate the selection of document types along with an option to quit automatically or remain open after each save. Once you've configured the utility's preferences, you can operate the utility without any extra mouseclicks.
Requirements: Power PC Only - Requires Mac OS 8.5 Or Later
Shellbar 1.0
Shellbar - Progress bar and status viewer for shell scripts more>>
Shellbar is a standard application which accepts "shell scripts" as documents. Simply rename your ".sh" documents to ".shbar" documents. Open the .shbar document, doubleclicking on it, and the shellbar window will appear.
Side Shell Chairs 1.0
Side Shell Chairs - Armchairs icon set more>>
All icons are aquafied and look best in 128x128 at 32bit mode.
Completly frewware for personal use.
Shell Watcher 1.1
Shell Watcher - Displays the output of any shell command you can think of, updated at preset intervals more>> Shell Watcher - Displays the output of any shell command you can think of, updated at preset intervals
Shell Watcher Widget displays the output of any shell command you can think of, updated at preset intervals.
Type in any shell command that outputs text and youre good to go. Change the interval at which the command is to be run, change the colors and resize the widget to fit your needs.
Shell Watcher can be used to monitor your server logs (by using SSH with key authentication you can even grab info from any command on a server somewhere on the internet), to display your current disk usage, display who is currently logged into your computer and so on. Virtually the list is endless.
Enhancements
- A new history menu contains the last ten used commands so you don?t have to retype them.
- Fixed a bug where shell output containing characters with special meaning in HTML would not be displayed.
- Many more enhancements.
Shellsilver 1.4
Execute UNIX shell scripts from the Finder. more>>
AirPort Base Station Update 2007-002
AirPort Base Station Update includes general fixes and compatibility updates more>>
The AirPort Base Station Update 2007-002 includes general fixes and compatibility updates for the following applications:
- AirPort Utility
- AirPort Disk Utility
- AirPort Base Station Agent
Note: Only previously installed software from the list above will be updated. AirPort Utility v5.1 for Mac OS X 10.4.x or later software supports the AirPort Extreme Base Station with 802.11n, AirPort Extreme Base Station and AirPort Express Base Station.
Apple AirPort Base Station Update 2007-002
Apple AirPort Base Station Update is created as a useful update which is the perfect wireless solution for home, school, and business. more>>
Apple AirPort Base Station Update 2007-002 is created as a useful update which is the perfect wireless solution for home, school, and business. As it blankets your space with a blazing-fast, secure wireless network, it opens up a world of possibilities for home entertainment, backups, printing, and more.
Enhancements:
The AirPort Base Station Update 2007-002 includes general fixes and compatibility updates for the following applications:
- AirPort Utility
- AirPort Base Station Agent
- AirPort Disks Control Panel
AirPort Utility v5.2.1 software supports the AirPort Extreme Base Station with 802.11n, AirPort Extreme Base Station and AirPort Express Base Station.
Requirements:
- Windows XP with Service Pack 2
- Windows Vista
- AirPort Utility 5.0 or later
Ircle shell scripts 1.0
Ircle shell scripts - 4 interactive do shell scripts for Ircle more>>
Completly freeware for non-commercial use.
Apple AirPort Base Station Firmware X 4.0.8
REQUIREMENTS Requirements: Mac OS 9.2.1 or Mac OS X 10.1.5 or later. Enhancements: Version 4.0.8 adds the following: Fixes an incompatibility with some customers unable to maintain an Internet more>>
Mac OS 9.2.1 or Mac OS X 10.1.5 or later.
Version 4.0.8 adds the following:
- Fixes an incompatibility with some customers unable to maintain an Internet connection using BellSouth via a DSL and/or Dial-up connection.
- Provides base station support for DSL users with the Telia ISP in Sweden.
- Expands the number of Access Control List entries. This is dependent on the size of the description used for each entry. The total amount of space available to import is 4K - approximately 300 entries with just MAC addresses and no descriptions. It is recommended that you export your current ACL list before updating to the 4.0.8 Firmware.
- Expands the number of port mapping entries to from 10 to 20.
- Fixes potential issues with sending email when connected to Verizon DSL services.
- Improves compatibility when posting messages or sending email through secure websites.
- The Airport Admin Utility has improved scanning for base stations across local subnets. This improves the ability for AirPort computers to find base stations while plugged into the LAN port.
- Compatible with Internet service providers or other home router products that use private 10.0.0.x or 10.0.1.x addresses in bridge mode.

Pound-Shell 0.8.6 Alpha
Pound-Shell 0.8.6 Alpha is yet another extremely useful utility designed to act as an automated lab-book for people that conduct experiments in their standard shell environments more>>
Pound-Shell 0.8.6 Alpha is yet another extremely useful utility designed to act as an automated lab-book for people that conduct experiments in their standard shell environments. The high-level goal of Pound-Shell is to allow users to log data processing experiments (with little/no manual effort or interference) in such a way that they can later go back and recall (or rediscover) and reproduce their steps.
Basically, it's designed to help us determine data's provenance. Further, Pound-Shell allows users to almost automatically re-run old experiments with new data. This type of work includes processing files with R, using gnuplot, interactive perl/python, standard data processing with shell commands (awk, sort, join, etc.), etc. Pound-Shell does not attempt to trace commands if it detects that a program has "captured the screen". Examples include Vim, emacs, etc. In such cases, Pound-Shell waits for the sub-process to end and then resumes recording.
With Pound-Shell, you can send a colleague your data-set(s) and your lbsh lab-book, and they can understand/reproduce/verify your results with Pound-Shell's automated tools. In essence, you simply run "lbsh" and it automatically creates a new shell (the same type [bash | tcsh | etc.] that you already use) in a child process. Figure 1 shows how your session goes through Pound-Shell to the real shell underneath.
When you decide you want to start logging commands for an experiment, you tell Pound-Shell to start logging. Then Pound-Shell simply records your commands (and also traces into the above mentioned tools). It does not record passwords, or anything else that is not output the screen. You can use tab-completes, issue commands that span multiple lines, use shell history, etc. When you are done, you tell Pound-Shell to stop logging. Then you may do whatever and Pound-Shell will quietly wait. You may repeat as needed without having to restart Pound-Shell each time.
Major Features:
- It is able to provide its utility without requiring the user to behave any differently. In a sense, users are free from needing to learn the diligence practiced by other scientists in their labs. In other words, it should make people's lives easy w/o being painful.
- It has processing scripts (file-provenance.pl, exeggutor.pl, etc.) that allow one to specify a file name (such as a graph) and see all of the experiments that were needed to derive its data. The history (or provenance) of files can be seen as an ordered list of experiment IDs or as a Dataset Derivation Graph (or DDG).
- It can be used to re-run experiments with new or old data to update findings or reproduce prior results using a file's provenance.
Enhancements: Jun 11 2008
- Fixed bug: Ctrl-d is not captured, so if it is used to exit a process like gnuplot or python, it will not make it to the script.out file
OSX Power Additions 1.0b3
OSX Power Additions - Scripting addition that enables you to send commands directly to the unix shell more>>
OSX Power Additions allows you to send commands to the UNIX shell.
Alias to Symlink 1.0
Script to convert aliases into Unix Symlinks. A shell script to do the same is also included more>> Script to convert aliases into Unix Symlinks. A shell script to do the same is also included.
Mac OS X 10.0 or later, AppleScript.
Cal Shell 1.0.2
Cal Shell - Run the Cal and Calendar shell scripts more>>
It copies the output to a text field which can then be copied to the clipboard.
Completly freeware.
Enhancements:
- minor changes to interface
- added an error handler for the calendar utility button to create a calendar file if one doesnt exist.
Griffin iTrip Station Finder 2.0
Griffin iTrip Station Finder - Helps iTrip owners find clear stations more>>
The iTrip FM Transmitter is of the hottest iPod accessories in the world because it allows iPod owners to play their iPods music in their cars or over their stereo through the FM radio.
One of iTrips most unique features is its ability to broadcast to any FM frequency on the dial.
The new iTrip Station Finder application makes this process much easier and faster by suggesting the frequencies that have the least interference near them.
Enhancements:
- Now includes frequencies for 15 additional countries
- interactive map navigation
- user submission of new frequencies.
MC Hot Gas 1.1.5
MC Hot Gas - Track & graph your automobiles gasoline usage more>>
Completly freeware for personal use.
Enhancements:
- Fixes for 10.2.4
- Support for Price/Distance
- Ability to Change Fuel Types.