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

Axl Rose Slash software
Filter: All | Freeware | Demo
 

Axl Rose Slash

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

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: April 03, 2010 | Visits: 962

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

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: 915

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

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: 965

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

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 (101): Rose::Class::MakeMethods::Set Download

Added: October 18, 2010 | Visits: 894

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: 920

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: 836

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: 936

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 (99): Rose::HTML::Objects Download

Added: June 22, 2010 | Visits: 1.265

Rose::HTML::Form Rose::HTML::Form is a HTML form base class. SYNOPSIS package PersonForm; use Rose::HTML::Form; our @ISA = qw(Rose::HTML::Form); use Person; sub build_form { my($self) = shift; $self->add_fields ( name => { type => text, size => 25, required => 1 }, email => { type => email, size... Platforms: *nix

License: Freeware Size: 102.4 KB Download (91): Rose::HTML::Form Download

Added: July 05, 2010 | Visits: 791

slash Slashcode is the site for All Things Slash. Slash is the source code and database that was originally used to create Slashdot, and has now been released under the GNU General Public License. It is a bona fide Open Source / Free Software project. Use this site to get the Slash source, read the... Platforms: *nix

License: Freeware Size: 583.68 KB Download (91): slash Download

Added: April 02, 2013 | Visits: 404

Permalink Trailing Slash Fixer When your permalink structure does not end by a trailing slash (/), all your links look like http://example.com/2009/05. Permalink Trailing Slash Fixer add the missing trailing slash.ExampleIf you have a site with the following permalink structure /%category%/%postname%.html and your permalinks... Platforms: PHP

License: Freeware Size: 10 KB Download (45): Permalink Trailing Slash Fixer Download

Added: August 29, 2013 | Visits: 400

Slash Adiumy This is Slash Adiumy with his signature Les Paul, top hat and cigarette. When he's not active, he's sitting at the bar drinking his whiskey! Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 122.88 KB Download (39): Slash Adiumy Download

Released: November 28, 2016  |  Added: December 20, 2016 | Visits: 540

Holiday Rose Screensaver Another impressive free rose screensaver. We present you our new holiday screensaver Holiday Rose. Screensaver is a clock with Roman numerals framed by flowers and falling snow. Very gentle and elegant screen design will allow you to decorate your desktop PC. This screensaver will emphasize your... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 5.42 MB Download (64): Holiday Rose Screensaver Download

Added: March 03, 2006 | Visits: 2.139

Clash N Slash Non-stop action space shooter with simple controls suitable for all ages! Shooting has never been so addictive. Clash N Slash arcade game will hold you for a long time and innovative bonus system will make your game experience colorful and fun. Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 5.32 MB Download (119): Clash N Slash Download

Added: August 18, 2008 | Visits: 1.143

Desktop Rose Get Organized and Smart with Desktop Rose. Desktop Rose is a Powerful, Easy-to-use Personal information keeper - a Smart combination of Task manager | Notes | Calender | Interval reminder & Time management utilities. It helps you to manage your TIME & daily TASKS smartly and plan | organize your... Platforms: Windows

License: Shareware Cost: $24.95 USD Size: 5.17 MB Download (525): Desktop Rose Download

Released: January 09, 2013  |  Added: January 09, 2013 | Visits: 705

Rose Jigsaw Puzzle Rose jigsaw puzzle for kids. Fun and challenging game which kids can share with others. Platforms: Windows

License: Freeware Size: 275 KB Download (56): Rose Jigsaw Puzzle Download

Released: October 05, 2012  |  Added: October 05, 2012 | Visits: 729

Rose Puzzle Game Play a fun and challenging rose puzzle game. Complete the puzzle and win. Platforms: Windows

License: Freeware Size: 303 KB Download (52): Rose Puzzle Game Download

1 2 3 4 5 >