Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.477.935 Times

Mac Alpha freeware
Filter: All | Freeware | Demo
 

Mac Alpha

< 1 2 3 4 5 > 
Added: July 08, 2010 | Visits: 1.924

GNU MAC Changer GNU MAC Changer project consists of an utility for manipulating MAC addresses of network interfaces. It can set specific, random, vendor-based (with a 6600+ vendor list), and device-type-based MACs.. Cherokee is a flexible, very fast, lightweight Web server. It is implemented entirely in C, and... Platforms: *nix

License: Freeware Size: 225.28 KB Download (148): GNU MAC Changer Download

Added: October 01, 2010 | Visits: 2.159

Mac menubar for GNOME/Xfce Mac menubar for GNOME/Xfce is a Mac-style menubar for gtk2/gnome/xfce. This is not one app, but 3 pieces of mutual-dependent softwares: 1.patch for gtk2 (2.10.x and 2.8.x) 2.gnome panel applet 3.xfce panel plugin (for 4.4+ only) The sources are hosted on AUR (Arch User Repository),... Platforms: *nix

License: Freeware Download (160): Mac menubar for GNOME/Xfce Download

Added: October 23, 2010 | Visits: 2.992

Mac OS X Bundle Mac OS X Bundle provides a Mac OS X-like theme for GTK. "Mac OS X Bundle" includes:. Mac OS X Bundle GNOME-Look.org Community Portal for Gnome Themes Wallpapers Icons Sounds Screenshots Schemes Skins Skinz Screensavers Splash Screens News Forum GUI Polls Links Downloads GTK Look News Mouse X11... Platforms: *nix

License: Freeware Download (409): Mac OS X Bundle Download

Added: March 03, 2010 | Visits: 1.669

Mac::Errors Mac::Errors is a Perl module with constants for Mac error codes. SYNOPSIS use Mac::Errors qw(openErr); if( $value == openErr ) { ... } my $error = $MacErrors{ $symbol }; # -- OR -- my $error = $MacErrors{ $number }; my $symbol = $error->symbol; my $number = $error->number; my $desc =... Platforms: *nix

License: Freeware Size: 54.27 KB Download (104): Mac::Errors Download

Added: November 06, 2010 | Visits: 1.191

Mac::PropertyList 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... Platforms: *nix

License: Freeware Size: 17.41 KB Download (126): Mac::PropertyList Download

Added: July 07, 2010 | Visits: 1.181

AudioCD::Mac 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... Platforms: *nix

License: Freeware Size: 14.34 KB Download (91): AudioCD::Mac Download

Added: March 02, 2010 | Visits: 1.576

Chatbot::Alpha::Tutorial Chatbot::Alpha::Tutorial is a beginners guide to Chatbot::Alpha 2.x. INTRODUCTION What is Chatbot::Alpha? Chatbot::Alpha is a Perl module for reading and processing Alpha code. Alpha code is a command-driven response language, primarily used for chatterbots. The language format is quite... Platforms: *nix

License: Freeware Size: 30.72 KB Download (109): Chatbot::Alpha::Tutorial Download

Added: July 18, 2010 | Visits: 1.232

Chatbot::Alpha::Syntax Chatbot::Alpha::Syntax is a Perl module for syntax checking of Chatbot::Alpha replies. SYNOPSIS use Chatbot::Alpha::Syntax; my $syntax = new Chatbot::Alpha::Syntax; # Set strict syntax. $syntax->syntax (strict); # Changed my mind, use loose $syntax->syntax (loose); # Only allow SOME... Platforms: *nix

License: Freeware Size: 30.72 KB Download (125): Chatbot::Alpha::Syntax Download

Added: June 16, 2010 | Visits: 1.097

Chatbot::Alpha::Sort Chatbot::Alpha::Sort is a Perl module for alphabetic sorting of Chatbot::Alpha documents. SYNOPSIS use Chatbot::Alpha::Sort; # Create a new sorter. my $sort = new Chatbot::Alpha::Sort(); # Sort your files. $sort->start ( dir => ./before, out => ./after, ext => cba, );... Platforms: *nix

License: Freeware Size: 30.72 KB Download (99): Chatbot::Alpha::Sort Download

Added: April 25, 2010 | Visits: 1.294

Chatbot::Alpha Chatbot::Alpha provides a simple chatterbot brain. The Alpha brain was developed by AiChaos, Inc. for our chatterbots. The Alpha brains language is line-by-line, command-driven. Alpha is a simplistic brain yet is very powerful for making impressive response systems. // Test Replies //... Platforms: *nix

License: Freeware Size: 30.72 KB Download (134): Chatbot::Alpha Download

Added: April 15, 2010 | Visits: 1.282

Mac::Apps::Seasonality::LoadICAOHistory Mac::Apps::Seasonality::LoadICAOHistory is a Perl module to load data into an SQLite2 database with the Seasonality weather.db schema. SYNOPSIS use English qw{ -no_match_vars }; use DBI; use Mac::Apps::Seasonality::LoadICAOHistory qw{ :conversion &clean_icao_history_set... Platforms: *nix

License: Freeware Size: 31.74 KB Download (98): Mac::Apps::Seasonality::LoadICAOHistory Download

Added: July 12, 2010 | Visits: 1.281

Mac::Apps::Seasonality::Constants Mac::Apps::Seasonality::Constants is a Perl module for static definitions of aspects of Seasonality. SYNOPSIS use Mac::Apps::Seasonality::Constants qw{ $SEASONALITY_NAME $SEASONALITY_CREATOR $SEASONALITY_HISTORY_DATABASE_PATH }; use Mac::Apps::Seasonality::Constants qw{... Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Mac::Apps::Seasonality::Constants Download

Added: March 07, 2010 | Visits: 1.826

Mac-on-Linux Mac-on-Linux (MOL) is a virtual machine which runs Mac OS (inlucluding Mac OS X) on top of Linux/ppc.. Mac-on-Linux is a Linux/PPC program that virtualises MacOS or MacOSX in Linux. Platforms: *nix

License: Freeware Download (173): Mac-on-Linux Download

Added: April 07, 2010 | Visits: 2.357

Mac::EyeTV 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... Platforms: *nix

License: Freeware Size: 4.1 KB Download (185): Mac::EyeTV Download

Added: January 25, 2010 | Visits: 712

Alpha Juno Control Alpha Juno Control is a patch editor for the Alpha Juno series of keyboards. Allows realtime editing of Juno parameters including DCO, VCF, VCA, LFO, ENV, etc... Designed exclusively for Mac OS X. Platforms: Mac

License: Freeware Download (93): Alpha Juno Control Download

Added: January 25, 2010 | Visits: 1.582

Mac mini 8 icons of the Mac mini in the Tiger's familly colors. Platforms: Mac

License: Freeware Size: 204 KB Download (252): Mac mini Download

Added: January 25, 2010 | Visits: 1.249

A New Mac Tip Every Day A New Mac Tip Every Day widget gives you the feed from the "A New Mac Tip Every Day" site right in your Dashboard. Platforms: Mac

License: Freeware Download (114): A New Mac Tip Every Day Download

Released: June 30, 2015  |  Added: August 03, 2015 | Visits: 3.183

WinX DVD Ripper Mac Free WinX DVD Ripper Mac Free helps you rip DVD on Mac OS to MP4, H.264, MPEG, FLV, iTunes and MP3. It's the best free DVD ripping software for Mac OS X Yosemite/Mavericks, etc. How to rip copy protected DVD on Mac? This app lets you rip DVD fast. Step 1. Import DVD Movie from Mac to this free... Platforms: Mac, Other

License: Freeware Size: 36.29 MB Download (230): WinX DVD Ripper Mac Free Download

Released: September 23, 2011  |  Added: October 09, 2011 | Visits: 3.958

Flickr Gallery for Mac OS It's no secret that adding photos to your blog posts is one of the most effective ways to enhance your blog and attract attention to your writing. Flickr has millions of photos available in its database. FREE Mac tool called Flickr Gallery allows you to create a custom image gallery with a cool... Platforms: Mac

License: Freeware Size: 34.56 MB Download (512): Flickr Gallery for Mac OS Download

Released: September 07, 2011  |  Added: December 29, 2012 | Visits: 2.705

Visual LightBox Mac VisualLightBox is a free wizard program that helps you easily generate web photo galleries on Mac OS with a nice Lightbox-style overlay effect, in a few clicks without writing a single line of code. Just upload files generated by the photo album builder to your server and it will run immediately,... Platforms: Mac

License: Freeware Size: 34.56 MB Download (303): Visual LightBox Mac Download

< 1 2 3 4 5 >