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

Www software
Filter: All | Freeware | Demo
 

Www

< 1 2 3 4 5 > 
Added: November 02, 2010 | Visits: 875

WWW::PDAScraper WWW::PDAScraper is a Perl class for scraping PDA-friendly content from websites. Synopsis use WWW::PDAScraper; my $scraper = WWW::PDAScraper->new qw ( NewScientist Yahoo::Entertainment ); $scraper->scrape(); or use WWW::PDAScraper; my $scraper = WWW::PDAScraper->new; $scraper->scrape...



Platforms: *nix

License: Freeware Size: 70.66 KB Download (89): WWW::PDAScraper Download

Added: June 14, 2010 | Visits: 1.116

WWW::Dict::Zdic WWW::Dict::Zdic is a Zdic Chinese Dictionary interface. SYNOPSIS use WWW::Dict::Zdic; my $dic = WWW::Dict::Zdic->new(); my $def = $dic->define("劉"); print YAML::Dump($def); This module provides simple interface to zdic.net Chinese character dictionary website. INTERFACE new()...





Platforms: *nix

License: Freeware Size: 22.53 KB Download (116): WWW::Dict::Zdic Download

Added: January 16, 2010 | Visits: 717

WWW::Dict WWW::Dict is a base class for WWW::Dict::* modules. SYNOPSIS use WWW::Dict; my $dict = WWW::Dict->new(Zdic); my $definition = $dict->define( $word ); print YAML::Dump( $definition ) This module is the base class for WWW::Dict::* modules, also a loder class for them. It doesnt query to...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (91): WWW::Dict Download

Added: April 15, 2010 | Visits: 625

CPAN::WWW::Testers CPAN::WWW::Testers is present CPAN testers data. SYNOPSIS my $t = CPAN::WWW::Testers->new(); $t->directory($directory); $t->generate; The distribution can present CPAN Testers data. cpan-testers is a group which was initially setup by Graham Barr and Chris Nandor. The objective of the...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (86): CPAN::WWW::Testers Download

Added: August 03, 2010 | Visits: 1.103

WWW::Selenium WWW::Selenium is a Perl Client for the Selenium Remote Control test tool. SYNOPSIS use WWW::Selenium; my $sel = WWW::Selenium->new( host => "localhost", port => 4444, browser => "*iexplore", browser_url => "http://www.google.com", ); $sel->start; $sel->open("http://www.google.com");...


Platforms: *nix

License: Freeware Size: 41.98 KB Download (88): WWW::Selenium Download

Added: May 18, 2010 | Visits: 1.146

Test::WWW::Selenium Test::WWW::Selenium is a Perl module to test applications using Selenium Remote Control. SYNOPSIS Test::WWW::Selenium is a subclass of WWW::Selenium that provides convenient testing functions. use Test::More tests => 5; use Test::WWW::Selenium; # Parameters are passed through to...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (93): Test::WWW::Selenium Download

Added: May 20, 2010 | Visits: 1.676

WWW::Search::Yahoo WWW::Search::Yahoo is a Perl backend for searching www.yahoo.com SYNOPSIS use WWW::Search; my $oSearch = new WWW::Search(Yahoo); my $sQuery = WWW::Search::escape_query("sushi restaurant Columbus Ohio"); $oSearch->native_query($sQuery); while (my $oResult = $oSearch->next_result()) print...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (124): WWW::Search::Yahoo Download

Added: April 23, 2010 | Visits: 3.107

WWW::Yahoo::Movies WWW::Yahoo::Movies is a Perl extension to get Yahoo! Movies information. SYNOPSIS use WWW::Yahoo::Movies; my $movie = new WWW::Yahoo::Movies(); print "TITLE: ".$movie->title." - ".$movie->year."n"; WWW::Yahoo::Movies is Perl interface to the Yahoo! Movies (http://movies.yahoo.com/)....


Platforms: *nix

License: Freeware Size: 13.31 KB Download (236): WWW::Yahoo::Movies Download

Added: September 25, 2010 | Visits: 1.239

WWW::Poll WWW::Poll is a Perl extension to build web polls. Perl module to build and run web polls with built-in administrative capabilities. SYNOPSIS use Poll; my $poll = new Poll; $poll->path(/system/path/to/data/directory); # Voting and returning poll results $poll->vote($ans_key); $html =...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (134): WWW::Poll Download

Added: August 10, 2010 | Visits: 1.233

WWW L-System Explorer WWW L-System Explorer project is fancy tool for exploring L-S based fractals in your browser while computing takes place on a Web server. A rich command set is provided, along with several examples.. Mr. Zdeeck's homepage


Platforms: *nix

License: Freeware Size: 20.48 KB Download (113): WWW L-System Explorer Download

Added: May 11, 2010 | Visits: 960

WWW::Baseball::NPB WWW::Baseball::NPB is a Perl module that fetches Japanese baseball games information. SYNOPSIS use WWW::Baseball::NPB; my $baseball = WWW::Baseball::NPB->new; my @games = $baseball->games; # or @games = $baseball->games(central); for my $game (@games) { my $home = $game->home; my...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): WWW::Baseball::NPB Download

Added: April 02, 2010 | Visits: 709

WWW-OpenSVN WWW::OpenSVN is an automated interface for the OpenSVN online Subversion repositories service. At the moment it allows one to backup the dumps of ones repositories..


Platforms: *nix

License: Freeware Size: 3.07 KB Download (91): WWW-OpenSVN Download

Added: March 23, 2010 | Visits: 1.020

WWW-Form WWW::Form is a module for handling the world-wide-web form process. The project enables generating forms, filling them from user input, verifying them, and re-displaying them in case something is wrong..


Platforms: *nix

License: Freeware Size: 21.5 KB Download (117): WWW-Form Download

Added: October 07, 2010 | Visits: 1.915

WWW::phpBB WWW::phpBB is a phpBB forum scraper Perl module. SYNOPSIS use WWW::phpBB; # scrape as guest my $phpbb = WWW::phpBB->new( base_url => http://localhost/~stefan/forum1, db_host => localhost, db_user => stefan, db_passwd => somepass, db_database => stefan, db_prefix => phpbb2_, );...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (99): WWW::phpBB Download

Added: July 10, 2010 | Visits: 934

WWW::Mixi::OO::Page WWW::Mixi::OO::Page is a WWW::Mixi::OOs Pages base class. SYNOPSIS package WWW::Mixi::OO::Foo; use base qw(WWW::Mixi::OO::Page); sub uri { shift->absolute_uri(foo.pl); } # some implementations... METHODS new # subclass sub new { my $this = shift->SUPER::new(@_); # some...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (90): WWW::Mixi::OO::Page Download

Added: January 06, 2010 | Visits: 849

WWW::ImageSpool WWW::ImageSpool is a Perl module that can cache images of interest from the web. SYNOPSIS use WWW::ImageSpool; mkdir("/var/tmp/imagespool", 0700); my $spool = WWW::ImageSpool->new ( limit => 3, searchlimit => 10, max => 5 * 1048576, dictionary => "sushi.txt", verbose => 1, dir =>...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (93): WWW::ImageSpool Download

Added: April 05, 2010 | Visits: 750

WWW::Search::Brassring WWW::Search::Brassring is a class for searching http://www.Brassring.com/jobsearch SYNOPSIS use WWW::Search; my $oSearch = new WWW::Search(Brassring); my $sQuery = WWW::Search::escape_query("java"); $oSearch->native_query($sQuery, {city => San Diego, st => CA, prox => 10, # proximity to...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (98): WWW::Search::Brassring Download

Added: May 10, 2013 | Visits: 645

DiGi WWW Server WWW Server is both open-source and free. That means it does not cost anything, you can do about anything you want with it and it does not contain banners or spyware. WWW Server should run on all 32-bit Windows versions. It has been tested under Windows 98 and 2000, and should thus run at least...


Platforms: Windows, Delphi,

License: Freeware Download (63): DiGi WWW Server Download

Added: August 07, 2008 | Visits: 1.461

WWW File Share Pro WWW File Share Pro is a software that can help you share files with your friends or share files in the office. They can download files from your computer or upload files from theirs. What you need to do is to simply specify a directory for downloads and a directory for uploads. Your friends can...


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 3.04 MB Download (132): WWW File Share Pro Download

Added: August 17, 2008 | Visits: 1.282

WWW Photo Album WWW Photo Album can help you easily create photo albums. WWW Photo Album creates high quality thumbnail images and html pages for the album. You can upload photo albums to your website or burn them to CD ROM or DVD ROM. It supports many image formats: BMP, DIB, EMF, GIF, ICB, JPG, JPEG, PBM, PCD,...


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 1.93 MB Download (481): WWW Photo Album Download

< 1 2 3 4 5 >