Main > Free Download Search >

Free skoot 1.3 software for mac

skoot 1.3

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1373
Skoot 1.3

Skoot 1.3


Skoot is developed to be a convenient and useful program which enables you to invite people to workspaces where you can trade large files without the hassle of email attachments or FTP. more>>

Skoot 1.3 is developed to be a convenient and useful program which enables you to invite people to "workspaces" where you can trade large files without the hassle of email attachments or FTP. You don't have to deal with your email client at all, just drop files in a special folder using your Finder. If your recipients don't have Skoot, Skoot will send an email to help them get started.

Requirements:

  • Mac OS X 10.4
  • 128 MB RAM (256 MB recommended)
  • 50 MB available disk space (150 MB if Java 5.0 Runtime Environment is not installed)
  • Mozilla Firefox 1.1 or later
  • Opera 8.54 or later
  • Safari 1.2.2 or later

<<less
Added: 2007-05-21 License: update/patch Price:
downloads
SimpsonBot 1.3

SimpsonBot 1.3


SimpsonBot - Displays random quotes from ?The Simpsons.? more>> <<less
Download (384KB)
Added: 2006-02-17 License: Freeware Price:
767 downloads
Kotoba 1.3.6

Kotoba 1.3.6


Kotoba - Vocabulary training aid more>>
Kotoba is a simple aid for increasing your Japanese vocabulary (and can also be used to learn Korean, Chinese, and so forth). It is based on the not so unconvential idea that increased exposure to words will help consolidate your memory of them. The implementation of this idea is by repeatedly showing words in a small window that you can keep visible in the background while you work on your stuff.
The program can be set to show the kanji first, then the kana reading, and the translation and any possible comments, or vice versa. Words can be displayed manually, using navigation buttons or the arrow keys, or automatically via an adjustable timer. Multiple dictionaries can be created and edited. Editing is very flexible as Kotoba supports drag-and-drop, searching, as well as import and export of text files.
Enhancements:
- lexicon table font can be customized.
- lexicon table display improved.
- lexicon table contextual menu allows for (un)checking selected items.
- added note display in desk view.
- desk view does not move with expose.
- improved preference handling with live display.
- added shortcuts help menu item.
- state of main window persists over launches.
<<less
Download (269KB)
Added: 2006-08-22 License: Freeware Price:
1165 downloads
Lotto 1.3

Lotto 1.3


Lotto - Display the results from over 200 national and state lotteries world-wide more>>
Displays the results from over 200 national and state lotteries world-wide. Check your numbers instantly for both last and previous draws. (Clicking on the lottery name or draw date allows you to quickly see more results)
Features the results from over 200 Lotteries world-wide including: Florida National Lottery, UK National Lottery, Mega Millions, Powerball, Euro Millions, South African National Lotto, California Super Lotto Plus, New York Lotto, Lotto Texas, South Africa Plus Lottery, UK Daily Play, UK Hot Picks, UK Thunderball, Canada National Lottery, Florida Cash 3, Florida Fantasy 5, Florida Mega Money, Florida Play 4, Ireland Lotto Plus 2, Ireland Lotto Plus 1, Ireland Lotto, Australian OZ Lotto, Australian Lotto, Australian Powerball, Arizona - Fantasy 5, Arizona - Pick 3, Arizona - The Pick, and El Gordo.
Enhancements:
- Added 180+ new draws from USA, South America, Asia and Europe
- Automatic updates
- Online lotto play
- Bug fix, now correctly display the bonus ball numbers.
<<less
Download (709KB)
Added: 2006-07-11 License: Freeware Price:
1336 downloads
Snake 1.3

Snake 1.3


Classic arcade game. more>>
Snake is the famous arcade game where you move around gobbling up all of the apples without biting yourself.
Get ammunition and spit to remove walls, munch bombs and destroy some obstacles.
Features:
- 20 levels
- fast gameplay
- cool music
- funny sounds.
<<less
Download (1MB)
Added: 2004-07-08 License: Freeware Price:
1951 downloads
DashPhoon 1.3

DashPhoon 1.3


DashPhoon - displays the phase of the moon, optionally labelled with information more>>
DashPhoon is a nice and interesting widget that displays the phase of the Moon.

Modes
DashPhoon can either display the Moon as it appears now, or else at some other time.

In the latter case, the display can be frozen at a particular time, adjusted by keystrokes, or advance rapidly by hours or days.

DashPhoon can display one of several labels with information about the phase of the Moon.
<<less
Download (423KB)
Added: 2007-03-30 License: Freeware Price:
940 downloads
Phobos 1.3

Phobos 1.3


Personal finance manager. more>>
Phobos is a financial manager for Mac OS X. The new version of Phobos has very little in common with the previous version. The interface is completely re-designed, it is much cleaner and easier to interact.

Phobos is now capable of interacting with OmniGraffle: you can create reports through .graffle templates. The plug-in manager allows you to create your own plugins (bundles) and load them at runtime. Phobos will "ship" with a plug-in that allows to export/import files in different formats: SQL, QIF, XML.
<<less
Download (0.389MB)
Added: 2004-08-11 License: Freeware Price:
1900 downloads
EOReporter 1.3

EOReporter 1.3


EOReporter is a command-line tool generate files (documentation, usually) based on information in an EOModel more>>
EOReporter is a command-line tool generate files (documentation, usually) based on information in an EOModel. Files can be generated on a per-entity, per-model, or per-model group basis. Some provided templates generate HTML documentation similar to the EOModeler list view. EOReporter is a direct descendant of the EOGenerator application.
It is possible (among other things) to generate PB.project and Makefiles (pre-OS X) that are always up-to-date with the entities in your models. It can also be used to generate HTML documentation similar to what is listed in EOModeler, create a script that can be used to removed obsolete entities from CVS, or turn an EOModel into an XML file.
Enhancements:
- Built as universal binary for use on Intel Macs.
- Added barebones EOF headers to allow compilation with WebObjects 5.3. Contributed by Mike Schrag.
- Updated with new MiscMerge; adds encoding support and fixes a few bugs.
<<less
Download (143KB)
Added: 2006-06-16 License: Freeware Price:
1225 downloads
CSSTidy 1.3

CSSTidy 1.3


CSSTidy is an opensource CSS parser and optimiser more>>
CSSTidy is an opensource CSS parser and optimiser. It is available as executeable file (available for Windows, Linux and OSX) which may be controlled per command line and as PHP script (both with almost the same functionality).
In opposite to most other CSS parsers, no regular expressions are used and thus CSSTidy has full CSS2 support and a higher reliability.
Main features:
- colours like black or rgb(0,0,0) are converted to #000000 or rather #000 if possible. Some hex-codes are replaced by their colour names if they are shorter.
- a{property:x;property:y;} becomes a{property:y;} (all duplicate properties are merged)
- margin:1px 1px 1px 1px; becomes margin:1px;
- margin:0px; becomes margin:0;
- a{margin-top:10px; margin-bottom:10px; margin-left:10px; margin-right:10px;} becomes a{margin:10px;}
- margin:010.0px; becomes margin:10px;
- all unnecessary whitespace is removed, depending on the compression-level
- all background-properties are merged
- all comments are removed
- the last semicolon in every block can be removed
- missing semicolons are added, incorrect newlines in strings are fixed, missing units are added, bad colors (and color names) are fixed
- property:value ! important; becomes property:value !important;
<<less
Download (116KB)
Added: 2007-07-20 License: GPL Price:
834 downloads
Shoka 0.1.3

Shoka 0.1.3


Shoka - pdf library management software more>>
Shoka is pdf library management software under the GPL licence.
Shoka is a tool designed to easily access and organize a large collection of documents Shoka is entirely written in Java5 using Eclipse and SWT.
Main features:
- share documents in LAN
- full text searching for documents
- full text searching in LAN
- access Shoka library servers
<<less
Download (10.8MB)
Added: 2007-05-23 License: Freeware Price:
885 downloads
Gainset 1.3

Gainset 1.3


Gainset will show you the gain setting for your amplifier that will provide the highest signal to noise ratio more>>
A common scenario... Youre setting up your sound system and its time to connect up the amplifiers. Where do you turn the knob on the amp? Hmm... 12 oclock looks good. Well, believe it or not, there is actually a correct position to turn that knob to and it can be calculated.
Enter GainSet... GainSet is a computer program that does this calculation for you. Using information you provide about your system, GainSet will show you the gain setting for your amplifier that will provide the highest signal to noise ratio and the "hottest" signal you can achieve before your system clips.
GainSet is a computer program for sound professionals brought to you by Jason Romney and Michel Marrano of the North Carolina School of the Arts Graduate Theatre Sound Design program. Please browse through the F.A.Q. and download a copy of GainSet for yourself! We would love to hear what you think about GainSet so please feel free to contact us.
Enhancements:
- Version 1.3 includes all new equipment submissions so far.
<<less
Download (1.4MB)
Added: 2006-04-05 License: Freeware Price:
1297 downloads
FontSee 1.3

FontSee 1.3


FontSee - Font preview widget more>> <<less
Download (86.2KB)
Added: 2007-05-24 License: Freeware Price:
884 downloads
Fish 1.3

Fish 1.3


Fish - 3D aquarium simulator more>>
Fish is an aquarium simulator. It allows you to add fish to an underwater environment and customize them.
Fish show complex behavior. You can feed them, see its evolution as they grow, breed, use different cameras to track them, and save different aquariums for later usage. Fish can be shared with others over the local network using Bonjour.
Enhancements:
- Universal Binary.
<<less
Download (6MB)
Added: 2006-06-07 License: Freeware Price:
1254 downloads
Shih 1.3

Shih 1.3


Shih - Puzzle game widget more>>
Players move across and alter the arrangement of a hexagonal board comprised of 96 triangles, each of which has a wall attached.
By re-orienting walls in such a way as they enclose one or more enemy pieces and no empty spaces or friendly pieces, a player captures the enclosed pieces.
The rules are simple enough to learn, but it takes time to master the use of tempo.
Enhancements:
- More detailed information on widgets back.
- Now prevents the use of a Power Spin when rotating a space that may legally be affected by a Spin move.
- Cleaner HTML and Javascript files, including more detailed JS comments.
<<less
Download (78KB)
Added: 2006-02-24 License: Freeware Price:
1403 downloads
TGen 1.3

TGen 1.3


TGen - Semi-dynamic data publishing tool more>>
TGen is a tool for doing data publishing from a property list (plist) file to text documents. In functionality, TGen is similar to what can be achieved with XML & XSLT, but uses a much simpler plist data stucture instead of XML. It has some semi-dynamic features in that you can have loops and control structures that work based on the data in the plist file.
Enhancements:
- Built as universal binary for use on Intel Macs.
- Updated with new MiscMerge; adds encoding support and fixes a few bugs.
<<less
Download (103KB)
Added: 2006-03-29 License: Freeware Price:
1359 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5