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

Axl Rose Wallpaper freeware
Filter: All | Freeware | Demo
 

Axl Rose Wallpaper

1 2 3 4 5 > 
Added: January 27, 2010 | Visits: 1.094

Speech::Recognizer::ViaVoice Speech::Recognizer::ViaVoice contains Perl wrappers for IBMs ViaVoice speech Recognizer library. SYNOPSIS use Speech::Recognizer::ViaVoice; $| = 1; if (0 == connectEngine) { if ( 0 == defineVocab(myTestVocab, [hello,world,quit]) ) { print please say "hello", "world", or "quit" at each...



Platforms: *nix

License: Freeware Size: 8.19 KB Download (132): Speech::Recognizer::ViaVoice Download

Added: September 26, 2006 | Visits: 5.489

ExterPassive Video Wallpaper ExterPassive Video Wallpaper plays specficially created videos (bundled with the software) as your desktop wallpaper or screensaver. This software is not an "animated desktop", it plays real videos, not imitations or simulations. ExterPassive creates live natural videos intended for desktop...





Platforms: Windows

License: Freeware Size: 23.7 MB Download (664): ExterPassive Video Wallpaper Download

Added: January 04, 2006 | Visits: 3.197

Stardust Wallpaper Control 2003 Stardust Wallpaper Control 2003 is a free taskbar accessory that lets you easily change and configure your desktop wallpaper. You can change wallpaper with a single click, modify wallpaper settings, and set your system to automatically change wallpaper according to schedule, or change wallpaper...


Platforms: Windows

License: Freeware Size: 659 KB Download (157): Stardust Wallpaper Control 2003 Download

Released: April 30, 2012  |  Added: May 14, 2014 | Visits: 4.688

Wallpaper Slideshow LT Wallpaper Slideshow is a great utility for displaying your favorite photos as desktop wallpaper. Wallpaper Slideshow offers you complete control on your wallpapers collection and allows you to easily set your favorite images (JPG, GIF, PNG, TIFF, BMP) as desktop wallpaper. Wallpaper Slideshow is...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 2.02 MB Download (344): Wallpaper Slideshow LT Download

Released: January 07, 2004  |  Added: May 01, 2006 | Visits: 3.817

BioniX Wallpaper BioniX Wallpaper supports JPG, GIF, BMP, ICO, EMF image files. Soon it will support more image types. This program lets you set the time interval at wich your deskop wallpaper will be changed. You can chose it between one secon and a few years - time elapse gauge. Also, the wallpaper manager has...


Platforms: Windows

License: Freeware Size: 800 KB Download (146): BioniX Wallpaper Download

Released: February 12, 2005  |  Added: March 07, 2006 | Visits: 2.793

Happy Note! Musician Wallpaper Four wallpaper of funny musicians (pianist, guitarist,flutist,drummer). Each wallpaper is available in three resolutions : 800x600, 1024x768, 1280x1024. Full install and uninstall support, direct link to the Happy Note! free wallpaper of the day.


Platforms: Windows

License: Freeware Size: 2.31 MB Download (117): Happy Note! Musician Wallpaper Download

Released: November 10, 2005  |  Added: January 07, 2006 | Visits: 4.421

Colors of Thanksgiving Wallpaper A painted canvas of Autumn trees forms the backdrop of this relaxing wallpaper. Install this animated wallpaper and soak in the season of Thanksgiving with videos of autumn leaves.


Platforms: Windows

License: Freeware Size: 3.05 MB Download (117): Colors of Thanksgiving Wallpaper Download

Released: November 10, 2005  |  Added: April 26, 2006 | Visits: 3.850

Bounties Of Thanksgiving Wallpaper Dazzle your screen with this bright wallpaper. The fresh colors will rev up the essence of the season with every look you take. Download this free animated wallpaper to spice up your Thanksgiving day.


Platforms: Windows

License: Freeware Size: 1.89 MB Download (104): Bounties Of Thanksgiving Wallpaper Download

Released: November 10, 2005  |  Added: May 19, 2006 | Visits: 4.814

Autumn Leaf Thanksgiving Wallpaper A simple wallpaper for the season. The symbol of Autumn, the red leaf is lying in a stream with water flowing over it. Install to bring the colors of Thanksgiving right there on your desktop.


Platforms: Windows

License: Freeware Size: 2.17 MB Download (114): Autumn Leaf Thanksgiving Wallpaper Download

Released: March 17, 2008  |  Added: March 20, 2008 | Visits: 6.796

Adolix Wallpaper Changer Adolix Wallpaper Changer is free wallpaper changer software that will help you configure your desktop wallpaper easily. With this freeware background changer you can use all your favorite images as wallpapers. Adolix Wallpaper Changer supports many file types like JPG, GIF, PNG, and BMP. Our free...


Platforms: Windows

License: Freeware Size: 3.22 MB Download (1031): Adolix Wallpaper Changer Download

Added: April 03, 2010 | Visits: 953

Rose::Object::MakeMethods::Generic Rose::Object::MakeMethods::Generic is a Perl module that can create simple object methods. SYNOPSIS package MyObject; use Rose::Object::MakeMethods::Generic ( scalar => [ power, error, ], scalar --get_set_init => name, boolean --get_set_init => is_tall, boolean => [ is_red,...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (97): Rose::Object::MakeMethods::Generic Download

Added: June 04, 2010 | Visits: 1.476

Rose::DB::Object::Tutorial Rose::DB::Object::Tutorial is a guided tour of the basics of Rose::DB::Object. INTRODUCTION This document provides a step-by-step introduction to the Rose::DB::Object module distribution. It demonstrates all of the important features using a semi-realistic example database. This tutorial does...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (98): Rose::DB::Object::Tutorial Download

Added: March 18, 2010 | Visits: 910

Rose::DateTime::Util Rose::DateTime::Util Perl module contains some simple DateTime wrapper functions. SYNOPSIS use Rose::DateTime::Util qw(:all); $now = parse_date(now); $then = parse_date(12/25/2001 11pm); print $now->day_of_week; # e.g., "Monday" # "December 25th 2001 at 11:00:00 PM" $date_text =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (89): Rose::DateTime::Util Download

Added: July 05, 2010 | Visits: 1.354

Rose::DB::Object::Helpers Rose::DB::Object::Helpers is a mix-in class containing convenience methods for Rose::DB::Object. SYNOPSIS package MyDBObject; use Rose::DB::Object; our @ISA = qw(Rose::DB::Object); use Rose::DB::Object::Helpers clone, { load_or_insert => find_or_create }; ... $obj =...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (114): Rose::DB::Object::Helpers Download

Added: October 02, 2010 | Visits: 957

Rose::DB::Object::QueryBuilder Rose::DB::Object::QueryBuilder is a Perl module that can build SQL queries on behalf of Rose::DB::Object::Manager. SYNOPSIS use Rose::DB::Object::QueryBuilder qw(build_select); # Build simple query $sql = build_select ( dbh => $dbh, select => COUNT(*), tables => [ articles ], columns...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (95): Rose::DB::Object::QueryBuilder Download

Added: August 27, 2010 | Visits: 1.127

Rose::Class::MakeMethods::Set Rose::Class::MakeMethods::Set is a Perl module to create class methods to manage sets. SYNOPSIS package MyClass; use Rose::Class::MakeMethods::Set ( inheritable_set => [ required_name => { add_implies => add_valid_name, test_method => name_is_required, }, ], inherited_set => [...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (95): Rose::Class::MakeMethods::Set Download

Added: October 18, 2010 | Visits: 887

Rose::Object Rose::Object is a simple object base class. SYNOPSIS package MyObject; use Rose::Object; our @ISA = qw(Rose::Object); sub foo { ... } sub bar { ... } ... my $o = MyObject->new(foo => abc, bar => 5); ... Rose::Object is a generic object base class. It provides very little...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (88): Rose::Object Download

Added: February 15, 2010 | Visits: 915

Rose::DateTime Rose::DateTime is a Perl module with DateTime helper functions and objects. SYNOPSIS use Rose::DateTime::Util qw(:all); $now = parse_date(now); $then = parse_date(12/25/2001 6pm); $date_text = format_date($then, "%D at %T %p"); ... use Rose::DateTime::Parser; $parser =...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (98): Rose::DateTime Download

Added: May 06, 2010 | Visits: 829

Rose::URI Rose::URI is a standalone URI class allowing easy and efficient manipulation of query parameters and other URI components. SYNOPSIS use Rose::URI; $uri = Rose::URI->new(http://un:pw@foo.com/bar/baz?a=1&b=two+3); $scheme = $uri->scheme; $user = $uri->username; $pass = $uri->password;...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (99): Rose::URI Download

Added: November 09, 2010 | Visits: 927

Rose::HTML::Objects Rose::HTML::Objects is a Perl object-oriented interfaces for HTML. SYNOPSIS use Rose::HTML::Form; $form = Rose::HTML::Form->new(action => /foo, method => post); $form->add_fields ( name => { type => text, size => 20, required => 1 }, height => { type => text, size => 5, maxlength => 5...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (93): Rose::HTML::Objects Download

1 2 3 4 5 >