Main > Free Download Search >

Free extra space storage software for mac

extra space storage

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1823
ACTION Space Doctor 1.0.4

ACTION Space Doctor 1.0.4


ACTION Space Doctor is one of the safest and most trusted way to update storage media to Apples new HFS+ format. more>>

ACTION Space Doctor 1.0.4 is one of the safest and most trusted way to update storage media to Apple's new HFS+ format. Space Doctor was designed to be the safest product available and is impervious to power outages, even during the update process.

It also offers users the option to cancel the process with complete safety at any time prior to completion of the update. Use ACTION Space Doctor and see the 20/20 difference: up to 20 times faster and 20% less expensive than any other product on the market!

Requirements:

  • Mac OS X 10.4 PPC
  • Mac OS X 10.3.9
  • Mac OS X 10.4 Intel
  • Mac OS X 10.0
  • Mac OS X 10.1
  • Mac OS X 10.5 PPC
  • Mac OS X 10.2
  • Mac OS X 10.5 Intel
  • Mac OS X 10.3
  • Mac OS Classic
<<less
Download (2.3MB)
Added: 1999-11-15 License: update/patch Price:
downloads
kbps final storage 0.1

kbps final storage 0.1


kbps final storage calculates the required disc space of compressed video footage more>>
kbps final storage is a widget that calculates the required disc space of compressed video footage. You only need to enter the bitrate and length.
<<less
Download (19KB)
Added: 2007-05-04 License: Freeware Price:
539 downloads
Space Garbage Men 1.3

Space Garbage Men 1.3


Space Garbage Men - Arcade game where you pilot your ship collecting radioactive rocks more>>
Space Garbage Men is a game where you pilot your triangular ship through loads of levels getting the valuable radioactive rocks and killing angry aliens.
Look for the secret entrance to find many more trasures for points and ship upgrades.
Main features:
- Scalable 2D Vector Graphics using openGL.
- 5 Great Psychobilly/Garage MOD songs to listen to.
- More than 2000 levels with increasing difficulty.
- Nice visual effects (Motion Blur, Clouds)
- A great triangular ship!!
- Each level has a random cave to explore.
- Lots of nice power-ups for your ship.
- Tweaked the gameplay.
- Its FREE!! (Still you HAVE to send me an email).
Enhancements:
- Readable and easy to understand, preferences file.
- Optional Motion Blur.
- Optional Extra Visual Effects (ie Clouds in the sky)
- Cave walls are now smooth in colour.
- Changed the background of the Caves.
- Added Independent Camera Movement.
- The game now preloads all the sounds.
- Fixed resolution switching menu.
- Extra BONUS level: Meteorites in Hyperspace.
- Hi-Score Web Page.
- In-game instructions and score information
- Lots of other small fixes.
<<less
Download (1.2MB)
Added: 2006-06-03 License: Freeware Price:
1239 downloads
MT Space 0.2b

MT Space 0.2b


MT Space - Space visualizer plugin for iTunes more>>
MT Space is a space-themed visualizer for Apples iTunes music system. It uses OpenGL and runs in OS X.
To install MT Space, simply the bundle in your "Library/iTunes/iTunes Plug-ins" folder in your home folder.
Enhancements:
- The window-resizing bug was fixed by an update in iTunes :) Occasionally, the window will still not resize exactly right, but it no longer completely scrambles the window. Once again, stop and re-start the visualizer to correct this.
- Tweaked and updated the effects, including new planets and colors
- Added display of current song information.
<<less
Download (380KB)
Added: 2006-04-04 License: Freeware Price:
1299 downloads
Crystal Space 1.2.1

Crystal Space 1.2.1


Free and open source software development kit for realtime 3D graphics more>> Free and open source software development kit for realtime 3D graphics

Crystal Space is a free cross-platform software development kit for realtime 3D graphics, in particular games.
Main features:>
Generic
- Highly platform independent with good platform abstraction. Officially supports Linux, OSX and Windows using a wide range of compilers.
- Modularized using a lightweight component framework, SCF, based upon the COM model.
- Self contained so that many modules requires no or few external dependencies.
- Written in standard C++ using very few non*standard extensions. Source available under LGPL license.
Comprehensive and competent
- Contains modules for 2d and 3d graphics, sound, collision detection and dynamics via ODE and bullet as well as support modules for filesystem abstraction, xml loading etc.
- Graphics subsystem:
- Generic renderer abstraction with main implementation being OpenGL based.
- Supports hardware accelerated rendering on all supported platforms and cards from all well known vendors.
- OpenGL renderer uses acceleration techniques such as vertex buffers in AGP or VRAM and asyncronious uploads.
- Shader centric design with shaders defined in xml markup and shader programs implemented using Cg, assembly language or fixed function operations.
- Complicated shaders can be constructed using a meta syntax as composed by simpler modules that gets combined on load.
- Library of common shaders such as normal mapping, parallax (virtual displacement) mapping and hardware skinning.
- Contains a software renderer with scaled down features for platforms without OpenGL and/or debugging.
- Mesh objects:
- Plugin based mesh object system
- Generic triangle based mesh with support for frame and bone based animation.
- Terrain mesh with fast block based LOD system.
- Configurable and extensible particle system mesh.
- General system for static LOD on all types of meshes.
- Bone based animation mesh using the cal3d library.
- Collision detection and dynamics:
- Provides bindings for ODE and bullet dynamics systems.
- Automatic setup of collision detection meshes and syncronization of position and orientation of meshes.
- Simplified collision detection when you dont need the full dynamics simulation
- Sound system:
- 2D and 3D sound rendering via DirectSound, Alsa, OSS and CoreAudio.
- Provides both one*time playing of effects and streaming playing in the background for music.
- Other:
- Filesystem abstraction layer, VFS, that handles both physical files on disk and files within ZIP files, giving virtual layout independent from platform and physical layout.
- Abstracted configuration layer with support for settings in configuration file, system dependent storage such as the registry and command line.
Compatible
- Custom model and scene file format with exporters for Blender and 3d studio max and model importers for common file formats such as 3ds and md2.
- Supports all common texture file formats including dds, jpg, png as well as some more exotic ones such as mng (animated texture format).
- Sound loaders for wav and ogg formats.
- All subsystems easily extendable for new file formats.

Enhancements:
- fixes for some compilation warnings.
- fixes and enhancements for TinyXML and xmlread.
- fixes for dynavis, sprcal3d, odedynam, genmesh, shaders, LeakGuard and RB tree.
- fix for dynamic lights not shining on certain objects.
- fix for TinyXML writer crashing on empty attributes.
- fix for setting priority on a non-running thread having no effect.
- fix for UTF-8 BOM tripping up XML parser.
- fix for terrain2 not setting SplatDistance.
- fix for csperl5 plugin build error on amd64.
- fix for csInputDefinition::ParseKey() considering non-keyboard definitions.
- fix for some sndsys parts not being under LGPL.
- fix for light attenuation vector update after cutoff distance change.
- fix for mouse and joystick event helpers not using csKeyModifiers.
- fix for xmlshader conditions.
- fix for DDS cubemap saving.
- fix for wrong refCount on materials.
- fix and optimization for opcode/CollideRay.
- work-around crashes on exit with static profile builds.
- castle textures split, licensing.
- leak fixes...
- removal of some old unused cruft from the Jam build system
- work-around internal Jam crasher.
- work-around g++ -Wno-long-double bug for recent compilers.
- fix for cross-compile problem with -fvisibility-inlines-hidden.
fix broken folding of multi-token build switches, for example:
- "-framework Foo -framework Bar" being incorrectly mutated to "-framework FooBar".
- fix missing dependency in cs-config/Jamfile.
- fix for incorrect declaration of pycscegui clean target.
- fix for SWIG 1.3.31+ required for python 2.5 bindings.
- fix for detection of python installation in non-standard locations.
- fix for augmenting pkg-config path with user-specified dir.
- fix for vertexlight.cgvp not getting installed.
- loads of other clean-ups, fixes and improvements...
- fix for lighter2 related to lighting through portals.
- fix for a crasher in basemapgen.
- fix for startme not handling spaces in paths to the called applications.
- fix for viewmesh mouse events.
- updates for links for PSDK with VC8 Express.
- updates for URLs and FAQ.
- updates for sound system documentation.
- fix for crash in the Alsa driver at exit.
- re-enable VBO for ATI driver 2.1.7059+.
- work-around driver-brokenness for Intel GMA 950 & 3100 texture compression.
- fix binutils check for Mac OS X Leopard.
- fix for MacOS X enter raw-key-code.
- fix for CoreAudio driver.
- fix libcrystalspace_staticplugins failing to compile in MSVC8 due to pycscegui.

<<less
Download (42.2MB)
Added: 2008-10-04 License: GPL Price: FREE
402 downloads
Delete Extra Paras QX 1.0

Delete Extra Paras QX 1.0


Delete Extra Paras QX - Delete trailing returns more>>
Delete Extra Paras QX is a QuarkXPress AppleScript which deletes trailing returns in every text box in a document.

Does check to make sure not deleting any printable text and keeps return if line before has a rule on.

Completly freeware.


<<less
Download (3KB)
Added: 2006-02-13 License: Freeware Price:
1350 downloads
2001: A Space Odyssey 1.0

2001: A Space Odyssey 1.0


2001: A Space Odyssey - Space Odyssey icons set more>>
Take on a journey of space and exploration, with this set of 16 icons based upon the movie 2001: A Space Odyssey.

The icons are best viewed in 128x128 at 32bit.

Completly freeware.


<<less
Download (496KB)
Added: 2006-01-27 License: Freeware Price:
1370 downloads
Space Joyriding 1.0.2

Space Joyriding 1.0.2


Space Joyriding - Asteriod space arcade game more>>
Power-up your decked-out spaceship and go for a romp around the asteroid belt at breakneck speed and blow up everything in sight with an array of black-market weapons!

But watch out for that old minefeild, and the odd police patrol ship, and that paper-thin armour.


<<less
Download (522KB)
Added: 2005-11-04 License: Freeware Price:
1449 downloads
Space Spuds 2 PR1

Space Spuds 2 PR1


Space Spuds 2 - Survive as long as you can in a potato field more>>
Space Spuds 2 is a rewrite of the original Space Spuds, a fast-paced open source arcade game where you must survive as long as you can in a potato field! Blast the spuds out of the way with your laser cannon. See how long you can last!

Space Spuds 2 has been in development off and on over an extended period of time, but will hopefully see the end of the tunnel. The release seen and downloadable here is a development release that may be a little rough around the edges.

With 25 exciting high quality backgrounds and unlimited levels, youre sure to never get bored!

<<less
Download (8.1MB)
Added: 2006-05-16 License: Freeware Price:
1256 downloads
Video Disk Space Calculator 1.1

Video Disk Space Calculator 1.1


Video Disk Space Calculator - Find needed disk space for video editors more>>
Video Disk Space Calculator is a free, simple application designed to calculate necessary disk space for video editors.
As of version 1.1 it also can calculate length available for a specified disk size. Simply select your desired video codec, enter the length of the footage or available disk space, and VDSC will display the space needed or length available.
A printable chart of many codecs and their respective data rates is also built in.
Enhancements:
- Added Codecs: DVCPRO HD, MPEG-2 Low, Medium and High
- Added ability to display a smaller selection of Codecs
- Added ability to calculate length from a given disk space
- Added Terabyte option for disk space
- Revised SD 8 and 10 bit data rates
- Added Help file
- Now a Universal Binary.
<<less
Download (115KB)
Added: 2006-08-08 License: Freeware Price:
679 downloads
Space Bug 1.2

Space Bug 1.2


Space Bug is an impressive and pleasant game which you can never take your eyes off. Game where your mission is to protect the Earth from threats that are coming from the outer space. more>>

Space Bug 1.2 is an impressive and pleasant game which you can never take your eyes off. Game where your mission is to protect the Earth from threats that are coming from the outer space.

<<less
Download (1.1MB)
Added: 2000-12-29 License: Freeware Price:
downloads
Space Combat 1.40a

Space Combat 1.40a


Space Combat is a game in which laws of physics are used to your vehicle. more>>

Space Combat 1.40a is a game in which laws of physics are used to your vehicle. You enter the spaceship mass, size, and thruster and engine powers and locations and see how the resulting ship handles... with the physics being accurate. Take the ship though gates projected on a HUD, or asteroids or comets to test your manueverability and flying skills.

<<less
Download (2.9MB)
Added: 2004-12-10 License: Freeware Price:
downloads
DAW Disk Space Calc 1.4

DAW Disk Space Calc 1.4


DAW Disk Space Calc is a mighty effective program that can calculate how much disk space needed for digital audio recording based on bit depth, sample rate, length in time, and number of tracks. more>> DAW Disk Space Calc 1.4 is a mighty effective program that can calculate how much disk space needed for digital audio recording based on bit depth, sample rate, length in time, and number of tracks.

Enhancements: Version 1.4: Minor bug fix

Requirements: Mac OS X 10.4 or later.


<<less
Download (702K)
Added: 2006-05-11 License: Free Price:
downloads
Extra Tasty: Drink of the Day 1.0

Extra Tasty: Drink of the Day 1.0


Extra Tasty: Drink of the Day - Browse through the ExtraTasty.com Drink of the Day more>>
Browse through the ExtraTasty.com Drink of the Day, home of user-input drinks and voted on by a community.

See quick and easily the recipe for making tasty concoctions, and one click takes you to the detail page on ExtraTasty.com.

Access Keys are been provided. “N” goes to the Next, “B” goes to the previous, and “0” (that’s a zero), goes to the beginning of the list.
<<less
Download (67KB)
Added: 2006-07-20 License: Freeware Price:
1194 downloads
 
Other version of Extra Tasty: Drink of the Day
Extra Tasty: Drink of the Day 1.0Extra Tasty: Drink of the Day - Browse through the ExtraTasty ...Barres is a simple barcode generation application for
Price: FREE
License:Freeware
Download (67KB)
192 downloads
Added: 2006-07-20
Menu Extra Enabler 1.0.3

Menu Extra Enabler 1.0.3


Menu Extra Enabler is a utility that will enable third-party menu extras more>>
Menu Extra Enabler is an InputManager that enables the use of third-party Menu Extras (the things on the right side of the menu bar, such as Cee Pee You, Spy and many others) to run on Mac OS X. MacOS X 10.2 introduces a block that prevents third party Menu Extras from loading. This InputManager allows you to use all of them again on Mac OS X 10.2 and later.
Enhancements:
- Menu Extra Enabler is now Universal (Fat) and will run on the Intel chip based Macs (ICBMs).
<<less
Download (345KB)
Added: 2006-03-22 License: Freeware Price:
1347 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5