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

Anaglyph Maker Mac freeware
Filter: All | Freeware | Demo
 

Anaglyph Maker Mac

< 1 2 3 4 5 > 
Released: August 03, 2012  |  Added: September 02, 2012 | Visits: 3.560

Windows Movie Maker With Windows Movie Maker, you can quickly turn your photos and videos into polished movies. Add special effects, transitions, sound, and captions to help tell your story. Share the movie with friends and family. Windows Movie Maker is a Free video creating/editing software application,...



Platforms: Windows

License: Freeware Size: 5.74 MB Download (638): Windows Movie Maker Download

Released: February 24, 2012  |  Added: April 17, 2012 | Visits: 2.520

Wavepad Audio Editor for Mac WavePad is a sound editor program for Mac OS X. This software lets you make and edit voice and other audio recordings. You can cut, copy and paste parts of recording and, if required, add effects like echo, amplification and noise reduction. Sound editing functions include cut, copy, paste,...





Platforms: Mac

License: Freeware Size: 1.42 MB Download (185): Wavepad Audio Editor for Mac Download

Released: July 30, 2008  |  Added: November 26, 2008 | Visits: 2.269

DVD-Video Maker DVD-Video Maker aims to be a tool to convert various PC video formats to a DVD that can be played on pretty much any standalone DVD player. It's main target audience is people who know at least some basics about DVDs and videoaudio files. DVD-Video Maker is easy to use pretty interface. It can...


Platforms: Windows

License: Freeware Size: 8.96 MB Download (1008): DVD-Video Maker Download

Released: January 09, 2011  |  Added: January 16, 2011 | Visits: 3.334

Ringtone Maker With Ringtone Maker, you can create professional ringtones from any audio files no matter whether it is your favorite song, your relatives', friends' or pets' voices, an online radio, etc. It is easy and convenient to use the program due to the built-in New RingTone Wizard. Ringtone Maker has a...


Platforms: Windows

License: Freeware Size: 7.79 MB Download (533): Ringtone Maker Download

Released: April 23, 2009  |  Added: May 08, 2009 | Visits: 9.584

Picture Collage Maker Free Picture Collage Maker Free is a simple-to-use Windows freeware that turns ordinary photos and pictures into stunning keepsakes to share with family and friends. With just a few clicks, you can create digital collages, scrapbooks, posters, invitations, calendars, and greeting cards. Unlike...


Platforms: Windows

License: Freeware Size: 14.61 MB Download (1720): Picture Collage Maker Free Download

Released: October 10, 2009  |  Added: October 17, 2009 | Visits: 6.581

Advanced Effect Maker Free Edition Mac Create Flash and JavaScript effects such as slide shows, messengers, scrollers, games, web navigation menus and much more with the click of the button. With this software, you can have a fully customized web effect ready in less than 4 minutes. It contains 40 customizable effects of which 17 are...


Platforms: Mac

License: Freeware Size: 7.38 MB Download (747): Advanced Effect Maker Free Edition Mac Download

Added: January 18, 2010 | Visits: 2.327

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: January 18, 2010 | Visits: 1.296

Sort::Half::Maker Sort::Half::Maker is a Perl module to create half-sort subs easily. SYNOPSIS use Sort::Half::Maker qw(make_halfsort); $sub = make_halfsort( start => [ qw(x y z) ], end => [ qw(a b c) ], fallback => sub { $_[0] cmp $_[1] }, ); @list = sort $sub qw(a y f h w z b t x); # qw(x y z f h t w...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (112): Sort::Half::Maker Download

Added: July 08, 2010 | Visits: 1.916

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

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: April 21, 2010 | Visits: 2.563

RPM Package Maker RPM Package Maker is a frontend for other linux tools in order to help linux users to create RPM packages quickly and easily. Since version 0.8 minimal spec files are kept in: /usr/src/packages/SPECS/mini Whats New in This Release: - Small improvements and bugfixes. RPM Package Maker...


Platforms: *nix

License: Freeware Size: 563.2 KB Download (205): RPM Package Maker Download

Added: October 23, 2010 | Visits: 2.978

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 (408): Mac OS X Bundle Download

Added: March 03, 2010 | Visits: 1.665

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 (98): Mac::Errors Download

Added: November 06, 2010 | Visits: 1.183

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

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: November 23, 2010 | Visits: 1.816

El Jay Icon Maker El Jay Icon Maker is a Firefox extension that allows you to right click on any image and create an icon for use with livejournal.com There are two options to choose from when making an icon "Create Icon Instantly" and "Create Icon With Options". Selecting either link redirects you to the El Jay...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (176): El Jay Icon Maker Download

Added: August 25, 2010 | Visits: 1.314

Regression mAKEr Regression mAKEr project is a simple modular application for data investigation. This is an application to help user (mathematician) to make regression between series of data, draw grpahics, and export them into various formats by means of common graphics packages (i.e., gnuplot, plotutils). It...


Platforms: *nix

License: Freeware Size: 1.9 MB Download (138): Regression mAKEr Download

Added: May 13, 2010 | Visits: 1.672

List::Maker List::Maker is a Perl module that can generate more sophisticated lists than just $a..$b. SYNOPSIS use List::Maker; @list = < 1..10 >; # (1,2,3,4,5,6,7,8,9,10) @list = < 10..1 >; # (10,9,8,7,6,5,4,3,2,1) @list = < 1,3,..10 > # (1,3,5,7,9) @list = < 1..10 x 2 > # (1,3,5,7,9) @list = <...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (159): List::Maker Download

Added: April 15, 2010 | Visits: 1.274

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

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

< 1 2 3 4 5 >