Main > Free Download Search >

Free takes place software for mac

takes place

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2993
Take it! 0.5b

Take it! 0.5b


Auto-upload screenshots via FTP. more>>
Take It! takes a screenshot of your current screen, puts it into a file, and uploads it to a webserver trought FTP. You can freely customize periods of time for your capture, and then see what its going on in your machine remotely.
<<less
Download (600KB)
Added: 2004-09-12 License: Freeware Price:
1871 downloads
Ugly CD Player 2.2.1

Ugly CD Player 2.2.1


Audio CD player that takes up little desktop space. more>>
Ugly CD Player is an audio CD player for PowerPC machines which takes up very little screen space, making it easy to place it in an open area of the screen for convenient access.
<<less
Download (220KB)
Added: 2004-09-26 License: Freeware Price:
1855 downloads
LARA-A BackUp 0.9

LARA-A BackUp 0.9


Backup files to a secondary drive or server. more>>
Backup important data to a secondary hard disk or a server using the stand-alone application and/or the screensaver. Backup from any combination of files/folders to any destination on secondary hard disks or local servers.

Set up backup profiles to keep historical states of your backups as you like. Reduces place using hard links to specify historical states of backups. Takes advantage of multiple processors.
<<less
Download (1.1MB)
Added: 2004-11-05 License: Freeware Price:
1813 downloads
Drop Script 0.5

Drop Script 0.5


Create new apps from command-line BSD programs. more>>
Drop Script lets you create new applications from any BSD program which takes files as command line arguments. Typically, these are scripts written in sh, perl, etc.
<<less
Download (40KB)
Added: 2004-11-14 License: Freeware Price:
1804 downloads
The Inscrutable Denominator of Heaven?s Dashboard 0.1

The Inscrutable Denominator of Heaven?s Dashboard 0.1


The Inscrutable Denominator of Heaven?s Dashboard generates amusing names in the style of the game ?Jade Empire? more>>
Jade Empire is a role-playing videogame for the Xbox that takes place in a fictitious, mythical version of China.

One of the things I really enjoy about the game is the nifty names all the characters have. Sagacious Zu! Radiant Jen Zi! Lu the Prodigy! By comparison, my own name seems threadbare and boring. I knew there had to be some way I could dress my name up for a night on the mythical Asian town.

This widget is the result.


<<less
Download (384KB)
Added: 2005-07-29 License: Freeware Price:
1547 downloads
Assault on Yavin Four 1.0

Assault on Yavin Four 1.0


Assault on Yavin Four - Text adventure game more>>
Assault on Yavin Four is a text adventure game, based on the book Assault on Yavin Four from the Star Wars Missions series. The game has many puzzles, mazes, and enemies that characterize an "adventure" game. You are in serious danger of being captured or killed, so save often. The game takes place right after the first Death Star has been blown up. An Imperial cruiser has just crash-landed on Yavin Four, and the Rebel base is in danger of being discovered! You, a young Rebel soldier, have been assigned to go out and find the stormtroopers, stop them from launching a distress beacon, and locate the captain.

Dont think this mission will be easy. Random events and subtle puzzles make for a dangerous experience. For more information, and instructions on how to play, see the included Read Me file (in pdf or rtfd format), or use the Datapad item during the game. There is also one secret item in the game. While it has no practical use, it is hard to find, and requires that you go in nearly the opposite direction from your goal, as well as combating a monster instead the Massassi temple. Good luck, trooper!


<<less
Download (568KB)
Added: 2005-08-23 License: Freeware Price:
1527 downloads
Open Mortal 0.7

Open Mortal 0.7


Open Mortal is a parody of the once popular coin-up fighting game, Mortal Kombat more>>
Open Mortal is a parody of the once popular coin-up fighting game, Mortal Kombat, for Windows and Linux. It is currently playable, has 16 playable characters, some more in the making. New characters can be added, so be a Open Mortal actor today!
OpenMortal is freely available, released under the GNU General Public Licence.
Enhancements:
- OpenMortal now runs in high or true color video mode (instead of 256-color).
- Transparent shadows
- Added "team mode": both player can choose many fighters into a team. When a fighter dies, the next in the team takes his/her place.
- New (non-proprietary) sound effects.
- New character: Judy
- One new arena
- 2004-04-20 There is a new binary self-installing package for MacOS X.
<<less
Download (21.1MB)
Added: 2005-11-02 License: GPL Price:
1462 downloads
Our Fearless Leader 1.0.1

Our Fearless Leader 1.0.1


Our Fearless Leader -Bushism screen saver more>>
A collection of 372 Bushisms collected into one screen saver.
Most have the date and the situation where the quote took place.
Enhancements:
- Fixed install message - Once read as "Test" when installing
<<less
Download (2.1MB)
Added: 2005-10-25 License: Freeware Price:
1459 downloads
The L Magazine Widget 1.0

The L Magazine Widget 1.0


The L Magazine Widget - The L Magazine pick of the day widget more>>
The L Magazine Widget allows you to harness the incredible power of the Pick of The Day right on your own desktop.

Let it guide you to the ultimate movie, rock show, reading, play, gallery opening or place to take your visiting mother-in-law.


<<less
Download (84KB)
Added: 2005-11-08 License: Freeware Price:
1453 downloads
QuickLite 1.5.6

QuickLite 1.5.6


QuickLite - Cocoa wrapper for SQLite more>>
QuickLite already includes SQLite, so theres no need to download and to configure.
It provides the developer with a SQL database without running a separate RDBMS process.
QuickLite is not a client library used to connect to a big database server. QuickLite is the server, reading and writing directly to and from the database files on disk.
Main features:
- Updated with SQLite 3.2.2
- Data integrity check provided by SQLite
- Datatype support includes QLString, QLNumber, QLBoolean, QLDateTime, and QLContainer
- Better data caching: CacheAllData, CacheOnDemand, or DoNotCacheData
- QuickEdit: insert, edit, and remove rows without a single SQL statement, the OOP-way
- In-cursor data matching
- Set operations on cursors
- Support for attached databases
- Save and revert supported, database-wide and on a cursor-by-cursor basis
- Distributed notifications, Fast User Switching-aware, sent when a commit action takes place
- Debugging facilities to observe all SQL statements executed, as well as tracing QuickLite methods.
Enhancements:
QuickLiteDatabase
- New: Added a new convenient class method + (NSString*)escapeQuotesFromString:(NSString*)string;
- Modified: Removed the following methods:
- - (NSArray*)columnsForTemporaryTable:(NSString*)table;
- - (NSArray*)indexedColumnsForTemporaryTable:(NSString*)table;
Now theyre merged with the following calls:
- - (NSArray*)columnsForTable:(NSString*)table
- - (NSArray*)datatypesForTable:(NSString*)table
- - (NSArray*)indexedColumnsForTable:(NSString*)table
- - Bug fix: - (BOOL)updateValues:(NSArray*)values forColumns:(NSArray*)columns withRowUID:(NSNumber*)rowUID inTable:(NSString*)table now accepts NSNull as a possible value
QuickLiteCursor
- - Modified: - (NSString*)description display a brief summary of the cursor
- - New: - (NSString*)fullDescription shows a more detailed report about the entire cursor
- - New: - (NSString*)fullDescription:(unsigned long)numberOfRows shows a more detailed report for the first n rows
- - Bug fix: The cursor always registered itself as modified when calling - (BOOL)setValue:(id)value forColumn:(NSString*)tableAndColumn, even though no changes may have occurred.
Other
- - Better error checking
- - More code cleanup.
<<less
Download (1.7MB)
Added: 2005-11-07 License: Freeware Price:
1449 downloads
BatteryAlarm 1.0b1

BatteryAlarm 1.0b1


BatteryAlarm - Warns when battery power is below a user-definable threshold more>>
BatteryAlarm warns when battery power is below a user-definable threshold (default = 5 minutes left).
BatteryAlarm is multiple-battery aware.

Place it anywhere and add to Login Items.


<<less
Download (24KB)
Added: 2006-01-10 License: Freeware Price:
1383 downloads
IPTC Caption Extraction 1.0

IPTC Caption Extraction 1.0


IPTC Caption Extraction - Extract IPTC caption information from a TIFF more>>
IPTC Caption Extraction is a Quark AppleScript that extracts IPTC caption information from a TIFF image and then places the caption into a Quark text box.

It can easily be modified to place caption in another place.

<<less
Download (20KB)
Added: 2006-02-27 License: Freeware Price:
1337 downloads
Checkpoint 2.2 1.3

Checkpoint 2.2 1.3


Checkpoint 2.2 - Calculates the brightness- and color-difference of two colors more>>
Checkpoint Widget 2.2 calculates the brightness- and color-difference of two colors and thus checks the “Checkpoint 2.2” of the “Web Content Accessibility Guidelines 1.0.” The calculations serve the mathematical formulas as described in the document “Techniques For Accessibility Evaluation And Repair Tools” of the W3C in the paragraph “Technique 2.2.1.”

The values of both colors can be defined either by input fields, or you can select them comfortably with color fields. For the input, you can select between the formats “hexadecimal” (3-and 6-figure) and “RGB.” This choice takes place at the back of the widget and is saved as a property of the widgets constantly.

The widget includes the following languages:

- German
- English
- French
- Spanish.
<<less
Download (103KB)
Added: 2006-03-17 License: Freeware Price:
1318 downloads
Fulbo 1.0

Fulbo 1.0


Fulbo - Football team icon set more>>
Theyve got the cleats, the uniforms and the spunk it takes to be worthy of your desktop. The icons are best viewed in 128x128 at 32bit mode.

Completly freeware for personal use.
<<less
Download (77KB)
Added: 2006-03-24 License: Freeware Price:
1309 downloads
ImagePrinter 2006

ImagePrinter 2006


ImagePrinter - Place images precisely more>>
Use ImagePrinter to place images precisely on paper and print them out.
This is a document based application that saves your layout in a custom file format.
This program is especially useful for printing CD Labels.
Enhancements:
- Mac OS X version.
<<less
Download (555KB)
Added: 2006-04-06 License: Freeware Price:
1297 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5