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.478.535 Times

Mac Registry Optimizer freeware
Filter: All | Freeware | Demo
 

Mac Registry Optimizer

< 1 2 3 4 5 > 
Released: September 16, 2008  |  Added: October 17, 2008 | Visits: 2.574

COMODO Registry Cleaner Comodo Registry Cleaner improves the health of your computer and makes it run faster by conducting a deep scan of the Windows registry to identify, remove, repair and optimize unnecessary or corrupt registry entries. Whenever you perform a task such as installing or removing a program or... Platforms: Windows

License: Freeware Size: 3.3 MB Download (347): COMODO Registry Cleaner Download

Released: July 06, 2015  |  Added: July 28, 2015 | Visits: 4.121

Auslogics Registry Cleaner The Windows Registry is the most accessed and the most vulnerable to errors part of your computer. As you install and uninstall software it becomes cluttered with obsolete and corrupted entries, which can cause system errors, crashes, and failures. Therefore it's extremely important to keep the... Platforms: Windows, Windows 7

License: Freeware Size: 7.41 MB Download (281): Auslogics Registry Cleaner Download

Added: January 18, 2010 | Visits: 2.335

MAC Changer GUI MAC Changer GUI will display and change your MAC address to a user supplied or random value. Created with kommander 1.3.0. Not sure if it works with previous versions. Depends on kdialog and must be executed with the kdesu command. Example: kdesu kmdr-executor /home/someDIR/mac.kmdr As... Platforms: *nix

License: Freeware Size: 30.72 KB Download (226): MAC Changer GUI Download

Added: July 08, 2010 | Visits: 1.925

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.160

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.670

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: April 12, 2010 | Visits: 990

DCE::Registry DCE::Registry is a Perl interface to DCE Registry API. SYNOPSIS use DCE::Registry; my $rgy = DCE::Registry->site_open($site_name); This module provides an OO Perl interface to the DCE Registry API. The sec_rgy_ prefix has been dropped and methods are invoked via a blessed registry_context... Platforms: *nix

License: Freeware Size: 35.84 KB Download (98): DCE::Registry 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.827

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: October 25, 2010 | Visits: 1.946

Internet Registry Routing Daemon Internet Registry Routing Daemon (IRRd) is a freely available, stand-alone Internet Routing Registry database server. IRRd supports the RPSL and RPSLng Routing Policy Specification Language standards. The IRRd package includes all required IRR support services, including: automated near... Platforms: *nix

License: Freeware Size: 686.08 KB Download (98): Internet Registry Routing Daemon Download

Added: May 10, 2013 | Visits: 1.572

PHP Gift Registry The PHP Gift Registry is a web-enabled gift registry intended for use among a circle of family members or friends. It is intended to fill the following purposes: - Permit the long-term storage of a list of items one desires, along with its price, where it can be bought, and (optionally) a URL... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (130): PHP Gift Registry Download

Added: July 01, 2010 | Visits: 532

Registry J2SE Registry J2SE is a library that provides lightweight registry functions for both Hibernate2 and Hibernate3 configurations.. Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): Registry J2SE Download

Added: January 25, 2010 | Visits: 1.583

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: March 16, 2011  |  Added: April 17, 2011 | Visits: 2.089

Ainvo Registry Defrag Unused and bad sections appear in the registry with time. It leads to errors and poorer system performance. Ainvo Registry Defrag will allow you to improve the Windows performance and stability due to registry defragmentation. The program is designed in the form of a convenient wizard so even... Platforms: Windows

License: Freeware Size: 3.37 MB Download (195): Ainvo Registry Defrag Download

< 1 2 3 4 5 >