Main > Free Download Search >

Free 4.3.0 software for mac

4.3.0

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 9
DoBeDo 4.3.0

DoBeDo 4.3.0


A widget to view/add/edit/delete iCal todo items. more>> A widget to view/add/edit/delete iCal todo items.

DoBeDo is a free Dashboard Widget that helps you to add, view, edit and delete iCals todo items in order to help you manage your time.

Main features:
- Marking complete -> click on the checkbox to the left of the item.
- Adding a new item -> double-click on the page, enter items description, and press return.
- Editing an item -> a single-click on a description brings up an edit box. You can change priority and due date.
- Deleting an item -> same as edit, but instead click the delete button.

System requirements:
- Dashboard
- iCal 2.0.5

Enhancements
- Added Tooltips.
- Added URL links.
- Added Natural Language for priority.
- Added the ability to print and email selected items.
- Priority labels changed to Low, Medium, High.
- Bug fix: Shift click, command click and ctrl click.

<<less
Download (337KB)
Added: 2009-06-03 License: Freeware Price: FREE
198 downloads
Vuze 4.3.0.4

Vuze 4.3.0.4


Vuze provides users with a comprehensive bit torrent software application to Find, Download, and Play HD video content on the Web more>> <<less
Added: 2009-11-19 License: Freeware Price: Notavailable
downloads
 
Other version of Vuze
Vuze 4.3.0.2Vuze - Vuze offers a useful and easy-to-use bittorrent software application to Find, Download, and Play HD video content on the Web. Vuze
Price: Notavailable
License:Freeware
Download
downloads
Added: 2009-11-18
XDarwin 4.3.0

XDarwin 4.3.0


XDarwin is created to be a useful practice of the X Window System for Mac OS X. more>>

XDarwin 4.3.0 is created to be a useful practice of the X Window System for Mac OS X. XDarwin runs side by side with Mac OS X's Aqua GUI in rootless or full screen modes. XDarwin can also run with pure Darwin OS from the console. The XDarwin updates are intended to be installed directly on top of XFree86 4.1.0.

<<less
Added: 2003-04-22 License: Freeware Price:
downloads
Atari800MacX 4.3.0

Atari800MacX 4.3.0


atari800macx brigs users an Atari 800, 800XL, 130XE and 5200 emulator for Unix, Amiga, MS-DOS, Atari TT/Falcon, SDL and WinCE. more>> <<less
Download (5.5MB)
Added: 2009-11-12 License: Freeware Price: Notavailable
downloads
Widget CineTV 4.3.0

Widget CineTV 4.3.0


Widget CineTV - Widget for French TV listings more>> <<less
Download (1.8MB)
Added: 2007-08-18 License: Freeware Price:
798 downloads
Gambit-C 4.1.2

Gambit-C 4.1.2


Gambit-C is such a great program including a Scheme interpreter and a Scheme compiler which can be used to build standalone executables. more>>

Gambit-C 4.1.2 is such a great program including a Scheme interpreter and a Scheme compiler which can be used to build standalone executables. Because the compiler generates portable C code it is fairly easy to port to any platform with a decent C compiler. The thread system is very efficient and can support millions of concurrent processes.

The Gambit-C system conforms to the R4RS, R5RS and IEEE Scheme standards. The full numeric tower is implemented, including: infinite precision integers (bignums), rationals, inexact reals (floating point numbers), and complex numbers.

Major Features:

  1. Conformance. The Gambit-C system conforms to the R4RS, R5RS and IEEE Scheme standards and implements all optional features. Tail calls and first class continuations conform to the Scheme semantics. The full numeric tower is implemented, including: arbitrary precision integers (bignums), rationals, inexact reals (floating point numbers), and complex numbers. Several extensions to Scheme are provided, including: lightweight threads, a foreign-function interface (FFI), and extended I/O capabilities (Unicode, networking, subprocesses, ...).
  2. Portability. Because the system is mostly written in Scheme and the compiler generates portable C code, it is easy to port the system as well as programs compiled with it to any platform with a decent C or C++ compiler. There is no reliance on a particular C compiler, although the system can take advantage of some gcc-specific constructs. The C code generated is oblivious to the endianness and word size of the target environment (32 and 64 bit architectures are currently supported).
  3. Performance. The compiler includes several powerful program transformations such as user procedure inlining, partial-evaluation, and lambda-lifting. With appropriate declarations in the source code the executable programs generated by the compiler run roughly as fast as equivalent C programs. Programs containing no declarations are also optimized without compromising the Scheme semantics by speculatively inlining predefined procedures. Thanks to an efficient implementation of continuations, the thread system is very efficient and can support millions of concurrent threads. The bignum library uses sophisticated algorithms that are in some cases asymptotically faster than those of GMP (GNU Multiple Precision Arithmetic Library). [Note: With the release of GMP 4.3.0 in April 2009, this claim is no longer true; ]
  4. Reliability. Stable releases typically have very few bugs. Bug tracking is done with bugzilla. Gambit-C has been used to develop large-scale real-world software in academic and commercial settings.
Requirements:
  • Mac OS X 10.3 or later.
<<less
Download (27.6MB)
Added: 2008-01-21 License: Free Price:
downloads
Firewall Builder 3.0.7

Firewall Builder 3.0.7


Firewall Builder is created to be a popular and helpful multi-platform firewall configuration and management system. more>>

Firewall Builder 3.0.7 is created to be a popular and helpful multi-platform firewall configuration and management system. It consists of a GUI and set of policy compilers for various firewall platforms. It helps users maintain a database of objects and allows policy editing using simple drag-and-drop operations. The GUI and policy compilers are completely independent, this provides for a consistent abstract model and the same GUI for different firewall platforms. It currently supports iptables, ipfilter, ipfw, OpenBSD pf and Cisco PIX.

Enhancements:

  • Improvements and bug fixes in the GUI
    • bug #2847263 "Batch compiling incrementally slow". The time it took to add a log line to the progress window in the "Compile" dialog slowed down a lot as amount of text in QTextEditor increased.
    • bug #2845667 "Crash after find object". When host object was found using "Find object" function while searching by ip address, clicking on the selected host in the tree caused crash.
    • bug #2844596: "Crash during newFirewallDialog". GUI crashed if user clicked "next" in the new firewall dialog to open page with templates, then clicked "Back" and then "Next" again.
  • Improvements and bug fixes in the policy compiler for iptables
    • Fixed security issue with temporary file handling in the generated iptables script. The problem only affects Linux systems where Firewall Builder is used to generate static routing configuration. The problem exists in Firewall Builder versions 3.0.4, 3.0.5, 3.0.6
  • Improvements and bug fixes in the policy compiler for PF
    • applied patch per #2844561: "PF Compiler Direction Both Duplicate for Route Action". Need to split the rule if direction is Both and action is Route.
    • bug #2710034 "PF Compiler in 3.0.3 Unprotected Interface Bug". When
<<less
Download (26.6MB)
Added: 2009-09-17 License: update/patch Price: $79.00
downloads
ATutor 1.6.3b1

ATutor 1.6.3b1


ATutor is a rather praiseworthy Open Source Web-based Learning Content Management System (LCMS) which has accessibility and adaptability in mind. more>>

ATutor 1.6.3b1 is a rather praiseworthy Open Source Web-based Learning Content Management System (LCMS) which has accessibility and adaptability in mind.

Administrators can install or update ATutor in minutes, and develop custom templates to give ATutor a new look. Educators can quickly assemble, package, and redistribute Web-based instructional content, easily retrieve and import prepackaged content, and conduct their courses online. Students learn in an adaptive learning environment.

ATutor is the first fully inclusive LCMS, complying with the W3C WCAG 1.0 accessibility specifications at the AA+ level, allowing access to all potential learners, instructors, and administrators, including those with disabilities who may be accessing the system using assistive technologies. Conformance with W3C XHTML 1.0 specifications ensures that ATutor is presented consistently in any standards compliant technology.

Requirements:
  • HTTP Web Server is required. (Apache recommended )
  • PHP version 4.3.0+, or 5.0.2+, with Zlib, MySQL (and MBString for ATutor 1.6+) support enabled.
  • MySQL - As of ATutor 1.6, MySQL 4.1.10+ is required
<<less
Download (3.3MB)
Added: 2009-06-22 License: Free Price:
downloads
PHP Install 2.1

PHP Install 2.1


PHP Install - Unofficial PHP 4.3.0 install .command file more>>
This is a unofficial PHP 4.3.0 install .command file.
The command file is based on phpmac.com instructions for how to install php.
The command does everything from configuring it to building a test page and restarting apache for you.
This is prefect if you have been having problems installing php.
Enhancements:
- Should be compatible with UFS if not e-mail scotepi@mac.com with the error
- Installs PHP 4.3.2
- Runs in silent mode.
<<less
Download (5.6MB)
Added: 2005-09-28 License: Freeware Price:
1495 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1