Main > Free Download Search >

Free 9 february software for mac

9 february

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1298
Quake 3 for OS X Intel 1.3.2 9 February 2006

Quake 3 for OS X Intel 1.3.2 9 February 2006


Quake 3 for OS X Intel 1.3.2 - Quake 3 port to run on the OS X-Intel architecture! more>>
ID Software have opened up the source for Quake 3 to the public, so what better way to celebrate than to port it to run on the OS X-Intel architecture!
So if you are lucky enough to have access to an Apple Intel developer box, fire it up and enjoy.
NOTE: This is not a universal binary. It also requires that you have a full version of Quake 3.
Enhancements:
- Initial time-demo tests of this port doubled the frame rate vs running the PPC version under emulation.
- Colors are now correct
- Compiled vm mode now works, however it may be a little buggy. For more reliability but less speed, set these variables in your cfg file:
seta vm_cgame "1"
seta vm_game "1"
seta vm_ui "1".
<<less
Download (1MB)
Added: 2006-02-10 License: Freeware Price:
783 downloads
Birthstone*February 1.0

Birthstone*February 1.0


Birthstone*February - Cool glass icons more>>
The Birthstone*February set will bring 4 glass like icons to brighten up your desktop.

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

Completly freeware for non-commercial use.
<<less
Download (203KB)
Added: 2006-06-30 License: Freeware Price:
1211 downloads
Birthstone*January 1.0

Birthstone*January 1.0


Birthstone*January - Cool jewel like icons more>>
The Birthstone*February set will bring 4 jewel like icons to brighten up your desktop.

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

Completly freeware for non-commercial use.
<<less
Download (144KB)
Added: 2006-07-05 License: Freeware Price:
1207 downloads
BUSPlan 0.9

BUSPlan 0.9


BUSPlan - displasy a station based schedule for German cities more>>
BUSPlan is a very useful widget that use time table files (busefa.esd files) from some german suburban traffic companies to display a station based schedule (German only).

The Screensaver time table files available from the EFA (elektronische Fahrplanauskunft) server are used.

The time tables are stored in files inside the Widget, also no internet connection is necessary to use the widget.
<<less
Download (215KB)
Added: 2007-05-05 License: Freeware Price:
904 downloads
ARAnyM 0.9.5b

ARAnyM 0.9.5b


ARAnyM - A virtual machine software for running the Atari ST/TT/Falcon operating systems and TOS/GEM applications more>>
ARAnyM is an acronym: Atari Running on Any Machine. It is a virtual machine software for running the Atari ST/TT/Falcon operating systems (TOS, FreeMiNT, MagiC and others) and TOS/GEM applications on any kind of hardware - be it an IBM clone, an Apple, an Unix server, a graphics workstation or even a portable computer.
We started this project to fill the demand of modern applications, games, demos and multimedia for higher CPU/graphics power. Quite frankly, you cant expect that 9-17 years old Atari hardware will replay fullscreen DivX movies, encode sound to Ogg Vorbis in real time or just compile a new FreeMiNT kernel or SDL game in a reasonable amount of time.
Is that a reason to give up on Atari TOS/GEM altogether and switch to another platform/OS? No! ARAnyM is here to give you the much asked CPU speed, large amount of RAM, huge colourful graphics and anything else you need to keep running your favorite TOS/GEM applications.
We would like you to think about ARAnyM as about yet another TOS clone, similar to Medusa, Hades or Milan, but actually much cheaper and way more powerful. Our goal is to create a distribution installable from a floppy/CD that would turn any PC machine into full featured Atari power machine. If we were a hardware vendor we could even sell computers that would boot directly to TOS desktop! That may help all the remaining Atari users who wish to upgrade their aging machines.
Main features:
- MC68040 compatible CPU (including optional MMU!)
- MC68881 compatible FPU
- JIT Compiler for CPU and FPU (speeds up CPU+FPU up to 10x!)
- ST-RAM 14 MB
- Fast-RAM configurable 0-3824 MB
- Host accelerated fVDI graphics (large highcolor/truecolor resolutions)
- Access to Host OS filesystems using BetaDOS or MiNT native XFS driver
- Ethernet networking via host using MiNT-Net XIF driver
- TOS 4.x XBIOS compatible sound (16-bit 48 kHz stereo sound)
- Parallel port (bidirectional)
- MFP, IKBD, ACIA, VIDEL, BLITTER, FDC, IDE, DSP MC56001
Enhancements:
- New release brings major speed up of the MMU version. FreeMiNT with MMU or Linux-m68k can be run on an average ARAnyM machine faster than on any real MC680x0 now. Mac OS X target has been improved and many smaller bugs have been fixed.
<<less
Download (3.5MB)
Added: 2007-07-16 License: GPL Price:
830 downloads
SimplyRAR 1.0.9

SimplyRAR 1.0.9


SimplyRAR - Easily create RAR archives more>>
This is the first pubic release of SimplyRAR.
Basically speaking this software is a GUI wrapper around the well known file archiving software called RAR, or better known on the windows platform as WinRAR. With SimplyRAR you can create RAR files with ease, just a simple case of drag/drop the files you want to include into your archive and compress them.
As this software is still in its infancy a lot of the features planned have not yet been included. We will be releasing newer versions as we progress.
Also included in this release is the ability to create par2 files, although crude at the moment it does work.
Above all SimplyRAR is free...
Enhancements:
- Fixed 100Mb file splitting
- Now working on project again after a small break.
<<less
Download (582KB)
Added: 2006-08-11 License: Freeware Price:
739 downloads
MemoryBlock 1.9

MemoryBlock 1.9


MemoryBlock - Methods and properties for the built-in MemoryBlock class more>>
MemoryBlock is a REALbasic extension that adds the following methods and properties to the built-in MemoryBlock class:

• Address (offset as Integer) as Integer
• FSSpec (offset as Integer) as FolderItem (Mac OS only)
• OSType (offset as Integer) as String
• Int64Str (offset as Integer) as String
• ULong(offset as Integer) as Double
• BytesEqual(srcOfs as Integer, numBytes as Integer, destBlk as MemoryBlock, destOfs as Integer) as Boolean
• FindString(srcOfs as Integer, maxBytes as Integer, target as String) as Integer
• FindBytes(srcOfs as Integer, maxBytes as Integer, target as MemoryBlock, targOfs as Integer, targLen as Integer) as Integer
• GetString (offset as Integer, length as Integer) as String
• SetString (str as String, offset as Integer)
• CopyBytes (srcOfs as Integer, numBytes as Integer, destOfs as Integer)
• CopyBytes (srcOfs as Integer, numBytes as Integer, destBlk as MemoryBlock, destOfs as Integer)
• CopyBytesToMacPtr (srcOfs as Integer, numBytes as Integer, destPtr as Integer)
• CopyBytesFromMacPtr (srcPtr as Integer, numBytes as Integer, destOfs as Integer)
• CopyBytesToMacHandle (srcOfs as Integer, numBytes as Integer, destPtr as Integer)
• CopyBytesFromMacHandle (srcPtr as Integer, numBytes as Integer, destOfs as Integer).

The following global methods are also available
• TTsMemoryBlockVersion() as Integer
• TTsMemoryBlockInit()
• MacPtrToMemoryBlock(thePtr as Integer) as MemoryBlock
• MacHandleToMemoryBlock(theHdl as Integer) as MemoryBlock.

<<less
Download (187KB)
Added: 2006-06-27 License: Freeware Price:
1215 downloads
PeRColate 0.9 b6

PeRColate 0.9 b6


PeRColate - A collection of synthesis, signal processing, and image processing objects more>>
PeRColate is an open-source distribution of a variety of synthesis and signal processing algorithms for Max/MSP.

PeRColate is a tool centered around a (partial) port of the Synthesis Toolkit (STK) by Perry Cook (Princeton) and Gary Scavone (Stanford CCRMA). Like the STK, it provides a fairly easy to use library of synthesis and signal processing functions (in C) that can be wired together to create conventional and unusual instruments.

Also like the STK, it includes a variety of precompiled synthesis objects, including physical modeling, modal, and PhISM class instruments; the code for these instruments can serve as foundations for creating new instruments (one example, the blotar, is included) and can be used to teach elementary and advanced synthesis techniques.

Given its STK heritage and educational function, PeRColate is largely un-optimized, though all the objects run on a 80MHz 7100, which is pretty good.

PeRColate also includes a number of objects not from the STK; some are from RTcmix and others are our own evil creations, designed to crash your computer, but only after making some kind of interesting sound or image.
<<less
Download (8.5MB)
Added: 2007-05-11 License: GPL Price:
899 downloads
Color Oracle for Mac 1.1.1

Color Oracle for Mac 1.1.1


Color Oracle applies a full screen color filter to art you are designing. more>> Color Oracle takes the guesswork out of designing for color blindness by showing you in real time what people with common color vision impairments will see. Color Oracle applies a full screen color filter to art you are designing independently of the software that you are using. Eight percent of all males are affected by color vision impairement make sure that your graphical work is readable by the widest possible audience.
Seeing is believing! Instantaneously identify and correct problem colors in your art using Color Oracles system-wide menu accessible in any program.
New:
Color Oracle 1.1.1 fixes a few bugs on all platforms (25 February 2008).
Color Oracle 1.1 now runs on Windows and Linux (20 February 2008).
<<less
Download (203KB)
Added: 2009-04-11 License: Freeware Price: Free
195 downloads
Park 0.9

Park 0.9


Park - Wiki-based note management/ Getting Things Done tool more>>
Park is a wiki-based note management/ Getting Things Done tool.
It makes it easy to manage all those little scraps of information you have to keep track of.
Park your Stuff. Find it Later. Its that simple.
Enhancements:
- Initial release.
<<less
Download (2.5MB)
Added: 2006-08-08 License: Freeware Price:
1177 downloads
Xerox DocuColor 4 LP (PS) 1.0.1

Xerox DocuColor 4 LP (PS) 1.0.1


Xerox DocuColor 4 LP (PS) is a driver which allows you to print with your Xerox DocuColor 4 LP (PS) more>>
Xerox DocuColor 4 LP (PS) is an unsupported driver which allows you to print with your Xerox DocuColor 4 LP (PS) natively under Mac OS X (AppleTalk & IP Printing), despite the lack of an official driver from Xerox.
Xerox DocuColor 4 LP is a slightly modified version of the official PostScript Printer Description file (PPD) for Mac OS 8.x released by Xerox in February 1999.
Enhancements:
- Revised Installation procedure.
<<less
Download (38KB)
Added: 2006-08-06 License: Freeware Price:
1181 downloads
Mogopop Manager 0.9.9

Mogopop Manager 0.9.9


Mogopop Manager works with iTunes to make sure your Mogopop downloads with audio, video, photos, and text are transferred more>>
Mogopop Manager is a tool that magically works with iTunes to make sure your Mogopop downloads with audio, video, photos, and text are transferred.

Best of all, its free! Download it below and start sharing in the Mogopop experience.
<<less
Download (1.2MB)
Added: 2007-05-08 License: Freeware Price:
899 downloads
Gruml 0.9.9

Gruml 0.9.9


Gruml is a professional tool which lets you to view and manage your feed subscriptions of your Google Reader account on Mac OS more>> <<less
Download (1.9MB)
Added: 2009-09-11 License: Freeware Price: Notavailable
downloads
SeSAm 1.9.2

SeSAm 1.9.2


SeSAm provides a generic environment for modelling and experimenting with agent-based simulation more>>
SeSAm (Shell for Simulated Agent Systems) provides a generic environment for modelling and experimenting with agent-based simulation. We specially focused on providing a tool for the easy construction of complex models, which include dynamic interdependecies or emergent behaviour.
SeSAm agents consist of a body, that contains a set of state variables and a behaviour that is implemented in form of UML-like diagram. Based on an extensive number of primitive components, a user is able to design a simulation graphically without knowing the syntax of a traditional programming language.
The model specification is executable in the same environment and the dynamics of this simulation may be observed. As there are freely configurable instruments for gathering data and scripting options for constructing simulation experiments, SeSAm is a highly valuable tool for MAS simulations especially for complex models with flexible agent behaviour and interactions.
As a graphical interface for implementing a simulation model, SeSAm provides built-in animation capabilities, tools for collecting and analyzing protocol data, etc.. The simulation tool is domain-independent. Existing models vary from the simulation of social insects to bussinsess process modelling. Even scientists without traditional programming experience are able to build and experiment with multi-agent models. Visual editors allow to describe the agents and their behavior. After building the model you can run the simulation and observe the animation and on-line evaluation curves. All steps can be accessed in a visual way!
Main features:
- Easy visual agent modelling,
- Flexible environment and situation definition,
- The whole power of a programming language,
- Integrated graphical simulation analysis ,
- Distribution of simulation runs in your LAN.
Enhancements:
- Improved Error Report System.
<<less
Download (18.2MB)
Added: 2005-07-11 License: GPL Price:
1568 downloads
Calendar Conversion 2.1

Calendar Conversion 2.1


Calendar Conversion is an application designed to calculate dates past and future more>>
Calendar Conversion is an application designed to calculate dates past and future, with the ability to convert dates between the Gregorian, Julian, and Jewish calendar systems.
Calendar Conversion can also be used just as a multiple dates calendar.
It is especially useful for historical research, genealogies, date planning, etc.
Enhancements:
- Added printing of date windows. Fixed a cosmetic bug that prevented the Gregorian monthly calendar from ever displaying the twenty-ninth of February.
<<less
Download (99KB)
Added: 2005-11-10 License: Freeware Price:
1454 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5