Main > Free Download Search >

Free user space software for mac

user space

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6479
User Agent 1.0

User Agent 1.0


User Agent - Displays what email client was used to send the message more>>
User Agent is a small AppleScript that enables you to display the user agent/x-, mailer header of an incoming message.
Looks for x-Mailer or User-agent headers if present. If not, it returns the message-id, which can help to identify some mail clients. This script is handy for troubleshooting, when you need to know what version of mail client a correspondent is using.

Note: Some mailing list servers strip out the original message headers and substitute their own. In this case, there is nothing that this script can do for you.

<<less
Download (4KB)
Added: 2006-01-12 License: Freeware Price:
1380 downloads
Color Spaces 1.0

Color Spaces 1.0


Color Spaces - Spec color in the RGB, HSV/B and HLS color spaces and convert between them more>>
I created the Color Spaces library to address the lack of more than just the RGB color space in Flash. Using AdvancedColor.as you can spec color in the RGB, HSV/B and HLS color spaces and convert between them. Handy for hue-cycling!

The AdvancedColor object essentially extends the built-in Color object by adding the ability to specify color for a movie clip in any of the RGB, HLS or HSV/B color spaces. It also provides static methods that allow direct conversion between color spaces.

<<less
Download (26KB)
Added: 2006-06-27 License: Freeware Price:
1217 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
Space 2.2.2

Space 2.2.2


Space - 2D scrolling 3rd person shooter more>>
Space is a 2D scrolling 3rd person shooter. It is designed so that you can make your own levels, and there is a low quality level editor included.

The key configuration is configurable and it saves the top 10 scores for each set of levels. Currently there is no encryption on the levels or level sets and you are free to edit them and make new ones.

If you change or make a level you must take full responsibility for its content and give credit for all the work on it not done by you unless you have gotten permission from them. If you make levels that you would like to share please send them to me using the contact window in space so we can distribute them with space.

<<less
Download (11MB)
Added: 2007-03-29 License: Freeware Price:
1262 downloads
Dock Spaces 3.10

Dock Spaces 3.10


Dock Spaces is designed as a useful and convenient application which allows you to have up to 10 different docks more>>

Dock Spaces 3.10 is designed as a useful and convenient application which allows you to have up to 10 different docks and swap anytime you want from the menu bar. FREE of charge and Leopard only!

It will radically improve your productivity, and completely reinvent your user interface experience. Spaces integration will offer you a different Dock depending on your Space!!

Requirements: Mac OS X Intel, Mac OS X PPC

<<less
Download (2.9MB)
Added: 2009-11-19 License: Freeware Price: Notavailable
downloads
 
Other version of Dock Spaces
Dock Spaces 3.01Dock Spaces provides an easy and completed way to customize docks with up to 10 ... productivity, and completely reinvent your user interface experience. Spaces integration
Price: Notavailable
License:Freeware
Download (2.9MB)
downloads
Added: 2009-10-18
Dock Spaces 2.45Dock Spaces 2.45 is designed as a small application which allows you to have up to 10 ... productivity, and completely reinvent your user interface experience. Spaces integration
License:Freeware
Download (2.9MB)
15 downloads
Added: 2009-06-16
Dock Spaces 2.40Dock Spaces 2.40 is a common application to have up to 10 different docks and swap ... productivity, and completely reinvent your user interface experience. Spaces integration
License:Freeware
Download (3.1MB)
15 downloads
Added: 2009-05-31
Dock Spaces 2.20Dock Spaces 2.20 offers you an ideal tweak for your MAC. It allows you to have up to 10 different ... productivity, and completely reinvent your user interface experience. Spaces integration
License:Freeware
Download (1.4MB)
1 downloads
Added: 2009-04-25
Get Full User Name 1.0

Get Full User Name 1.0


Get Full User Name - Get the full name of a user more>>
Get Full User Name is a simple AppleScript for use in other scripts where the full user name is needed.

Completly freeware for personal use.
<<less
Download (1KB)
Added: 2006-05-31 License: Freeware Price:
1243 downloads
Batch User Creator 1.2

Batch User Creator 1.2


Batch User Creator - Create user accounts from a specified drive user list more>>
Batch User Creator is a suite of scripts that work in conjunction to allow administrators to read in a list of users and create accounts on any specified disk.
It also allows you you to delete the list of users on a specified drive.
Enhancements:
- Added maxUID functionality to tell the admin what the next available UID is.
<<less
Download (70KB)
Added: 2006-06-06 License: Freeware Price:
1238 downloads
Space.app 0.8

Space.app 0.8


Organize your use of the desktop. more>>
Space.app provides "virtual workspaces" to help you to organize your use of the desktop. Space.app is provided free of charge for individual and commercial use under the QPL (version 1.0) and may be redistributed according to the terms of that license.
<<less
Download (249KB)
Added: 2004-11-14 License: Freeware Price:
1810 downloads
 
Other version of Space.app
Space.app (OS X) 0.8Space.app (OS X) is an advanced program which satisfies you 16 virtual workspaces to help you to ... Space.app (OS X) 0.8 is an advanced program which satisfies you 16 virtual workspaces to help
License:Freeware
Download (250.1KB)
downloads
Added: 2002-06-04
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
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
Space.dock 0.7

Space.dock 0.7


Space.dock - Virtual workspaces to help organize the desktop more>>
Space.dock is a small application which provides up to sixteen "virtual workspaces" to help you to organize your use of the desktop. Each virtual workspace becomes independent "real estate" for open applications.
Enhancements:
- moved to "dockling" interface (let me know what you think!)
- fixed incompatibilities with Mac OS X 10.0 (retail)
- made all visible strings localizable.
<<less
Download (105KB)
Added: 2006-04-04 License: Freeware Price:
1540 downloads
Space Shoot 1.0

Space Shoot 1.0


Brings the space battle right on your dashboard. more>>

Fully-featured mac mass mailer for Apple Macintosh computer supporting message templates and recipient database. It offers everything you need to create and maintain mailing lists for different needs and send mass messages directly form your Mac at a very high speed. It uses Apple Mails message delivery framework to deliver your messages. This means that 100 percent of your email messages will get delivered properly to recipient mailboxes as if they were delivered by Apple Mail in a regular way. The recipient database is fully customizable. You can add as many recipient fields as you want and use them in message templates for the purpose of personalizing your messages. Each recipient will receive individualized message as if it were separately sent with Apple Mail personally for him in a regular way. Message creation mechanism is the same as in Apple Mail. Each message may contain colourful text in different fonts, pictures and attachments. You can even copy a HTML document to the clipboard and then paste it to the message editor of Mac Mass Mailer if you already have one ready to be sent. Mac Mass Mailer also lets you suspend your current sending and resume it later at any time. This mechanism works on a per-document basis. Every mailing project can be suspended and resumed independently. Sending statistics is greatly visualized. You do not have to deal with log files you do not understand. It is simple as one, two and three; in your mailing groups, the successful recipients become green, the bad recipients become red and the unprocessed ones stay black as they were before you hit the Start Sending button. Import and Export feature in the program is so powerful that you can import email addresses and other recipient data from virtually any files. The program can even travel through your hard drive and extract all email addresses from all your files and directories. The user interface of the program is professionally designed according to the Mac OS X guidelines.

System Requirements: Any Mac Computer

System Requirements: Smtp.Com integration was removed to resolve service unavailability issue

<<less
Download (485KB)
Added: 2008-12-31 License: Freeware Price: FREE
361 downloads
Gspace (Gmail File Space) 0.5.99

Gspace (Gmail File Space) 0.5.99


Firefox add-on that allows you to use Gmail space for file storage. more>>

Gspace (Gmail File Space) 0.5.99 is designed as the FON site offering FREE Online Storage to access your files everywhere. Gspace turns the 2GB of your Gmail account into free online storage. With Gspace you can manage unlimited Gmail accounts to store all type of files within its simple, user friendly interface.

You now can listen your favourite stored music directly from your Gspace, view your collections of pictures and manage your Gdrive files as well. Download Gspace now and transfer files between your computer and Gspace at anytime, from everywhere!

Major Features:

  1. File Transfer: to manage files
  2. Player Mode: to listen your stored music files directly from Gspace
  3. Photo Mode: to view your collection of pictures
  4. Gmail Drive: to manage your Gdrive files as well

Requirements:

  • Mozilla Firefox
<<less
Download (203KB)
Added: 2009-07-17 License: Freeware Price: FREE
11623 downloads
MacFUSE 0.4

MacFUSE 0.4


MacFUSE - A FUSE-Compliant File System Implementation Mechanism for Mac OS X more>>
MacFUSE is a interesting tool that implements a mechanism that makes it possible to implement a fully functional file system in a user-space program on Mac OS X (10.4 and above). It aims to be API-compliant with the FUSE (File-system in USErspace) mechanism that originated on Linux.

Therefore, many existing FUSE file systems become readily usable on Mac OS X. The core of MacFUSE is in a dynamically loadable kernel extension.

How FUSE-compliant is MacFUSE? Well, enough so that many popular FUSE file systems can be easily compiled and work on Mac OS X--often out of the box.

Examples of file systems that work have been tested (to varying degrees) include sshfs, ntfs-3g (read/write NTFS), ftpfs (read/write FTP), wdfs (WebDAV), cryptofs, encfs, bindfs, unionfs, beaglefs (yes, including the entire Beagle paraphernalia), and so on.

Besides making many existing FUSE file systems available on Mac OS X, MacFUSE opens up a whole new set of opportunities for Macintosh developers, who can now put intuitive and innovative interfaces around all kinds of information.
<<less
Download (618KB)
Added: 2007-06-07 License: Freeware Price:
909 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5