pearpc mac
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 914
PearPC 0.4
PearPC is an architecture-independent PowerPC platform emulator capable of running most PowerPC operating systems. more>>
PearPC is an architecture-independent PowerPC platform emulator capable of running most PowerPC operating systems.
This release fixes an ugly partition mapping bug which prevented PearPC to boot OpenDarwin. But the fix might cause regressions: so if your image is no longer booting and you can compile pearpc yourself, please talk to the pearpc-devel mailing list.
Installation:
-Get the Mandrake Installations CDs from a near mirror.
-Read the getting started document first.
-Join the club.
-Make sure you have configured with a big harddisk (3 GiB should do) and a CDROM with the Mandrake 9.1 PPC CD1 inserted. Select a 15 bit video mode. (ppc_start_resolution to 1, 4 or 7)
-Boot and you should get the yaboot menu.
-Press enter and wait.
-At some point, a graphical installer will show up.
-I wont partition your disk for you so you have to do it on your own
create 2 partitions: Apple bootstrap and a Linux onecontinue install.
It will ask you to insert another CD. Click "Change CD" and choose a different .iso or simply insert a different CD. Continue.
-Something bad may happen in the end of the install. Nevermind.
While the CPU emulation may be slow (1/500th or 1/15th, see above), the speed of emulated hardware is hardly impacted by the emulation; the emulated hard-drive and CDROM e.g. are very fast, especially with OS that support bus-mastering (Linux, Darwin, Mac OS X do).
Because the author has only access to a little-endian machine, PearPC will most likely only run on little-endian architectures. This shouldnt be hard to fix and the author would fix this himself if he such hardware. (You can donate some big-endian hardware to get this fixed!)
Equally, PearPC will probably only run on 32-bit architectures. This shouldnt be hard to fix either. (You can donate...)
A lot of unimplementated features are fatal (i.e. will abort PearPC).
Timings are very still a little bit inaccurate. Dont rely on benchmarks made in the client.
PearPC lacks a save/restore machine-state feature.
No Altivec support yet but being worked on.
No LBA48 (but LBA). Currently no support for hard disks greater than 128 GiB. Disks > 4GiB are not tested very well.
<<lessThis release fixes an ugly partition mapping bug which prevented PearPC to boot OpenDarwin. But the fix might cause regressions: so if your image is no longer booting and you can compile pearpc yourself, please talk to the pearpc-devel mailing list.
Installation:
-Get the Mandrake Installations CDs from a near mirror.
-Read the getting started document first.
-Join the club.
-Make sure you have configured with a big harddisk (3 GiB should do) and a CDROM with the Mandrake 9.1 PPC CD1 inserted. Select a 15 bit video mode. (ppc_start_resolution to 1, 4 or 7)
-Boot and you should get the yaboot menu.
-Press enter and wait.
-At some point, a graphical installer will show up.
-I wont partition your disk for you so you have to do it on your own
create 2 partitions: Apple bootstrap and a Linux onecontinue install.
It will ask you to insert another CD. Click "Change CD" and choose a different .iso or simply insert a different CD. Continue.
-Something bad may happen in the end of the install. Nevermind.
While the CPU emulation may be slow (1/500th or 1/15th, see above), the speed of emulated hardware is hardly impacted by the emulation; the emulated hard-drive and CDROM e.g. are very fast, especially with OS that support bus-mastering (Linux, Darwin, Mac OS X do).
Because the author has only access to a little-endian machine, PearPC will most likely only run on little-endian architectures. This shouldnt be hard to fix and the author would fix this himself if he such hardware. (You can donate some big-endian hardware to get this fixed!)
Equally, PearPC will probably only run on 32-bit architectures. This shouldnt be hard to fix either. (You can donate...)
A lot of unimplementated features are fatal (i.e. will abort PearPC).
Timings are very still a little bit inaccurate. Dont rely on benchmarks made in the client.
PearPC lacks a save/restore machine-state feature.
No Altivec support yet but being worked on.
No LBA48 (but LBA). Currently no support for hard disks greater than 128 GiB. Disks > 4GiB are not tested very well.
Download (0.88MB)
Added: 2005-12-21 License: GPL (GNU General Public License) Price:
920 downloads

Phonetic for mac 1.0
A program that translates text to the phonetic alphabet. more>> It is freeware with the source code avaliable. You can run it in Linux or Windows.
Phoneic finds words within telephone numbers. Phonetic also converts phonetic telephone numbers into numeric digits.
All words found within the given telephone number will be listed. If you click on a word, every combination in which that word is included will be displayed.<<less
Download (809.72MB)
Added: 2009-04-21 License: Freeware Price: Free
198 downloads
File::Spec::Mac 3.25
File::Spec::Mac Perl module contains File::Spec for Mac OS (Classic). more>>
SYNOPSIS
require File::Spec::Mac; # Done internally by File::Spec if needed
Methods for manipulating file specifications.
METHODS
canonpath
On Mac OS, theres nothing to be done. Returns what its given.
catdir()
Concatenate two or more directory names to form a path separated by colons (":") ending with a directory. Resulting paths are relative by default, but can be forced to be absolute (but avoid this, see below). Automatically puts a trailing ":" on the end of the complete path, because thats whats done in MacPerls environment and helps to distinguish a file path from a directory path.
IMPORTANT NOTE: Beginning with version 1.3 of this module, the resulting path is relative by default and not absolute. This decision was made due to portability reasons. Since File::Spec->catdir() returns relative paths on all other operating systems, it will now also follow this convention on Mac OS. Note that this may break some existing scripts.
The intended purpose of this routine is to concatenate directory names. But because of the nature of Macintosh paths, some additional possibilities are allowed to make using this routine give reasonable results for some common situations. In other words, you are also allowed to concatenate paths instead of directory names (strictly speaking, a string like ":a" is a path, but not a name, since it contains a punctuation character ":").
So, beside calls like
catdir("a") = ":a:"
catdir("a","b") = ":a:b:"
catdir() = "" (special case)
calls like the following
catdir(":a:") = ":a:"
catdir(":a","b") = ":a:b:"
catdir(":a:","b") = ":a:b:"
catdir(":a:",":b:") = ":a:b:"
catdir(":") = ":"
are allowed.
Download (0.11MB)
Added: 2007-07-05 License: Perl Artistic License Price:
842 downloads
arpwatch NG 1.7
arpwatch monitors mac adresses on your network and writes them into a file. more>>
arpwatch monitors mac adresses on your network and writes them into a file. Last know timestamp and change notification is included.
Use it to monitor for unknown (and as such, likely to be intruders) mac adresses or somebody messing around with your arp_/dns_tables.
<<lessUse it to monitor for unknown (and as such, likely to be intruders) mac adresses or somebody messing around with your arp_/dns_tables.
Download (0.20MB)
Added: 2007-03-08 License: GPL (GNU General Public License) Price:
983 downloads
parprouted 0.64
parprouted is a daemon for transparent IP (Layer 3) proxy ARP bridging. more>>
parprouted is a daemon for transparent IP (Layer 3) proxy ARP bridging. This is useful for creation of transparent firewalls and bridging networks with different MAC protocols.
For installation follow these commands:
Typing "make all && make install" will install parprouted into /usr/local hierarchy.
Enhancements:
- A bug that caused parprouted to send ARP requests for incomplete records has been fixed.
<<lessFor installation follow these commands:
Typing "make all && make install" will install parprouted into /usr/local hierarchy.
Enhancements:
- A bug that caused parprouted to send ARP requests for incomplete records has been fixed.
Download (0.017MB)
Added: 2007-01-14 License: GPL (GNU General Public License) Price:
1016 downloads
OpenRRCP 0.1.93
OpenRRCP is a cross-platform tool based on RRCP (Realtek Remote Configuration Protocol). more>>
OpenRRCP is a cross-platform tool based on RRCP (Realtek Remote Configuration Protocol).
OpenRRCP is able to configure and fetch status from L2 Ethernet switches based on some of Realteks chips. Linux and RTL8316B/RTL8326/RTL8326S are supported at the moment.
Enhancements:
- This release adds numerous new commands, including "eeprom set-mac-address" for permanently changing a switchs MAC address
- commands for configuring individual port status
- link loop detection
- port bandwidth
- mirroring control.
<<lessOpenRRCP is able to configure and fetch status from L2 Ethernet switches based on some of Realteks chips. Linux and RTL8316B/RTL8326/RTL8326S are supported at the moment.
Enhancements:
- This release adds numerous new commands, including "eeprom set-mac-address" for permanently changing a switchs MAC address
- commands for configuring individual port status
- link loop detection
- port bandwidth
- mirroring control.
Download (0.034MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
989 downloads
wxPerl 0.76
wxPerl is a Perl wrapper for the awesome wxWidgets cross-platform GUI toolkit with native look and feel. more>>
wxPerl is a Perl wrapper for the awesome wxWidgets cross-platform GUI toolkit with native look and feel.
wxPerl allows the creation of applications that can run on Unices, Windows, Mac OS X with native look and feel. Whenever possible the underlying wxWidgets toolkit uses the platforms native control, emulating it when not available.
<<lesswxPerl allows the creation of applications that can run on Unices, Windows, Mac OS X with native look and feel. Whenever possible the underlying wxWidgets toolkit uses the platforms native control, emulating it when not available.
Download (0.32MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
808 downloads
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.
<<lessSYNOPSIS
#!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.
Download (0.014MB)
Added: 2006-06-22 License: Perl Artistic License Price:
1220 downloads
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
Added: 2008-11-17 License: GPL Price: FREE
1 downloads
arpalert 2.0.7
arpalert uses ARP address monitoring to help prevent unauthorized connections on the local network. more>>
arpalert is used for monitoring networks. It listens on a network interface (without using promiscuous mode) and catches all conversations of MAC address to IP request.
arpalert compares the mac addresses it detected with a pre-configured list of authorized MAC addresses. If the MAC is not in list, arpalert launches a pre-defined user script with the MAC address and IP address as parameters.
This software can run in deamon mode; its very fast (low CPU and memory consumption).
It responds at signal SIGHUP (configuration reload) and at signals SIGTERM, SIGINT, SIGQUIT and SIGABRT (arpalert stops itself)
Enhancements:
- A minor OpenBSD bugfix.
- Very minor code optimization.
- This release checks the string representation of MAC address memory size, allocates static memory for many buffers, and has OpenBSD Makefile compatibility.
<<lessarpalert compares the mac addresses it detected with a pre-configured list of authorized MAC addresses. If the MAC is not in list, arpalert launches a pre-defined user script with the MAC address and IP address as parameters.
This software can run in deamon mode; its very fast (low CPU and memory consumption).
It responds at signal SIGHUP (configuration reload) and at signals SIGTERM, SIGINT, SIGQUIT and SIGABRT (arpalert stops itself)
Enhancements:
- A minor OpenBSD bugfix.
- Very minor code optimization.
- This release checks the string representation of MAC address memory size, allocates static memory for many buffers, and has OpenBSD Makefile compatibility.
Download (0.10MB)
Added: 2007-08-04 License: GPL (GNU General Public License) Price:
814 downloads
Ophcrack 2.4.1
Ophcrack is a Windows password cracker based on rainbow tables. more>>
Ophcrack is a Windows password cracker based on rainbow tables. It is a very efficient implementation of rainbow tables done by the inventors of the method.
This projetc comes with a GTK+ Graphical User Interface and runs on ,Linux Mac OS X (Intel CPU) as well as on Windows.
<<lessThis projetc comes with a GTK+ Graphical User Interface and runs on ,Linux Mac OS X (Intel CPU) as well as on Windows.
Download (0.17MB)
Added: 2007-08-03 License: GPL (GNU General Public License) Price:
3939 downloads
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.
<<lessSYNOPSIS
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.
Download (0.017MB)
Added: 2006-08-15 License: Perl Artistic License Price:
1166 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
Kismet Parse 0.2
Kismet Parse project can be used after kismet has sniffed 802.11 traffic and produced .network files. more>>
Kismet Parse project can be used after kismet has sniffed 802.11 traffic and produced .network files.
Kismet Parse is a Perl script that will parse these files to map the MAC addresses of the discovered wireless access point and clients to useful information. The information includes the hardware manufacturer of the device.
<<lessKismet Parse is a Perl script that will parse these files to map the MAC addresses of the discovered wireless access point and clients to useful information. The information includes the hardware manufacturer of the device.
Download (0.007MB)
Added: 2007-08-22 License: GPL (GNU General Public License) Price:
568 downloads
Pyzam 0.12
Pyzam project is a fullscreen archived comic book reader for CBZ and CBR files. more>>
Pyzam project is a fullscreen archived comic book reader for CBZ and CBR files.
The original intent was to create a comic book reader for Mac OS X that did fullscreen and supported cbz and cbr files.
It supports two-page view and directories of images. It also works on systems other than Mac OS X, but only supports cbz files.
Enhancements:
- Added png support.
<<lessThe original intent was to create a comic book reader for Mac OS X that did fullscreen and supported cbz and cbr files.
It supports two-page view and directories of images. It also works on systems other than Mac OS X, but only supports cbz files.
Enhancements:
- Added png support.
Download (MB)
Added: 2006-11-27 License: GPL (GNU General Public License) Price:
1065 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 pearpc mac 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