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

HTTP::GetImages 0.343

  Date Added: April 26, 2010  |  Visits: 935

HTTP::GetImages

Report Broken Link
Printer Friendly Version


Product Homepage
Download (94 downloads)

HTTP::GetImages is a spider to recover and store images from web pages. SYNOPSIS use HTTP::GetImages; $_ = new HTTP::GetImages ( dir => ., todo => [http://www.google.com/,], dont => [http://www.somewhere/ignorethis.html,http://and.this.html], chat => 1, ); $_->print_imgs; $_->print_done; $_->print_failed; $_->print_ignored; my $hash = $_->imgs_as_hash; foreach (keys %{$hash}){ warn "$_ = ",$hash->{$_},"n"; } exit; This module allow syou to automate the searching, recovery and local storage of images from the web, including those linked by anchor (A), mage (IMG) and image map (AREA) elements. Supply a URI or list of URIs to process, and HTTP::GetImages will recurse over every link it finds, searching for images. By supplying a list of URIs, you can restrict the search to certain webservers and directories, or exclude it from certain webservers and directories. You can also decide to reject images that are too small or too large..

Requirements: No special requirements
Platforms: Linux
Keyword: Getimages Http Httpgetimages Images Libraries Print Programming Recover Spider Store Store Images Web
Users rating: 0/10

License: Freeware Size: 7.17 KB
HTTP::GETIMAGES RELATED
Libraries  -  HTTP::WebTest 2.04
HTTP::WebTest is a Perl module for testing static and dynamic web content. SYNOPSIS use HTTP::WebTest; my $webtest = new HTTP::WebTest; # run test from file $webtest->run_wtscript(script.wt); # or (to pass test parameters as method...
90.11 KB  
Development Tools  -  Eleven 1.0
Eleven is a programming language for creating reliable, scalable web applications. Applications are expressed in a high-level language with a simple, C-like syntax, from which the Eleven compiler generates complete, ready-to-run implementions in...
 
Web Server Tools  -  Techlogica HTTP Server 1.0
Techlogica HTTP Server 1.0 is a free and easy-to-setup web server. If you are a developer and you need an easy way to locally test a website based on PHP or CGI, our HTTP server is perfect for you. Our server also has full traffic logging and...
4.24 MB  
Network & Internet  -  Dijjer 120
Dijjer is a peer-to-peer HTTP cache, designed to allow the distribution of large files from Web servers while virtually eliminating the bandwidth cost to the files publisher. Dijjer project is designed to be simple, elegant, and to cleanly...
245.76 KB  
Modules  -  unAPI Server 1.4.2
This is a HTTP API for copying discrete, identified content from all kinds of web applications.The server provides records for each WordPress post in the following formats: OAI-Dublin Core (oaidc), Metadata Object Description Schema (MODS),...
 
Multimedia & Graphics  -  PhotoTiles for Mac OS 1.2.1
Creates a tiled photo or PDF of a Finder folder or selection of images, web page graphics, movie frames or PDF pages. The array of images can be of various dimensions and sizes. When tiling images in a folder the program can also generate an HTML...
389.12 KB  
Science  -  Lightweight Genome Viewer (lwgv) 0.4
The project is for developing libraries for visualizing biological sequence data on the web. The libraries are written in C and currently use a language (lex/yacc) based front end for presenting features on genomes, contigs, or any type of sequence.
822.6 KB  
Programming  -  The Daisy CMS project 2.4.2
The Daisy Open Source CMS is an enterprise-grade, Java-based content and information management solution consisting of a standalone repository server (with an HTTP/XML interface) and a Wiki-like, WYSIWYG editing and publishing web application...
98.63 MB  
Libraries  -  HTTP::Handle 0.2
HTTP::Handle is a HTTP Class designed for streaming. SYNOPSIS use HTTP::Handle; my $http = HTTP::Handle->new( uri => "http://www.google.com/" ); $http->connect(); my $fd = $http->fd(); while ( ) { print "--> $_"; } The...
5.12 KB  
Libraries  -  POE::Component::Server::HTTP 0.09
POE::Component::Server::HTTP is a foundation of a POE HTTP Daemon. SYNOPSIS use POE::Component::Server::HTTP; use HTTP::Status; my $aliases = POE::Component::Server::HTTP->new( Port => 8000, ContentHandler => { / => &handler1, /dir/ =>...
16.38 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB