Main > Free Download Search >

Free shell gas card software for mac

shell gas card

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1298
Shell Watcher 1.1

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.

<<less
Download (17KB)
Added: 2006-02-09 License: Freeware Price: FREE
179 downloads
Side Shell Chairs 1.0

Side Shell Chairs 1.0


Side Shell Chairs - Armchairs icon set more>>
Side Shell Chairs is a great set of shell chair rockers to give your desktop a sexy vintage flair! If you love these, make sure to get his other set of shell chairs--They are fab!

All icons are aquafied and look best in 128x128 at 32bit mode.

Completly frewware for personal use.
<<less
Download (287KB)
Added: 2006-03-30 License: Freeware Price:
1306 downloads
Shellsilver 1.4

Shellsilver 1.4


Execute UNIX shell scripts from the Finder. more>>
Shellsilver allows you to execute UNIX shell scripts from the Finder. When a file with the extension .sh is double-clicked, Shellsilver will launch, and moments later, a Terminal window will pop open executing the shell script.
<<less
Download (0.084MB)
Added: 2004-05-14 License: Freeware Price:
1991 downloads
Set Game 1.0

Set Game 1.0


Set Game is a simple yet interesting card card played with a deck of 81 cards. A set is 3 cards that are all the same or all different for the 4 attributes: color, shape, texture, and number more>> <<less
Download (1KB)
Added: 2009-11-15 License: Freeware Price: FREE
downloads
Backup Shell Script 8.30.02

Backup Shell Script 8.30.02


The backup shell script copies a Mac OS X HFS+ boot volume to a target directory, including resource forks and Unix access rights more>> The backup shell script copies a Mac OS X HFS+ boot volume to a target directory, including resource forks and Unix access rights. After downloading the file, open a Terminal window and go to the folder where you have stored the script (e. g. by typing "cd ", then dragging the download folder from the Finder to the Terminal window, then typing the return key). Then make the script executable by typing "chmod +x backup", followed by the return key. (The optimal place to store the backup script is the directory /usr/local/sbin. On Unix systems, there are local system binaries located.) Now assume a HFS+ backup disk or partition called BackupDisk. When mounted on Mac OS X, in the file system this volume is found at /Volumes/BackupDisk. To create a backup on this disk, type "sudo backup /Volumes/BackupDisk" in the Terminal window.

When the backup command has finished, it is possible to boot Mac OS 9 and Mac OS X from BackupDisk. Before starting the backup, verify that "privileges" are honored on the BackupDisk. Otherwise all files of the backup are owned by the currently logged in user, and the backup becomes worthless. To check the privileges settings, open the Info window for the BackupDisk in the Finder and switch to the Privileges pane. Then uncheck the "Ignore privileges on this volume" checkbox. (With the command line, you can check or modify this settings with the vsdbutil command. "sudo vsdbutil -c /Volumes/BackupDisk" shows the current privilege settings, "sudo vsdbutil -a /Volumes/BackupDisk" lets the system honor the privileges on the disk and "sudo vsdbutil -d /Volumes/BackupDisk" makes the system ignoring the privileges.)

Requirements:
Mac OS X 10.2 or later.
<<less
Download (4K)
Added: 2002-08-30 License: Free Price:
downloads
Ircle shell scripts 1.0

Ircle shell scripts 1.0


Ircle shell scripts - 4 interactive do shell scripts for Ircle more>>
Ircle shell scripts is a collection of 4 scripts uses AppleScripts "do shell script" to interact with Ircle.

Completly freeware for non-commercial use.

<<less
Download (9KB)
Added: 2006-05-06 License: Freeware Price:
1267 downloads
Pound-Shell 0.8.6 Alpha

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:

  1. 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.
  2. 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).
  3. 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
<<less
Download (124KB)
Added: 2008-09-20 License: Freeware Price: FREE
14 downloads
Cal Shell 1.0.2

Cal Shell 1.0.2


Cal Shell - Run the Cal and Calendar shell scripts more>>
Cal Shell uses AppleScript to run the Cal and Calendar shell scripts.
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.
<<less
Download (92KB)
Added: 2005-12-22 License: Freeware Price:
1403 downloads
Twins Cards 1.3

Twins Cards 1.3


Memory matching game. more>>
Twins Cards is a rather simple memory game. Above are cards which begin face down. Click on one to turn it over. Try to find the second card that matches the first.

If the second does not match, both cards return to a face down position. If the two cards are identical you can keep them and turn over two new cards.You win the game when you have matched all of the pairs and all the cards are gone.
<<less
Download (1.2MB)
Added: 2004-06-16 License: Freeware Price:
1956 downloads
Business cards Search 1.0

Business cards Search 1.0


Business cards Search - Search for business cards on Business Card Collection by keyword, color, profession, or designer more>>
Business cards Search Widget provides powerful search for business cards in Business Card Collection by many parameters, such as keyword, color, profession, designer’s name etc.

<<less
Download (9KB)
Added: 2006-08-17 License: Freeware Price:
1170 downloads
 
Other version of Business cards Search
Business cards Search 1.0Card Collection by keyword, color, profession, or designer. Business cards Search 1.0 - Pavel ... Business cards Search Widget provides powerful search for business cards in Business Card
Price: FREE
License:Freeware
Download (9KB)
179 downloads
Added: 2006-08-17
MC Hot Gas 1.1.5

MC Hot Gas 1.1.5


MC Hot Gas - Track & graph your automobiles gasoline usage more>>
Gas tracks the mileage, gallons of gas, types of miles (highway, city, etc) and the type of gas used for those miles. Then, a summary is provided to give an overview of your cars gas usage under all situations.
Completly freeware for personal use.
Enhancements:
- Fixes for 10.2.4
- Support for Price/Distance
- Ability to Change Fuel Types.
<<less
Download (109KB)
Added: 2006-05-26 License: Freeware Price:
1247 downloads
Maya Design Cards 1.0

Maya Design Cards 1.0


Maya Design Cards is a professional and smart Dashboard widget that displays a card face down on your desktop. Click it and it will flip up, displaying a motivational quote of some sort. more>> Maya Design Cards 1.0 is a professional and smart Dashboard widget that displays a card face down on your desktop. Click it and it will flip up, displaying a motivational quote of some sort.

Requirements: Mac OS X 10.4 or later.

<<less
Download (1.2MB)
Added: 2005-05-03 License: Free Price:
downloads
Classic Card Games: RMY 1.4

Classic Card Games: RMY 1.4


Classic Card Games: RMY - a game-widget with only one goal - get rid of all of the cards in your hand more>>
Classic Card Games: RMY has only one goal - get rid of all of the cards in your hand. If you have three or more cards of the same suit in a sequence, you can meld by laying these cards, face up.

Likewise, if you have at least three of the same value, you can also meld a group. For your first meld you have to have at least 41 points.

In this early version of this game melds are done automatically by the computer so you have only to select which card you want to discard.
<<less
Download (1.8MB)
Added: 2007-03-29 License: Freeware Price:
950 downloads
Cumulus Shell 1.0

Cumulus Shell 1.0


This is a simple AppleScript based front end for use with your purchased copy of Cantos Cumulus server for Mac OS X 10.1 or higher more>> This is a simple AppleScript based front end for use with your purchased copy of Cantos Cumulus server for Mac OS X 10.1 or higher. This only offers a quick start and stop button for control of the server process. It is suitable to use as a login startup item. Source available on website.
Requirements:
Mac OS X 10.1 or later, Cantos Cumulus server.
<<less
Download (104K)
Added: 2002-08-08 License: Free Price:
downloads
Gas Mask 0.4

Gas Mask 0.4


Simple hosts file manager. more>>


Simple hosts file manager for Mac OS X Leopard. It enables to edit hosts files and switch between them.

<<less
Download (882K)
Added: 2009-01-19 License: Freeware Price:
12 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5