fetch
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 358
phpBB Fetch All 2.0.15
phpBB Fetch All is a plugin for phpBB that displays data from the forum on any page of a Web site. more>>
phpBB Fetch All is a modification to phpBB that displays data from the forum on any page of a website. It supports all phpBB versions from the 2.0.x branch.
Enhancements:
- added $CFG[posts_enable_local_links] to posts.php to remove all target=_blank strings from the post text (thanks to bdepauw)
- closed a possible vulnerability in portal.php (thanks to taipo and VxJasonxV)
- two small changes for phpBB mod compatibility
- fixed a typo in pafiledb.php (thanks to Odin and vfx)
<<lessEnhancements:
- added $CFG[posts_enable_local_links] to posts.php to remove all target=_blank strings from the post text (thanks to bdepauw)
- closed a possible vulnerability in portal.php (thanks to taipo and VxJasonxV)
- two small changes for phpBB mod compatibility
- fixed a typo in pafiledb.php (thanks to Odin and vfx)
Download (0.040MB)
Added: 2005-08-24 License: GPL (GNU General Public License) Price:
1524 downloads
Fetch and deliver mail 1.3
Fetch and deliver mail is a simple, lightweight replacement for mail fetching, filtering, and delivery programs. more>>
Fetch and deliver mail is a simple, lightweight replacement for mail fetching, filtering, and delivery programs such as fetchmail and procmail.
It can fetch using POP3, POP3S, IMAP, IMAPS, or stdin, and deliver to a pipe, file, maildir, mbox, or SMTP server, based on a set of regexps.
Fetch and deliver mail can be used for both single user and multiuser setups, and is designed with privilege separation when running as root.
Enhancements:
- Mostly configuration file enhancements and code cleanup were done since 1.2. ifdef/endif blocks and inline shell commands are allowed in the configuration file.
- A built-in string cache using TDB was added.
- Some extra default tags were added. NNTPS fetching was implemented.
<<lessIt can fetch using POP3, POP3S, IMAP, IMAPS, or stdin, and deliver to a pipe, file, maildir, mbox, or SMTP server, based on a set of regexps.
Fetch and deliver mail can be used for both single user and multiuser setups, and is designed with privilege separation when running as root.
Enhancements:
- Mostly configuration file enhancements and code cleanup were done since 1.2. ifdef/endif blocks and inline shell commands are allowed in the configuration file.
- A built-in string cache using TDB was added.
- Some extra default tags were added. NNTPS fetching was implemented.
Download (0.040MB)
Added: 2007-07-31 License: BSD License Price:
816 downloads
MP3::PodcastFetch 1.01
MP3::PodcastFetch is a Perl module to fetch and manage a podcast subscription. more>>
MP3::PodcastFetch is a Perl module to fetch and manage a podcast subscription.
SYNOPSIS
use MP3::PodcastFetch;
my $feed = MP3::PodcastFetch->new(-base => /tmp/podcasts,
-rss => http://www.npr.org/rss/podcast.php?id=500001
-rewrite_filename => 1,
-upgrade_tag => auto);
$feed->fetch_pods;
print "fetched ",$feed->fetched," new podcastsn";
for my $file ($feed->fetched_files) {
print $file,"n";
}
This package provides a convenient and simple way of mirroring the podcasts described by an RSS feed into a local directory. It was written as the backend for the fetch_pods.pl script.
To use it, create an MP3::PodcastFetch object with the required -base and -rss arguments. The podcasts listed in the RSS subscription file located at the -rss URL will be mirrored into one or more subdirectories located beneath the path at -base. One subdirectory will be created for each channel specified by the RSS. Additional new() arguments control optional features of this module.
Once the object is created, call its fetch_pods() method to download the RSS file, parse it, and mirror the subscribed podcasts locally.
<<lessSYNOPSIS
use MP3::PodcastFetch;
my $feed = MP3::PodcastFetch->new(-base => /tmp/podcasts,
-rss => http://www.npr.org/rss/podcast.php?id=500001
-rewrite_filename => 1,
-upgrade_tag => auto);
$feed->fetch_pods;
print "fetched ",$feed->fetched," new podcastsn";
for my $file ($feed->fetched_files) {
print $file,"n";
}
This package provides a convenient and simple way of mirroring the podcasts described by an RSS feed into a local directory. It was written as the backend for the fetch_pods.pl script.
To use it, create an MP3::PodcastFetch object with the required -base and -rss arguments. The podcasts listed in the RSS subscription file located at the -rss URL will be mirrored into one or more subdirectories located beneath the path at -base. One subdirectory will be created for each channel specified by the RSS. Additional new() arguments control optional features of this module.
Once the object is created, call its fetch_pods() method to download the RSS file, parse it, and mirror the subscribed podcasts locally.
Download (0.028MB)
Added: 2007-01-08 License: Perl Artistic License Price:
1019 downloads
Lyrics::Fetcher::Google 0.02
Lyrics::Fetcher::Google is a Perl module to get some lyrics. more>>
Lyrics::Fetcher::Google is a Perl module to get some lyrics.
SYNOPSIS
use Lyrics::Fetcher;
$Lyrics::Fetcher::gid = ;
print Lyrics::Fetcher->fetch(" "," ","Google");
This module tries to find lyrics on the web. Sometimes it works. But it probably wont.
It searches google for an initial set. It then finds the largest block of plain text in the top 5 results. Those results are then compared to one another and weighted.
The idea being that a large block of text on one site may be a bunch of poo, but a large area of similar text on multiple sites most likely is the lyrics for which you are looking.
<<lessSYNOPSIS
use Lyrics::Fetcher;
$Lyrics::Fetcher::gid = ;
print Lyrics::Fetcher->fetch(" "," ","Google");
This module tries to find lyrics on the web. Sometimes it works. But it probably wont.
It searches google for an initial set. It then finds the largest block of plain text in the top 5 results. Those results are then compared to one another and weighted.
The idea being that a large block of text on one site may be a bunch of poo, but a large area of similar text on multiple sites most likely is the lyrics for which you are looking.
Download (0.010MB)
Added: 2006-11-24 License: Perl Artistic License Price:
1065 downloads
MP3::Album::Layout::Fetcher 0.14
MP3::Album::Layout::Fetcher is a Perl extension to manage fetchers of album layouts. more>>
MP3::Album::Layout::Fetcher is a Perl extension to manage fetchers of album layouts.
This module is a fetcher manager. It searches for modules in the MP3::Album::Layout::Fetcher::* name space and registers them as available fetchers.
The fetcher modules are called by MP3::Album::Layout::Fetcher and they return lists of album layouts (MP3::Album::Layout).
This module calls the respective Fetcher->fetch() method and returns the result.
In case of error the Fetchers must return undef with the error description in $@.
The fetcher selection is made by the "method" parameter passed to the fetch() of this module.
The value of the "method" parameter must be a * part of the MP3::Album::Layout::Fetcher::* fetcher package name. (i.e. for MP3::Album::Layout::Fetcher::CDDB the method is CDDB).
<<lessThis module is a fetcher manager. It searches for modules in the MP3::Album::Layout::Fetcher::* name space and registers them as available fetchers.
The fetcher modules are called by MP3::Album::Layout::Fetcher and they return lists of album layouts (MP3::Album::Layout).
This module calls the respective Fetcher->fetch() method and returns the result.
In case of error the Fetchers must return undef with the error description in $@.
The fetcher selection is made by the "method" parameter passed to the fetch() of this module.
The value of the "method" parameter must be a * part of the MP3::Album::Layout::Fetcher::* fetcher package name. (i.e. for MP3::Album::Layout::Fetcher::CDDB the method is CDDB).
Download (0.008MB)
Added: 2006-11-09 License: Perl Artistic License Price:
1079 downloads
Cisco IP Accounting Fetcher 1.4.3
Cisco IP Accounting Fetcher is a set of Perl scripts that allows you to fetch IP accounting data from Cisco routers. more>>
Cisco IP Accounting Fetcher is a set of Perl scripts that allows you to fetch IP accounting data from Cisco routers. There is the only one config file - "getdata.conf for configuration.
Main features:
- fetch accounting data from the router
- generate the HTML statistics
<<lessMain features:
- fetch accounting data from the router
- generate the HTML statistics
Download (0.012MB)
Added: 2006-06-28 License: GPL (GNU General Public License) Price:
710 downloads
Getmail-cfg.sh 0.4
Getmail-cfg.sh is a script for setting up getmail mail fetcher. more>>
Getmail-cfg.sh is a script for setting up getmail mail fetcher. Getmail-cfg.sh is written for users who want to manage multiple accounts and fetch mail from them.
When setting up user accounts, it tries to guess some of the values (like Maildir or mbox) and sets the appropriate values in the configuration. Calling the script without arguments will fetch the mail from all accounts that are already configured for that user.
<<lessWhen setting up user accounts, it tries to guess some of the values (like Maildir or mbox) and sets the appropriate values in the configuration. Calling the script without arguments will fetch the mail from all accounts that are already configured for that user.
Download (0.003MB)
Added: 2006-08-21 License: GPL (GNU General Public License) Price:
1168 downloads
Griffith 0.9.4
Griffith is a film collection manager application. more>>
Griffith is a film collection manager application. Adding items to the movie collection is as quick and easy as typing the film title and selecting a supported source. Griffith will then try to fetch all the related information from the Websites related to movies, like IMDB.
Griffith is known to run on GNU Linux and Microsoft Windows systems. Probably, it will run on other POSIX compatible operating systems where a gtk+ environment is available, including FreeBSD, MacOS X, OpenBSD and Solaris.
Main features:
- Fetch film information from the web using a plugin system
- Automatic numbering
- Backup/restore functions
- Exports listings to PDF and CSV files
- Generates a PDF with films cover
- Clone film information
- Loans management
- View filtering
- Multilanguage support
- Much more
<<lessGriffith is known to run on GNU Linux and Microsoft Windows systems. Probably, it will run on other POSIX compatible operating systems where a gtk+ environment is available, including FreeBSD, MacOS X, OpenBSD and Solaris.
Main features:
- Fetch film information from the web using a plugin system
- Automatic numbering
- Backup/restore functions
- Exports listings to PDF and CSV files
- Generates a PDF with films cover
- Clone film information
- Loans management
- View filtering
- Multilanguage support
- Much more
Download (0.44MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
805 downloads
IR File Chooser 2007-01-17
IR File Chooser is an infrared remote-controlled fileselection menu. more>>
IR File Chooser is an infrared remote-controlled fileselection menu.
Infra Red (IR) File Chooser is a remote-controlled menu for selecting files and loading them by an assigned program.
You can add as many filetypes and associated programs as you wish.
The functionality of Infra Red (IR) File Chooser may be extended using Perl or Shell scripts.
The GUI was created with Perl::GTK and it uses RCU::Lirc to fetch the remote controller commands.
Enhancements:
- A fix for the DROPREPEATS option.
<<lessInfra Red (IR) File Chooser is a remote-controlled menu for selecting files and loading them by an assigned program.
You can add as many filetypes and associated programs as you wish.
The functionality of Infra Red (IR) File Chooser may be extended using Perl or Shell scripts.
The GUI was created with Perl::GTK and it uses RCU::Lirc to fetch the remote controller commands.
Enhancements:
- A fix for the DROPREPEATS option.
Download (0.013MB)
Added: 2007-01-18 License: GPL (GNU General Public License) Price:
1011 downloads
Yahoo::Search 1.7.10
Yahoo::Search is a Perl interface to the Yahoo! Search public API. more>>
Yahoo::Search is a Perl interface to the Yahoo! Search public API.
The following search spaces are supported:
Doc
Common web search for documents (html, pdf, doc, ...), including Y!Q contextual search.
Image
Image search (jpeg, png, gif, ...)
Video
Video file search (avi, mpeg, realmedia, ...)
News
News article search
Local
Yahoo! Local area (ZIP-code-based Yellow-Page like search)
Terms
A pseudo-search to report the important search terms from the provided content or content+query.
Spell
A pseudo-search to fetch a "did you mean?" spelling suggestion for a search term.
Related
A pseudo-search to fetch "also try" related-searches for a search term.
(Note: what this Perl API calls "Doc" Search is what Yahoo! calls "Web" Search. But gee, arent all web searches "Web" search, including Image/News/Video/etc?)
Yahoo!s raw API, which this package uses, is described at:
http://developer.yahoo.net/
<<lessThe following search spaces are supported:
Doc
Common web search for documents (html, pdf, doc, ...), including Y!Q contextual search.
Image
Image search (jpeg, png, gif, ...)
Video
Video file search (avi, mpeg, realmedia, ...)
News
News article search
Local
Yahoo! Local area (ZIP-code-based Yellow-Page like search)
Terms
A pseudo-search to report the important search terms from the provided content or content+query.
Spell
A pseudo-search to fetch a "did you mean?" spelling suggestion for a search term.
Related
A pseudo-search to fetch "also try" related-searches for a search term.
(Note: what this Perl API calls "Doc" Search is what Yahoo! calls "Web" Search. But gee, arent all web searches "Web" search, including Image/News/Video/etc?)
Yahoo!s raw API, which this package uses, is described at:
http://developer.yahoo.net/
Download (0.035MB)
Added: 2006-09-13 License: Perl Artistic License Price:
1136 downloads
WebCache::Digest 1.00
WebCache::Digest is a Cache Digest implementation in Perl. more>>
WebCache::Digest is a Cache Digest implementation in Perl.
SYNOPSIS
use WebCache::Digest;
# fetching a digest via HTTP
$d = new WebCache::Digest;
$d->fetch("flibbertigibbet.swedish-chef.org", 3128);
# dump header fields out for info
print STDERR $d->dump_header();
# saving a digest
$d->save("flib");
# loading a digest
$e = new WebCache::Digest;
$e->load("flib");
# creating a new digests
$f = new WebCache::Digest;
$f->create; # defaults to a digest with 500 URL capacity
# registering a URL and method in the digest
$f->register("get", "http://www.kha0s.org/">;
if ($f->lookup("get", "http://www.kha0s.org/">) {
print "hit!n";
}
# access to raw header and digest contents
print "header: " . unpack("H*", $f->header) . "n";
print "digest: " . unpack("H*", $f->digest) . "n";
# access to digest header block elements
print "Current version: " . $f->current_version . "n";
print "Required version: " . $f->required_version . "n";
print "Capacity: " . $f->capacity . "n";
print "Count: " . $f->count . "n";
print "Deletion count: " . $f->del_count . "n";
print "Size in bytes: " . $f->size_in_bytes . "n";
print "Bits per entry: " . $f->bits_per_entry . "n";
<<lessSYNOPSIS
use WebCache::Digest;
# fetching a digest via HTTP
$d = new WebCache::Digest;
$d->fetch("flibbertigibbet.swedish-chef.org", 3128);
# dump header fields out for info
print STDERR $d->dump_header();
# saving a digest
$d->save("flib");
# loading a digest
$e = new WebCache::Digest;
$e->load("flib");
# creating a new digests
$f = new WebCache::Digest;
$f->create; # defaults to a digest with 500 URL capacity
# registering a URL and method in the digest
$f->register("get", "http://www.kha0s.org/">;
if ($f->lookup("get", "http://www.kha0s.org/">) {
print "hit!n";
}
# access to raw header and digest contents
print "header: " . unpack("H*", $f->header) . "n";
print "digest: " . unpack("H*", $f->digest) . "n";
# access to digest header block elements
print "Current version: " . $f->current_version . "n";
print "Required version: " . $f->required_version . "n";
print "Capacity: " . $f->capacity . "n";
print "Count: " . $f->count . "n";
print "Deletion count: " . $f->del_count . "n";
print "Size in bytes: " . $f->size_in_bytes . "n";
print "Bits per entry: " . $f->bits_per_entry . "n";
Download (0.014MB)
Added: 2007-03-27 License: Perl Artistic License Price:
941 downloads
web.template 0.9.1 RC2
web.template is a template framework for PHP 5 that uses an XML-based language. more>>
web.template is a template framework for PHP 5 that uses an XML-based language.
It allows you to create classes with getters that are made accessible to the framework with an addVarClass method.
web.template also supports modifiers, tags, and resource drivers for template or cache storage.
Class Constant Summary
VAR_CLASS_OBJECT = 1
VAR_CLASS_PATH = 2
Variable Summary
array $arrModifiers
array $arrTemplatesResource
array $arrVarClasses
array $arrVariables
boolean $blnCaching
boolean $blnNewLineInCTemplates
IWTResource $objCacheResource
ITemplateCompiler $objCompiler
string $strCacheDir
string $strCompileDir
string $strCustomTagsDir
string $strDefaultResourceProtocol
string $strFilePartSeparator
string $strIDSeparator
string $strLanguage
string $strModifiersDir
string $strTemplateDir
Enhancements:
- This release fixes some small bugs in the fetch() method and in parsing HTML tag parameters.
<<lessIt allows you to create classes with getters that are made accessible to the framework with an addVarClass method.
web.template also supports modifiers, tags, and resource drivers for template or cache storage.
Class Constant Summary
VAR_CLASS_OBJECT = 1
VAR_CLASS_PATH = 2
Variable Summary
array $arrModifiers
array $arrTemplatesResource
array $arrVarClasses
array $arrVariables
boolean $blnCaching
boolean $blnNewLineInCTemplates
IWTResource $objCacheResource
ITemplateCompiler $objCompiler
string $strCacheDir
string $strCompileDir
string $strCustomTagsDir
string $strDefaultResourceProtocol
string $strFilePartSeparator
string $strIDSeparator
string $strLanguage
string $strModifiersDir
string $strTemplateDir
Enhancements:
- This release fixes some small bugs in the fetch() method and in parsing HTML tag parameters.
Download (0.11MB)
Added: 2006-07-25 License: LGPL (GNU Lesser General Public License) Price:
1188 downloads
Net::Appliance::Phrasebook 0.08
Net::Appliance::Phrasebook is a Perl module for network appliance command-line phrasebook. more>>
Net::Appliance::Phrasebook is a Perl module for network appliance command-line phrasebook.
SYNOPSIS
use Net::Appliance::Phrasebook;
my $pb = Net::Appliance::Phrasebook->new(
platform => IOS,
source => /a/file/somewhere.yml, # optional
);
print $pb->fetch(a_command_alias), "n";
If you use Perl to manage interactive sessions with with the command-line interfaces of networked appliances, then you might find this module useful.
Net::Appliance::Phrasebook is a simple module that contains a number of dictionaries for the command-line interfaces of some popular network appliances.
It also supports the use of custom phrasebooks, and of hiearchies of dictionaries within phrasebooks.
<<lessSYNOPSIS
use Net::Appliance::Phrasebook;
my $pb = Net::Appliance::Phrasebook->new(
platform => IOS,
source => /a/file/somewhere.yml, # optional
);
print $pb->fetch(a_command_alias), "n";
If you use Perl to manage interactive sessions with with the command-line interfaces of networked appliances, then you might find this module useful.
Net::Appliance::Phrasebook is a simple module that contains a number of dictionaries for the command-line interfaces of some popular network appliances.
It also supports the use of custom phrasebooks, and of hiearchies of dictionaries within phrasebooks.
Download (0.007MB)
Added: 2007-02-23 License: Perl Artistic License Price:
973 downloads
OpenChange 0.1 (eplugin)
OpenChange project intends to provide an implementation of Microsoft Exchange under Unix platforms. more>>
OpenChange project intends to provide an implementation of Microsoft Exchange under Unix platforms.
Gnome Evolution is a powerful messaging client which offers several features but do not yet have native Exchange protocols support. This plugin extends Gnome Evolution, provides interoperability with Microsoft Exchange servers and aims to provide a messaging client with most of the common features Microsoft Outlook users are dealing with on a daily basis.
Main features:
- Exchange account setup
- Fetch emails
- Send emails
- Delete emails
- Fetch and send attachments
- Handle Message flags (attachments and importance)
- Display light mailbox folder hierarchy
Enhancements:
- This experimental release provides exchange account setup using the Evolution account wizard.
- It can fetch, send, and delete email messages with or without attachments. Message flags (attachment, importance, read/unread) are supported.
- A light mailbox folder hierarchy is provided.
<<lessGnome Evolution is a powerful messaging client which offers several features but do not yet have native Exchange protocols support. This plugin extends Gnome Evolution, provides interoperability with Microsoft Exchange servers and aims to provide a messaging client with most of the common features Microsoft Outlook users are dealing with on a daily basis.
Main features:
- Exchange account setup
- Fetch emails
- Send emails
- Delete emails
- Fetch and send attachments
- Handle Message flags (attachments and importance)
- Display light mailbox folder hierarchy
Enhancements:
- This experimental release provides exchange account setup using the Evolution account wizard.
- It can fetch, send, and delete email messages with or without attachments. Message flags (attachment, importance, read/unread) are supported.
- A light mailbox folder hierarchy is provided.
Download (MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
873 downloads
SeeYouLater 1.0
SeeYouLater purpose is to fetch a list of IP of known spammers and to ban them by putting them in /etc/hosts.deny. more>>
SeeYouLater script purpose is to fetch a list of IP of known spammers and to ban them by putting them in /etc/hosts.deny.
/etc/hosts.deny is usually read by xinetd of daemons using tcpwrapper.
The software is composed of:
- the feeder, that looks at SMTP daemon logs for the string ++BAN:IP++ and feeds the database accordindly
- the butcher, that looks at the database an updates /etc/hosts.deny
There are two packages instead of one because you may want to run the butcher on a system that have no access to the SMTP logfiles. But you can indeed install both packages on the same system.
<<less/etc/hosts.deny is usually read by xinetd of daemons using tcpwrapper.
The software is composed of:
- the feeder, that looks at SMTP daemon logs for the string ++BAN:IP++ and feeds the database accordindly
- the butcher, that looks at the database an updates /etc/hosts.deny
There are two packages instead of one because you may want to run the butcher on a system that have no access to the SMTP logfiles. But you can indeed install both packages on the same system.
Download (0.002MB)
Added: 2006-02-28 License: GPL (GNU General Public License) Price:
1333 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above fetch search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed