mac os x snow leopard
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1611
Snow-Apple
Snow-Apple provides an icon pack for Gnome. more>>
Snow-Apple provides an icon pack for Gnome.
Mark Finlay fairly converted the nautilus 2.0.x theme called Snow-Apple, to an icon theme for gnome 2.2.x. thanks to him.
<<lessMark Finlay fairly converted the nautilus 2.0.x theme called Snow-Apple, to an icon theme for gnome 2.2.x. thanks to him.
Download (0.50MB)
Added: 2007-01-27 License: GPL (GNU General Public License) Price:
1010 downloads
Mac-on-Linux 0.9.72.1
Mac-on-Linux (MOL) is a virtual machine which runs Mac OS (inlucluding Mac OS X) on top of Linux/ppc. more>>
Mac-on-Linux (MOL) is a virtual machine which runs Mac OS (inlucluding Mac OS X) on top of Linux/ppc.
Main features:
- Added nvram.x installation
- Fix bootstrap check
- Fix dmdma.c strict aliasing warning
- Make sure that log and lock dirs are created
- Integrated BootX with the build system
- Added check for zlib
- Fixed test invocations (== is invalid)
- Fixed VT Switching
- Removed Sheep from defconfig
- Fixed Ubuntu -fno-stack-protector bug
- Removed duplicate nvram, fix doesnt really work
- Some docs cleanups, changed the website address
- Removed libimport script
- Fixed another MacOS segfault on startup
- Ensured that all read/write/seek disk pointers are set properly
- Removed some debugging text
- Fixed MacOS ethernet softlock (Thanks SolraBizna for noticing)
- Fixed MacOS segfault on startup (Thanks to SolraBizna for noticing)
- Changed BootX Read to pass addresses instead of casting them as long
- Fixed BootX read size bug preventing booting on QCOW/DMG
- Cleaned up a bunch of gcc4 issues
- Removed TUN from defconfig
- Updated network driver help info
- Integrated patch from Marcus Comstedt for USB mice
- Removed linux/compiler.h from USB to fix Ubuntu issue
- Fix mol-img bug
- Added support to recognize HFSX disks
- Added bootx source to main MOL build (with backports from newer BootX)
- Fixed gcc4 include issue
Enhancements:
- Fix building on FC7 by adding missing headers
- Additional fixes for find_physical_rom
- Fix bus frequency reporting
- 2.6.22 kmod fixes
- Remove TUN from defconfig (again)
- Fix XDGA off by one error
- Update netdriver Kconfig
- Re-arrange the Kconfig menus
- Remove configure directory
- OSX Compatibility fixes
<<lessMain features:
- Added nvram.x installation
- Fix bootstrap check
- Fix dmdma.c strict aliasing warning
- Make sure that log and lock dirs are created
- Integrated BootX with the build system
- Added check for zlib
- Fixed test invocations (== is invalid)
- Fixed VT Switching
- Removed Sheep from defconfig
- Fixed Ubuntu -fno-stack-protector bug
- Removed duplicate nvram, fix doesnt really work
- Some docs cleanups, changed the website address
- Removed libimport script
- Fixed another MacOS segfault on startup
- Ensured that all read/write/seek disk pointers are set properly
- Removed some debugging text
- Fixed MacOS ethernet softlock (Thanks SolraBizna for noticing)
- Fixed MacOS segfault on startup (Thanks to SolraBizna for noticing)
- Changed BootX Read to pass addresses instead of casting them as long
- Fixed BootX read size bug preventing booting on QCOW/DMG
- Cleaned up a bunch of gcc4 issues
- Removed TUN from defconfig
- Updated network driver help info
- Integrated patch from Marcus Comstedt for USB mice
- Removed linux/compiler.h from USB to fix Ubuntu issue
- Fix mol-img bug
- Added support to recognize HFSX disks
- Added bootx source to main MOL build (with backports from newer BootX)
- Fixed gcc4 include issue
Enhancements:
- Fix building on FC7 by adding missing headers
- Additional fixes for find_physical_rom
- Fix bus frequency reporting
- 2.6.22 kmod fixes
- Remove TUN from defconfig (again)
- Fix XDGA off by one error
- Update netdriver Kconfig
- Re-arrange the Kconfig menus
- Remove configure directory
- OSX Compatibility fixes
Download (MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
873 downloads
Snow Path Formation Simulator 0.5.3
Snow Path Formation Simulator it graphically displays the formation of paths in the snow formed by people. more>>
Snow Path Formation Simulator is a program that models the process of people forming very distinct, and yet not always altogether logical looking, paths in the snow as they walk across open spaces.
The evolving condition of the snow is displayed graphically. This project may eventually mature into a screensaver.
<<lessThe evolving condition of the snow is displayed graphically. This project may eventually mature into a screensaver.
Download (0.10MB)
Added: 2005-04-25 License: GPL (GNU General Public License) Price:
1646 downloads

Saurus CMS Free for Linux / Mac OS X 4.5.1
Saurus CMS Free - content management system combining usability with technology more>> <<less
Download (10.59MB)
Added: 2009-04-01 License: Freeware Price: Free
209 downloads
Snoopy vs. the Red Baron 1.0
Snoopy vs. the Red Baron is an open-source one/two player combat game, available for Mac OS X, Linux, BeOS, QNX and Windows. more>>
Snoopy vs. the Red Baron is an open-source one/two player combat game, available for Mac OS X, Linux, BeOS, QNX and Windows.
The original Snoopy was a tiny game for the Apple Macintosh, with black and white graphics, but already almost all the levels of the new Snoopy/SDL were implemented.
Snoopy could be played by two opponents, sharing a single screen and keyboard, and although it had poor graphics and tough controls, we very much liked to play it.
While we learned programming, we constantly sought for simple, yet interesting projects. If you have ever tried to learn a new language or API, you will have recognized that the simplest way in mastering the stuff is simply reprogramming an existing application, without losing much thought on design and originality.
So my friend reprogrammed Snoopy, in Object Pascal, using SAT, the Sprite Animation Toolkit, on his Classic II. That version of Snoopy features a fully functional AI, network play, but only the first level ( weapons drop).
While he was at it, he also implemented a "missing feature", the bombs, for which there where graphics and sounds in the game, but which could not be thrown.
When I discovered SDL, I recognized that it would be ideal for the job. Running on Windows, Linux, MacOS, BeOS and many other platforms, it is my new toolkit of choice for multimedia programming. It took us several weeks to port Snoopy (besides going to school, but now the work is almost done, with only the finishing touches to be made.
I can only encourage everyone to try SDL; it is really easy and portable (if worked right).
<<lessThe original Snoopy was a tiny game for the Apple Macintosh, with black and white graphics, but already almost all the levels of the new Snoopy/SDL were implemented.
Snoopy could be played by two opponents, sharing a single screen and keyboard, and although it had poor graphics and tough controls, we very much liked to play it.
While we learned programming, we constantly sought for simple, yet interesting projects. If you have ever tried to learn a new language or API, you will have recognized that the simplest way in mastering the stuff is simply reprogramming an existing application, without losing much thought on design and originality.
So my friend reprogrammed Snoopy, in Object Pascal, using SAT, the Sprite Animation Toolkit, on his Classic II. That version of Snoopy features a fully functional AI, network play, but only the first level ( weapons drop).
While he was at it, he also implemented a "missing feature", the bombs, for which there where graphics and sounds in the game, but which could not be thrown.
When I discovered SDL, I recognized that it would be ideal for the job. Running on Windows, Linux, MacOS, BeOS and many other platforms, it is my new toolkit of choice for multimedia programming. It took us several weeks to port Snoopy (besides going to school, but now the work is almost done, with only the finishing touches to be made.
I can only encourage everyone to try SDL; it is really easy and portable (if worked right).
Download (0.35MB)
Added: 2005-12-28 License: GPL (GNU General Public License) Price:
1409 downloads
Mac::PropertyList 1.29
Mac::PropertyList is a Perl module to work with Mac plists at a low level. more>>
Mac::PropertyList is a Perl module to work with Mac plists at a low level.
SYNOPSIS
use Mac::PropertyList;
my $data = parse_plist( $text );
# == OR ==
my $data = parse_plist_file( $filename );
# == OR ==
open my( $fh ), $filename or die "...";
my $data = parse_plist_fh( $fh );
my $text = plist_as_string( $data );
my $plist = create_from_hash( %hash );
my $plist = create_from_array( @array );
my $plist = Mac::PropertyList::dict->new( %hash );
This module is a low-level interface to the Mac OS X Property List (plist) format. You probably shouldnt use this in applications---build interfaces on top of this so you dont have to put all the heinous multi-level object stuff where people have to look at it.
You can parse a plist file and get back a data structure. You can take that data structure and get back the plist as XML. If you want to change the structure inbetween thats your business.
You dont need to be on Mac OS X to use this. It simply parses and manipulates a text format that Mac OS X uses.
Enhancements:
- Perl
<<lessSYNOPSIS
use Mac::PropertyList;
my $data = parse_plist( $text );
# == OR ==
my $data = parse_plist_file( $filename );
# == OR ==
open my( $fh ), $filename or die "...";
my $data = parse_plist_fh( $fh );
my $text = plist_as_string( $data );
my $plist = create_from_hash( %hash );
my $plist = create_from_array( @array );
my $plist = Mac::PropertyList::dict->new( %hash );
This module is a low-level interface to the Mac OS X Property List (plist) format. You probably shouldnt use this in applications---build interfaces on top of this so you dont have to put all the heinous multi-level object stuff where people have to look at it.
You can parse a plist file and get back a data structure. You can take that data structure and get back the plist as XML. If you want to change the structure inbetween thats your business.
You dont need to be on Mac OS X to use this. It simply parses and manipulates a text format that Mac OS X uses.
Enhancements:
- Perl
Download (0.017MB)
Added: 2006-09-18 License: Perl Artistic License Price:
1133 downloads
dbKalendar 0.9.1
dbKalendar is a calendar theme for SuperKaramba that tries to mimic the Dashboard calendar widget introduced in Mac OS X 1.04. more>>
dbKalendar is a calendar theme for SuperKaramba that tries to mimic the Dashboard calendar widget introduced in Mac OS X 1.04 (Tiger).
It will probably never be as slick as the original, but Im trying to get it as close as possible. Goal is to have at least the same functions in dbKalender as there are in Dasboards calendar. After that has happened, perhaps integration with KOrganizer is possible.
<<lessIt will probably never be as slick as the original, but Im trying to get it as close as possible. Goal is to have at least the same functions in dbKalender as there are in Dasboards calendar. After that has happened, perhaps integration with KOrganizer is possible.
Download (0.17MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1207 downloads
CrissCross 0.6.5
CrissCross is a small cross-platform C++ library for threading, console and file I/O, CPU identification (CPUID). more>>
CrissCross is a small cross-platform C++ library for threading, console and file I/O, CPU identification (CPUID), and sockets (TCP and UDP).
The main goal is to provide the ability to write a program using identical calls on the major platforms (Windows, Linux, FreeBSD, OpenBSD, NetBSD, and Mac OS X) without needing to rewrite code.
CoreCPUID is only currently supported on IA-32 (x86) processors. There is also theoretical support for IA-64 and x64 processors in 64-bit mode, but only 32-bit mode has been tested.
Enhancements:
- CrissCross::Data::Compare now can compare C-style strings.
- x64 target added for Visual Studio 2005 projects.
- New crisscross/crisscross.h added which basically includes every common CrissCross header.
- RedBlackTree now works with char* string keys.
- No longer needlessly recompiles on Mac OS X (build_number.h regeneration caused a recompile).
- QuickSort::Sort is now marked deprecated with _CC_DEPRECATE_SLOW as a warning to those who use it.
- CoreIOWriter had a few functions which had std::string passed by value rather than by reference.
- DStack::peek() function added.
- FastestSort and MemoryEfficientSort aliases added by request.
- BTree alias for RedBlackTree added.
- Cleaned data structure function names a bit (getData() is now simply get(), etc).
- Added compatibility with Tosser data structure library, allowing CrissCross to be used with the Onlink project.
- Added XCrashReports support for release builds.
- _CC_DEPRECATE_SLOW changed for Windows builds to indicate severity of the slowdown.
- Improved speed and size of CoreAssert and made it more CrissCross-like for its stderr output.
- Major time-critical Stopwatch functions are now inlined (Start/Stop functions).
- Corrected an error with ThreadSleep which caused it to sleep forever if a value less than zero was passed to it.
- crisscross/sort.h is now all that needs to be included for use of CombSort, QuickSort, and HeapSort.
- Disabled core/thread detection in CPUID, because of varying results (cant yet interpret what they mean.
- Added a few more cache descriptors to CPUID (Core 2 related ones).
<<lessThe main goal is to provide the ability to write a program using identical calls on the major platforms (Windows, Linux, FreeBSD, OpenBSD, NetBSD, and Mac OS X) without needing to rewrite code.
CoreCPUID is only currently supported on IA-32 (x86) processors. There is also theoretical support for IA-64 and x64 processors in 64-bit mode, but only 32-bit mode has been tested.
Enhancements:
- CrissCross::Data::Compare now can compare C-style strings.
- x64 target added for Visual Studio 2005 projects.
- New crisscross/crisscross.h added which basically includes every common CrissCross header.
- RedBlackTree now works with char* string keys.
- No longer needlessly recompiles on Mac OS X (build_number.h regeneration caused a recompile).
- QuickSort::Sort is now marked deprecated with _CC_DEPRECATE_SLOW as a warning to those who use it.
- CoreIOWriter had a few functions which had std::string passed by value rather than by reference.
- DStack::peek() function added.
- FastestSort and MemoryEfficientSort aliases added by request.
- BTree alias for RedBlackTree added.
- Cleaned data structure function names a bit (getData() is now simply get(), etc).
- Added compatibility with Tosser data structure library, allowing CrissCross to be used with the Onlink project.
- Added XCrashReports support for release builds.
- _CC_DEPRECATE_SLOW changed for Windows builds to indicate severity of the slowdown.
- Improved speed and size of CoreAssert and made it more CrissCross-like for its stderr output.
- Major time-critical Stopwatch functions are now inlined (Start/Stop functions).
- Corrected an error with ThreadSleep which caused it to sleep forever if a value less than zero was passed to it.
- crisscross/sort.h is now all that needs to be included for use of CombSort, QuickSort, and HeapSort.
- Disabled core/thread detection in CPUID, because of varying results (cant yet interpret what they mean.
- Added a few more cache descriptors to CPUID (Core 2 related ones).
Download (0.22MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
846 downloads
Murrina-Brown 0.1
Murrina-Brown 0.1 is yet another great addition for Gnome users. It is actually a port of Mac OS X theme, Muku v1.2. The dock on the bottom is avant-window-navigator more>>
Murrina-Brown 0.1 is yet another great addition for Gnome users. It is actually a port of Mac OS X theme, Muku v1.2. The dock on the bottom is avant-window-navigator. Emerald theme is included.
<<less Added: 2008-10-23 License: GPL Price: FREE
14 downloads
ChessX 0.5
ChessX is a free Open Source Chess Database for Linux, Windows, and Mac OS X. more>>
ChessX is a free Open Source Chess Database for Linux, Windows, and Mac OS X. The project uses Qt library to create modern, portable graphical interface. Current development is aimed at providing full featured PGN database. Afterwards we will add more flexible native format.
History
The project was started after development of Scid halted and contact with the author was lost. Initially, ChessX was to be a community maintained version of Scid called "New Scid". However, after some initial development, it was decided to break away from the old code so that new ideas and modern interface can be implemented.
Main features:
- Multi-platform. Supports Linux, Microsoft Windows and Mac OS
- Read-only support for PGN Files
- Work with multiple databases simultaneously
- Browse games
- Navigate through game, including variations
- Copy/Paste FEN/PGN
- Enter moves, setup board position
- Basic header search (click on columns in GameList header)
- Player database with picture support
<<lessHistory
The project was started after development of Scid halted and contact with the author was lost. Initially, ChessX was to be a community maintained version of Scid called "New Scid". However, after some initial development, it was decided to break away from the old code so that new ideas and modern interface can be implemented.
Main features:
- Multi-platform. Supports Linux, Microsoft Windows and Mac OS
- Read-only support for PGN Files
- Work with multiple databases simultaneously
- Browse games
- Navigate through game, including variations
- Copy/Paste FEN/PGN
- Enter moves, setup board position
- Basic header search (click on columns in GameList header)
- Player database with picture support
Download (0.60MB)
Added: 2007-06-14 License: GPL (GNU General Public License) Price:
865 downloads
TalkSoup 1.0 alpha
TalkSoup is a fully configurable graphical IRC client for both GNUstep and Mac OS X. more>>
TalkSoup is a fully configurable graphical IRC client for both GNUstep and Mac OS X.
Its simplistic interface is made extremely powerful by the fact that all parts of the IRC client are implemented as runtime-loaded plugins, so additional plugins can be made to further extend TalkSoup.
TalkSoup supports a tabbed interface, DCC file transfer, and most common features found in other IRC clients.
<<lessIts simplistic interface is made extremely powerful by the fact that all parts of the IRC client are implemented as runtime-loaded plugins, so additional plugins can be made to further extend TalkSoup.
TalkSoup supports a tabbed interface, DCC file transfer, and most common features found in other IRC clients.
Download (0.33MB)
Added: 2005-09-07 License: GPL (GNU General Public License) Price:
1507 downloads

Wings 3D for Linux 0.99.02
Wings 3D is a free subdivision modeler inspired by Nendo and Mirai from Izware. more>> Wings 3D is a subdivision modeler inspired by Nendo and Mirai from Izware.
It is possible to assign materials, vertex color, UV coordinates and textures, but there will be improvements in those features before Wings goes 1.0. There is no support in Wings for doing animations.
Export Formats
-Nendo (NDO)
-3D Studio (3DS)
-Wavefront (OBJ)
-VRML (WRL)
-Renderware (RWX)
-FBX (on Windows and Mac OS X)
-Yafray
-Toxic
-Povray
Import Formats:
-Nendo (NDO)
-3D Studio (3DS)
-Wavefront (OBJ)
-FBX (on Windows and Mac OS X)
-Adobe Illustrator 8 (AI)<<less
Download (3.86MB)
Added: 2009-04-12 License: Freeware Price: Free
194 downloads
AllInOneRuby 0.2.11
AllInOneRuby creates a compressed executable for Windows, Linux or Mac OS X. more>>
AllInOneRuby creates a compressed executable for Windows, Linux or Mac OS X (Darwin) that includes both the Ruby interpreter and the runtime libraries. Why? Because its sometimes not easy, or possible, or desirable, or allowed to do a complete Ruby installation. Thats where AllInOneRuby comes in. I always have a USB-memory stick with AllInOneRuby in my pocket.
A "just-in-time and temporary installation of Ruby"...
Because of the gathering of files from your own Ruby installation, AllInOneRuby creates an executable for the platform its being run on. No cross compile.
And when I say Windows, I mean both Windows (RubyInstaller, MinGW and MSWin32) and Cygwin. But the generated exe under Cygwin is very, very big, because its exes are very big (static?) and it includes cygwin1.dll, so it can run on machines without Cygwin.
Whats the difference between RubyScript2Exe and AllInOneRuby? Well, RubyScript2Exe includes an application (your script) and only parts of the rubylib tree (its stripped specifically for that application).
AllInOneRuby contains a complete Ruby installation: it includes no application, but it does include the complete rubylib tree. You can use allinoneruby.exe like ruby.exe (Windows) and allinoneruby_* like ruby (Linux, Darwin) thats already installed on your system. In other words: the executable, generated with RubyScript2Exe, is an application; the one generated with AllInOneRuby "is" Ruby.
Enhancements:
- "Insecure world writable dir" has been removed.
<<lessA "just-in-time and temporary installation of Ruby"...
Because of the gathering of files from your own Ruby installation, AllInOneRuby creates an executable for the platform its being run on. No cross compile.
And when I say Windows, I mean both Windows (RubyInstaller, MinGW and MSWin32) and Cygwin. But the generated exe under Cygwin is very, very big, because its exes are very big (static?) and it includes cygwin1.dll, so it can run on machines without Cygwin.
Whats the difference between RubyScript2Exe and AllInOneRuby? Well, RubyScript2Exe includes an application (your script) and only parts of the rubylib tree (its stripped specifically for that application).
AllInOneRuby contains a complete Ruby installation: it includes no application, but it does include the complete rubylib tree. You can use allinoneruby.exe like ruby.exe (Windows) and allinoneruby_* like ruby (Linux, Darwin) thats already installed on your system. In other words: the executable, generated with RubyScript2Exe, is an application; the one generated with AllInOneRuby "is" Ruby.
Enhancements:
- "Insecure world writable dir" has been removed.
Download (0.88MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
921 downloads
ActivePerl 5.8.8.819
ActivePerl is the complete, quality-assured and ready-to-install Perl distribution for AIX, HP-UX, Linux, Mac OS X, Solaris. more>>
ActivePerl project is the complete, quality-assured and ready-to-install Perl distribution for AIX, HP-UX, Linux, Mac OS X, Solaris, and Windows.
Whats included:
- Perl core
- Perl Package Manager
- Installers
- Complete online documentation
Enhancements:
- Release version of 64-bit ActivePerl for Linux, Solaris and Windows.
- Rewritten PPM client. The command line shell has been replaced by a graphical user interface.
- Bundles the Tcl and Tkx modules, plus a significant subset of the latest Tcl/Tk widgets.
<<lessWhats included:
- Perl core
- Perl Package Manager
- Installers
- Complete online documentation
Enhancements:
- Release version of 64-bit ActivePerl for Linux, Solaris and Windows.
- Rewritten PPM client. The command line shell has been replaced by a graphical user interface.
- Bundles the Tcl and Tkx modules, plus a significant subset of the latest Tcl/Tk widgets.
Download (MB)
Added: 2007-01-12 License: Free To Use But Restricted Price:
1021 downloads
Other version of ActivePerl
Price: $0.00
License:Freeware
License:Freeware
Condor 6.8.5
Condor schedules and runs remote CPU intensive applications using the idle cycles of distributively owned workstations. more>>
Condor schedules and runs remote CPU intensive applications using the idle cycles of distributively owned workstations.
It monitors a pool of machines to find idle machines that are then used to complete submitted jobs, and also provides checkpointing and remote system mechanisms that allow for job migration and transparent remote execution.
Enhancements:
- Ports to x86 Debian 4.0, Mac OS X 10.3, and Mac OS X 10.4 have been added.
- A configuration macro COLLECTOR_REQUIREMENTS has been added to filter out unwanted ClassAd updates.
- There are numerous bugfixes.
<<lessIt monitors a pool of machines to find idle machines that are then used to complete submitted jobs, and also provides checkpointing and remote system mechanisms that allow for job migration and transparent remote execution.
Enhancements:
- Ports to x86 Debian 4.0, Mac OS X 10.3, and Mac OS X 10.4 have been added.
- A configuration macro COLLECTOR_REQUIREMENTS has been added to filter out unwanted ClassAd updates.
- There are numerous bugfixes.
Download (MB)
Added: 2007-06-02 License: BSD License Price:
882 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above mac os x snow leopard search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed