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

Ruby Www freeware
Filter: All | Freeware | Demo
 

Ruby Www

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 406

Ruby XMLTV Parser Ruby XMLTV Parser contains a minimal parser for XMLTV written in Ruby using REXML.  It was written to evangelize Ruby.



Platforms: Windows, Mac, *nix, Ruby, BSD Solaris

License: Freeware Download (56): Ruby XMLTV Parser Download

Added: August 25, 2010 | Visits: 1.708

WWW::Rafb WWW::Rafb is a Perl interface for rafb pasting site ( rafb.net/paste ). SYNOPSIS # create object with the paste information my $paste = WWW::Rafb->new( language => perl, nickname => Di42lo, description => my first script in perl, tabs => No, file => "~/first.pl"); # do the http request...





Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): WWW::Rafb Download

Added: January 18, 2010 | Visits: 1.927

WWW::PkgFind WWW::PkgFind watches Web sites, FTP sites, GIT repositories, etc. for new code releases, and downloads them. In other words, its like a Web spider tuned for downloading software packages and patches. WWW::PkgFind is also able to generate a queue of incoming packages, to allow subsequent...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (122): WWW::PkgFind Download

Added: January 18, 2010 | Visits: 1.948

WWW::Search::Nomade WWW::Search::Nomade is a Perl class for searching Nomade. SYNOPSIS use WWW::Search; my $oSearch = new WWW::Search(Nomade); $oSearch->maximum_to_retrieve(100); #$oSearch ->{_debug}=1; # Create request $oSearch->native_query(WWW::Search::escape_query("cgi")); # or Make an...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): WWW::Search::Nomade Download

Added: July 17, 2010 | Visits: 2.277

ezmlm-www ezmlm-www provides a Web interface to ezmlm mailing list archives. It is MIME compliant (with HTML rendering, attachment handling, inline images), multilingual (English, Spanish, Italian, German, Brasilian Portuguese, French, and Norwegian), and customizable using a stylesheet. ezmlm-www also...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (111): ezmlm-www Download

Added: June 03, 2010 | Visits: 2.403

WWW::RaptureReady WWW::RaptureReady is a Perl interface to Rapture Readys Rapture Index. SYNOPSIS use WWW::RaptureReady; my $rr = WWW::RaptureReady->new; print "URL: ", $rr->url, "n", "Current Index: ", $rr->index, "n", "Index Change: ", $rr->change, "n", "Last Updated: ", $rr->updated, "n"; This module...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (103): WWW::RaptureReady Download

Added: January 05, 2010 | Visits: 1.574

Test::WWW::Accessibility Test::WWW::Accessibility is a Perl module to test web pages for accessibility..


Platforms: *nix

License: Freeware Size: 15.36 KB Download (93): Test::WWW::Accessibility Download

Added: March 27, 2010 | Visits: 1.184

Whois Ruby Whois Ruby provides a Ruby class to handle whois requests. Whois Ruby is a Ruby class to obtain whois request information when provided with an IPv4/IPv6 address or hostname. It sends a whois query to a suitable server..


Platforms: *nix

License: Freeware Download (108): Whois Ruby Download

Added: May 18, 2010 | Visits: 2.619

WWW Forum WWW Forum is an extremely fast and reliable Web forum that is fully configurable and packed with features. The primary focus is the forum (message board), but many other useful communications features are either already implemented or planned for a future release. These all make a consistent...


Platforms: *nix

License: Freeware Size: 56.32 KB Download (104): WWW Forum Download

Added: January 09, 2010 | Visits: 2.846

WWW::Curl::Easy WWW::Curl::Easy is a Perl extension interface for libcurl. SYNOPSIS use WWW::Curl::Easy; my $curl = new WWW::Curl::Easy; $curl->setopt(CURLOPT_URL, http://oook.de); $curl->perform; my $err = $curl->errbuf; my $info = $curl->getinfo(CURLINFO_HTTP_CODE); WWW::Curl::Easy is a Perl...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (137): WWW::Curl::Easy Download

Added: February 25, 2010 | Visits: 1.549

WWW::Babelfish WWW::Babelfish is a Perl extension for translation via Babelfish or Google. SYNOPSIS use WWW::Babelfish; $obj = new WWW::Babelfish( service => Babelfish, agent => Mozilla/8.0, proxy => myproxy ); die( "Babelfish server unavailablen" ) unless defined($obj); $french_text = $obj->translate(...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (102): WWW::Babelfish Download

Added: May 04, 2010 | Visits: 1.277

WWW::NanoRef WWW::NanoRef is a Perl module that uses the API published by nanoref.com to produce shortened URLs. Installation: perl Makefile.PL make make test make install Whats New in This Release: - Initial implementation. - Supports retrieving a shortened URL and allows for setting a password...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (101): WWW::NanoRef Download

Added: November 24, 2010 | Visits: 1.869

WWW::BF2Player WWW::BF2Player is a Perl module that can fetch information about game servers from BF2Player.com SYNOPSIS # example 1 use WWW::BF2Player; my $bfp = WWW::BF2Player->new; # omitted UserId, must set it per-request my $player = $bfp->getPlayer( UserId => 5307, PlayerId => 64246757 ); # userId...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): WWW::BF2Player Download

Added: May 11, 2010 | Visits: 2.090

WWW::BF2S WWW::BF2S is a Perl module that can get Battlefield 2 Player Stats. SYNOPSIS use WWW::BF2S; my $bf2 = Net::BF2S->new; my $data = $bf2->getStats(45355493,64573414,64318788,64246757,62797217,61091442,64964638,64661842,65431962,58968459); Fetches Battlefield 2 player stats from BF2S. You...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (113): WWW::BF2S Download

Added: August 19, 2010 | Visits: 879

MPI Ruby MPI Ruby is a Ruby binding of MPI. MPI Rubys primary goal in making this binding was to make the power of MPI available to Ruby users in a way that fits into the languages object oriented model. In order to do this, the buffer and datatype management necessary in the C, C++, and Fortran...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (104): MPI Ruby Download

Added: September 11, 2010 | Visits: 1.260

WWW::YahooMaps WWW::YahooMaps is a Perl module which can create links to Yahoo! Maps. SYNOPSIS use WWW::YahooMaps; #first method: PASSING ADDRESS BIT-BY-BIT my %addr = ( "street" => "555 N Michigan Ave", "city" => "Chicago, IL 60611", "country" => "us", ); if (my $url =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (91): WWW::YahooMaps Download

Added: May 19, 2010 | Visits: 970

Ruby-GNOME2 Ruby-GNOME2 is a set of Ruby language bindings for the GNOME 2 development environment. Ruby-GNOME2 contains bindings for many of the core GNOME libraries and also some less common ones. Bindings for GTK2 and associated libraries (ie. Pango, ATK, GLib, GdkPixbuf2) are released as part of the...


Platforms: *nix

License: Freeware Size: 737.28 KB Download (101): Ruby-GNOME2 Download

Added: September 22, 2010 | Visits: 1.846

WWW::Scraper::Dice WWW::Scraper::Dice Perl module contains Scrapes Dice : (skills,locations) => (title, location ,residue). SYNOPSIS use WWW::Search; my $oSearch = new WWW::Scraper(Dice); my $sQuery = WWW::Scraper::escape_query("unix and (c++ or java)"); $oSearch->native_query($sQuery, {method => bool,...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (91): WWW::Scraper::Dice Download

Added: January 11, 2010 | Visits: 1.360

WWW::Scraper::BAJobs WWW::Scraper::BAJobs it Scrapes BAJobs.com. SYNOPSIS require WWW::Scraper; $search = new WWW::Scraper(BAJobs); This class is an BAJobs specialization of WWW::Search. It handles making and interpreting BAJobs searches http://www.BAJobs.com. This class exports no public interface; all...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (93): WWW::Scraper::BAJobs Download

Added: October 05, 2010 | Visits: 1.402

WWW::Scraper::FlipDog WWW::Scraper::FlipDog it Scrapes www.FlipDog.com. SYNOPSIS use WWW::Scraper; use WWW::Scraper::Response::Job; $search = new WWW::Scraper(FlipDog); $search->setup_query($query, {options}); while ( my $response = $scraper->next_response() ) { # $response is a...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (111): WWW::Scraper::FlipDog Download

1 2 3 4 5 >