Main > Free Download Search >

Free mac os x ntfs software for linux

mac os x ntfs

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1651
OS X Login Screen 1.2

OS X Login Screen 1.2


OS X Login Screen is a very accurate OS X login Screen Mimic for Kubuntu Linux. more>>
OS X Login Screen is a very accurate OS X login Screen Mimic for Kubuntu Linux.

<<less
Download (0.31MB)
Added: 2007-03-16 License: GPL (GNU General Public License) Price:
981 downloads
Linux NTFS 1.13.1

Linux NTFS 1.13.1


Linux NTFS provides Linux kernel drivers and tools to create, resize, clone, rescue, query, label and fix NTFS volumes. more>>
Linux NTFS provides Linux kernel drivers, a multiplatform NTFS library, and tools to create, resize, clone, rescue, query, label and fix NTFS volumes, and to undelete, resize, list, and query files for the filesystem used by Windows XP, 2003, 2000, NT4, and Longhorn.
Linux NTFS also provides support for the Logical Disk Manager (LDM) that controls Windows Dynamic Disks and is used to create software mirrors, stripes, and RAID.
Enhancements:
- Many improvements and fixes were made for all known problems to ntfsmount, ntfscluster, mkntfs, ntfsclone, ntfsinfo, and libntfs.
<<less
Download (0.23MB)
Added: 2006-06-21 License: Public Domain Price:
1236 downloads
Mac-on-Linux 0.9.72.1

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
<<less
Download (MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
873 downloads
ChessX 0.5

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
<<less
Download (0.60MB)
Added: 2007-06-14 License: GPL (GNU General Public License) Price:
865 downloads
Mac::PropertyList 1.29

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
<<less
Download (0.017MB)
Added: 2006-09-18 License: Perl Artistic License Price:
1133 downloads
Saurus CMS Free for Linux / Mac OS X 4.5.1

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
Mac::EyeTV 0.30

Mac::EyeTV 0.30


Mac::EyeTV is a interface to the Elgato EyeTV Digital Video Recorder. more>>
Mac::EyeTV is a interface to the Elgato EyeTV Digital Video Recorder.

SYNOPSIS

use Mac::EyeTV;
my $eyetv = Mac::EyeTV->new();

# See Mac::EyeTV::Channel
foreach my $channel ($eyetv->channels) {
my $name = $channel->name;
my $number = $channel->number;
print "$number $namen";
}

# See Mac::EyeTV::Programme
foreach my $programme ($eyetv->programmes) {
my $start = $programme->start;
my $stop = $programme->stop;
my $title = $programme->title;
print "$title $start - $stopn";
}

This module allows you to interface to the Elgato EyeTV Digital Video Recorder. EyeTV is a piece of software and hardware for Mac OS X which can record and play back television much like a Tivo. This module allows you to interface to the EyeTV software, view the channel list and the recorded programmes and schedule recordings.

See Mac::EyeTV::Programme for information on scheduling a recording.
You should create Mac::Glue bindings to EyeTV before using this (along the lines of sudo gluemac EyeTV).

The EyeTV software itself is available from Elgato Systems at http://www.elgato.com/index.php?file=support_updates_eyetv

<<less
Download (0.004MB)
Added: 2006-07-21 License: GPL (GNU General Public License) Price:
1217 downloads
DarwinPorts 1.2

DarwinPorts 1.2


DarwinPorts makes the world of open source software available to your Mac. more>>
DarwinPorts makes the world of open source software available to your Mac. There are over 3000 software titles ("ports"), each one installable with a single command.
This is probably the biggest, most up to date open source software collection for Mac OS X. DarwinPorts works much like the ports collections of the major BSD operating systems.
Enhancements:
- The syntax of port(1) was enhanced.
- Space is now saved by compressing all man pages automatically.
- It is now possible to install multiple ports with one command.
- New meta-groups for executing commands on were implemented.
- launchd is now used on 10.4 (SystemStarter on 10.3).
- Help is now more easily available.
- Portfiles can now be edited directly via port(1).
- Disk images are available for 10.3 and 10.4.
<<less
Download (0.76MB)
Added: 2005-12-15 License: BSD License Price:
1409 downloads
CrissCross 0.6.5

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).
<<less
Download (0.22MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
846 downloads
AudioCD::Mac 0.25

AudioCD::Mac 0.25


AudioCD::Mac is a MacPerl extension for controlling Audio CDs. more>>
AudioCD::Mac is a MacPerl extension for controlling Audio CDs.

SYNOPSIS

#!perl -w
use AudioCD;
use strict;
my $cd = new AudioCD;

$cd->volume(255);
$cd->play(2);
print "Now playingn" if $cd->status == CD_PLAY;
printf "Volume is %dn", $cd->volume;
sleep(5);

$cd->pause;
print "Now pausedn" if $cd->status == CD_PAUSE;
sleep(5);

$cd->volume(100);
$cd->continue;
print "Now playingn" if $cd->status == CD_PLAY;
printf "Volume is %dn", $cd->volume;
sleep(5);

my @info = $cd->info;
printf "Currently at track %d, %.2d:%.2dn", @info[0..2];

$cd->stop;
my $status = $cd->status;
print "Now stoppedn" if
($status == CD_FINISH || $status == CD_STOP);

if (do CDDB.pm) { # sold separately
my $cddb = new CDDB;
my @cddb_info = $cddb->calculate_id( $cd->cddb_toc );
my @discs = $cddb->get_discs(@cddb_info[0, 3, 4]);
print "You were probably listening to $discs[0]->[2]n";
}

$cd->eject;

This is the MacPerl module to be used by the AudioCD module. Other modules can be written for other platforms, but this one is Mac specific, calling Mac OS APIs to control the CD player.

<<less
Download (0.014MB)
Added: 2006-06-22 License: Perl Artistic License Price:
1220 downloads
SmartSplitter 1.3

SmartSplitter 1.3


SmartSplitter is a cross-platform open-source control splitter class for REALbasic 5 or greater. more>>
SmartSplitter is a cross-platform open-source control splitter class for REALbasic 5 or greater. The SmartSplitter control allows the user to resize other controls contained in the window as desired.
SmartSplitter can automatically attach nearby controls thus achieving full functionality with NO coding and NO binding! SmartSplitter is developed for and tested on Linux, Mac OS 9, Mac OS X, and Windows 98/2000/XP.
SmartSplitter began like so many other classes do - as a simple crappy class in an early crappy project. But as I used this divider thingy in more of my projects, I gradually added in smarts until so great the intellect of this amazing class, I felt obliged to spend the extra effort to simplify it, clean it up, and make it more accessible.
The SmartSplitter class is provided free for all to use. However, I do maintain ownership of SmartSplitter. You are free to redistribute the source code. If you distribute it as a standalone class, please include this documentation with it. If you distribute source code containing SmartSplitter, you do not need to include this documentation. There is no requirement to credit me in your program for using SmartSplitter.
Enhancements:
- Fixed control smarts to handle embeded control resize change in REALbasic 2005
- Added logic to handle invisible attached controls
- (Use new subroutine setAttachedControlNormallyVisible to alert SmartSplitter if an attached control changes visibility)
- Using DisableLiveDrag looks MUCH better
- Fixed a Win32 "expanding" handle refresh problem
<<less
Download (0.20MB)
Added: 2006-05-11 License: Freeware Price:
1262 downloads
Vega Strike 0.4.3

Vega Strike 0.4.3


Vega Strike is a 3D Linux action space simulator. more>>
Vega Strike is a Linux action space simulator designed to bring 3d space combat to a whole new level of graphics, gameplay, and customizability.
Enhancements:
- Also featured is an introductory story campaign showing what the future of Vega Strike storytelling will look like.
- Hopefully we will release a campaign editor at some point which will allow users to contribute their own stories and dialogue to the game.
- The new screenshot (imaging) key is activated with i. PC users will find a link to the screenshots in the start menu, linux users will find it in the home directory ~/.vegastrike043/textures/
- Strangelet and PeteyG have worked for months on the art you will experience in 2.4.3.
- Dandandamans hard work has made the Loki Installer a reality for our linux users. You folks can toss gcc out the window and just download and run, like the mac and windows releases, and Fadookie and Mamiya0taru have polished the windows installer for the rest of the computational world.
- And my mac is finally out of the shop, and I have finally figured out how to make OS X 10.1 and 10.2 compatible binaries through OS X 10.3, so users with any Mac OS X can still experience Vega Strike. (this is not as easy as it sounds--look how many OS X 10.3 only apps there are out there and youll realize)
- All the items missing from 0.4.2 listed in the missing section have finally been added to 0.4.3, and thats the reason the developers decided to push for another 0.4.x release before forging ahead to 0.5.0 which will likely have a new gameplay feel and more stories.
<<less
Download (148.11MB)
Added: 2005-04-02 License: GPL (GNU General Public License) Price:
1670 downloads
Not another MAC theme 0.1

Not another MAC theme 0.1


Not another MAC theme 0.1 provides you with a nice theme for GNOME users. more>>
Not another MAC theme 0.1 provides you with a nice theme for GNOME users. It is actually a mix of all the MAC OS X GTK themes.

GNOME is an international effort to build a complete desktop environment the graphical user interface which sits on top of a computer operating system entirely from free software. This goal covers creating software development frameworks, selecting application software for the desktop, and working on the programs which manage application launching, file handling, and window and task management.

Requirements:

  • GNOME
<<less
Added: 2008-11-17 License: GPL Price: FREE
1 downloads
DateTime::Format::Epoch::MacOS 0.10

DateTime::Format::Epoch::MacOS 0.10


DateTime::Format::Epoch::MacOS is a Perl module that can convert DateTimes to/from Mac OS epoch seconds. more>>
DateTime::Format::Epoch::MacOS is a Perl module that can convert DateTimes to/from Mac OS epoch seconds.

SYNOPSIS

use DateTime::Format::Epoch::MacOS;

my $dt = DateTime::Format::Epoch::MacOS->parse_datetime( 1051488000 );
DateTime::Format::Epoch::MacOS->format_datetime($dt);
# 1051488000

my $formatter = DateTime::Format::Epoch::MacOS->new();

my $dt2 = $formatter->parse_datetime( 1051488000 );

$formatter->format_datetime($dt2);
# 1051488000

This module can convert a DateTime object (or any object that can be converted to a DateTime object) to the number of seconds since the Mac OS epoch.
Note that the Mac OS epoch is defined in the local time zone. This means that these two pieces of code will print the same number of seconds, even though they represent two datetimes 6 hours apart:

$dt = DateTime->new( year => 2003, month => 5, day => 2,
time_zone => Europe/Amsterdam );
print $formatter->format_datetime($dt);

$dt = DateTime->new( year => 2003, month => 5, day => 2,
time_zone => America/Chicago );
print $formatter->format_datetime($dt);

Mac OS X is a Unix system, and uses the Unix epoch (1970-01-01T00:00:00). Use DateTime::Format::Epoch::Unix instead.

<<less
Download (0.017MB)
Added: 2006-08-15 License: Perl Artistic License Price:
1166 downloads
FreeMat 3.4

FreeMat 3.4


FreeMat is a free environment for rapid engineering and scientific prototyping and data processing. more>>
FreeMat is a free environment for rapid engineering and scientific prototyping and data processing. FreeMat project is similar to commercial systems such as MATLAB from Mathworks, and IDL from Research Systems, but is Open Source.
FreeMat includes several novel features such as a codeless interface to external C/C++/FORTRAN code, parallel/distributed algorithm development (via MPI), and plotting and visualization capabilities.
FreeMat is available under an MIT-type license. Supported platforms include Linux, Windows and Mac OS X.
Enhancements:
- This release fixes some critical bugs in the previous release.
- In particular, the 64-bit compilation bug has been fixed, and the Mac OS X package has been fixed.
- Also, several general bugs have been fixed.
<<less
Download (7.0MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
799 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5