Main > Free Download Search >

Free to fetch software for linux

to fetch

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 415
phpBB Fetch All 2.0.15

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)
<<less
Download (0.040MB)
Added: 2005-08-24 License: GPL (GNU General Public License) Price:
1524 downloads
MP3::PodcastFetch 1.01

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.

<<less
Download (0.028MB)
Added: 2007-01-08 License: Perl Artistic License Price:
1019 downloads
Cisco IP Accounting Fetcher 1.4.3

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
<<less
Download (0.012MB)
Added: 2006-06-28 License: GPL (GNU General Public License) Price:
710 downloads
dkftpbench 0.45

dkftpbench 0.45


dkftpbench is an FTP benchmark program inspired by SPECweb99. more>>
dkftpbench application is an FTP benchmark program inspired by SPECweb99. The result of the benchmark is a number-of-simultaneous-users rating; after running the benchmark properly, you have a good idea how many simultaneous dialup clients a server can support. The target bandwidth per client is set at 28.8 kilobits/second to model dialup users; this is important for servers on the real Internet, which often serve thousands of clients on only 10 MBits/sec of bandwidth.
The final result of the benchmark is "the number of simultaneous 28.8 kilobits/second dialup users". To estimate this number, the benchmark starts up a new simulated user as soon as the last one has finished connecting. It stops increasing the number of users when one fails to connect, fails to maintain the desired bandwidth, or the limit specified by the -n option is reached. It runs the simulated users until the amount of time specified by the -t option has elapsed since the last simulated user birth or death; the final score is the number of users still alive at the end.
Main features:
- Compiles and runs on Linux, FreeBSD, and Solaris (or did, last I tried)
- fetches many files in parallel
- waits for each connect to finish (and then a bit) before starting next one; slows down to < 1 connect/second when it reaches 75% of desired number of users. This spreads out user activity more evenly.
- checks bandwidth continuously during each file fetch, stops adding users if any fetch too slow
- throttles each fetch to use only the specified bandwidth
- search for the max number of supported users
- Displays verbose error message when any user fails
- Aborts if it detects the client system running out of resources
- Aborts if connecting to the server takes > 5 seconds
- Aborts if it takes longer than 5 seconds to get first packet of a file
- Uses new Poller class for scalability; you can specify which Poller to use on the commandline
- Supports slow datarates (before, it only handles rates above 80kbits/sec on some systems)
- Lets you set how picky it is about datarates (before, its must be faster than threshold was fixed at 3/4 the target bandwidth)
- Supports alternative readiness notification methods like O_ASYNC and O_ONESIGFD
- Provided both as a standalone executable, and as a Corba object. (Thanks to http://corbaconf.kiev.ua/ for the Corba autoconf macros.
- Switches to BINARY mode after login. (The client API lets you choose; edit robouser.cc to skip the START_TYPE state if you want to use ASCII.)
Example:
After unpacking the sources, configure them for your system with the command
./configure
This will generate Makefile from Makefile.in.
To make sure the sources arrived intact and work properly on your system, type
make check
It will build all unit tests, and fail if any unit test fails. You must be connected to the Internet, as this will try to download a file from ftp.uu.net.
To build the system tuning tool dklimits, type
make dklimits
Run it on both the client and the server machine; make sure that the number of files it can open is about three times the desired number of users, and that the number of ports it can bind is higher than the desired number of users. You should not be running X Windows or any other programs on the client and server machines when running the benchmark.
To build the benchmark, type
make
This produces the executable dkftpbench, the tuning program dklimits, and a bunch of unit tests (executables with names ending in _test) that you can ignore for now.
Heres a simple use of dkftpbench:
./dkftpbench -n1 -hftp.uu.net -t15 -v
This tells bench to simulate one user fetching the default file from ftp.uu.net repeatedly, and stop after fifteen seconds. The program produces this output:
Option values:
-hftp.uu.net host name of ftp server
-P21 port number of ftp server
-n1 number of users
-t15 length of run (in seconds)
-b3600 desired bandwidth (in bytes per second)
-uanonymous user name
-probouser@ user password
-fusenet/rec.juggling/juggling.FAQ.Z file to fetch
-m1500 bytes per packet
-v1 verbosity
1 users
User0: fetching 22708 bytes took 6.530000 seconds, 3477 bytes per second
User0: fetching 22708 bytes took 6.530000 seconds, 3477 bytes per second
Test over. 1 users left standing.
<<less
Download (0.26MB)
Added: 2007-06-26 License: GPL (GNU General Public License) Price:
853 downloads
Fetch and deliver mail 1.3

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.
<<less
Download (0.040MB)
Added: 2007-07-31 License: BSD License Price:
816 downloads
Getmail-cfg.sh 0.4

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.

<<less
Download (0.003MB)
Added: 2006-08-21 License: GPL (GNU General Public License) Price:
1168 downloads
IR File Chooser 2007-01-17

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.
<<less
Download (0.013MB)
Added: 2007-01-18 License: GPL (GNU General Public License) Price:
1011 downloads
Yahoo::Search 1.7.10

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/

<<less
Download (0.035MB)
Added: 2006-09-13 License: Perl Artistic License Price:
1136 downloads
IANA /etc Files 2.20

IANA /etc Files 2.20


IANA /etc Files is a tool that generates /etc/services and /etc/protocols from IANA data. more>>
IANA /etc Files installs /etc/services and /etc/protocols using data from the Internet Assigned Numbers Authority. Included are snapshots of the data from the IANA, scripts to transform that data into the needed formats, and scripts to fetch the latest data.
Installation
The installation process is flexible and friendly to unattended installation even though, due to its simplicity, it does not use Autoconf.
For basic installation run:
make
su
make install
This creates /etc/services and /etc/protocols without using internet access.
To install in a different location, use something like:
make PREFIX=/mnt/tmp install
This would create /mnt/tmp/etc/services and /mnt/tmp/etc/protocols.
For unusual installations, "make PREFIX=/foo ETC_DIR=bar install" will create /foo/bar/services and /foo/bar/protocols.
Enhancements:
- This release contains updated data from the IANA, improvements to the test function, and support for generating stripped files.
- It is the second of a series of planned changes intended to meet the needs of distributions.
<<less
Download (0.16MB)
Added: 2006-11-15 License: Open Software License Price:
1075 downloads
Griffith 0.9.4

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
<<less
Download (0.44MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
805 downloads
Spamato 0.99.1

Spamato 0.99.1


Spamato is an extensible spam filter system. more>>
Spamato is an extensible spam filter system. Spamato project is available as an add-in for Outlook, an extension for Thunderbird and Mozilla, and a stand-alone proxy component.
It provides a Bayesian filter, a rule-based filter, a Java implementation of Razor (Ephemeral and Whiplash), a filter that queries domains on Google, and a collaborative domain filter.
Graphical statistics explain the efficiency of each filter as well as the overall effectiveness of the whole system.
Spamato Mail Proxy
The Spamato Mail Proxy provides the possibility to connect any mail client to Spamato by acting as a proxy server. Mail clients no longer connect directly to a mail server but to the Spamato Mail Proxy which transparently connects to the real mail server. The proxys task is to fetch mails from the server and to filter them before they get delivered to the email client.
Installation
First of all - if you havent done so yet - you need to download the latest Spamato Mail Proxy installer from our webpage at http://www.spamato.net.
Install the Spamato Mail Proxy by typing the following two lines. If you are on Windows you could probably just double click the jar-file.
$> cd
$> java -jar spamatoxy--installer.jar
After a few clicks the Spamato Mail Proxy is installed and youre ready to start it for the first time. To do so, please change to the directory where you have installed the Spamato Mail Proxy to and execute the appropriate start script (start.bat for Windows or start.sh for all Unices).
On the first startup, the Spamato system asks for your email address. You should enter your email address for which you want to filter incoming mails. After that, our server will send you a message telling your (then working) Spamato that everything went fine.
After that, your Spamato is running and ready to use. Also, if you are working on a supported platform, Spamato has placed an icon into your taskbar. Please read the next chapter to learn how to set up your Spamato Mail Proxy correctly.
Configuration
The Configuration of your Spamato Mail Proxy is accessible through a web-interface. To open it, just right-click the Spamato tray-icon and click Configure. Alternatively, you may start your default browser, point it to http://localhost:8574, and click Proxy in the menu on the left.br>
Enhancements:
- Fix for the Move & Duplication bug in Spamato4Thunderbird
- Fix for the .NET 2.0 bug in Spamato4Outlook
- Fix for Gmail and POP accounts in Spamatoxy
<<less
Download (2.6MB)
Added: 2006-12-21 License: GPL (GNU General Public License) Price:
1038 downloads
Telemonitor 0.91

Telemonitor 0.91


Telemonitor is a datalimit monitor for the Belgian ISP Telenet. more>>
Telemonitor is a datalimit monitor for the Belgian ISP Telenet.

This theme uses the SOAPpy python package to fetch datalimit usage information from telemeter4tools.services.telenet.be.

The graphics used are from a apple dashboard widget created by n00.be (www.n00.be)

How-to:
click the i, hidden in the right corner, after entering your username and password.

<<less
Download (0.050MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1219 downloads
Monotheka 0.0.7

Monotheka 0.0.7


Monotheka is a DivX/XviD/DVD movie database for film buffs & collectors. more>>
Monotheka is a simple application to organize and keep track of your movie catalogue. Monotheka runs on Linux platform using the GTK toolkit. Its designed to be simple and GNOME / HIG compliant. Its written in Mono. Its free.
Monotheka is in an early stage of development, but its already pretty usable. Development happens on Novell Forge, youre encouraged to join the project.
Main features:
- Add/Edit/Delete movies
- Search through database to quickly list (& sort) movies by director, movies by year etc.
- Customizable view
- Plugin interface to import data
- Plugin interface to export data.
- Plugin interface to auto-fill movie data from external sources
- Intelligent "remember values" system. Once you enter something (director, borrower, country...) in to any combobox it stays there.
- Flagging movies in the collection (rare, broken cd, copy needed, etc.)
- Movies are highlighted with custom colors (new, borrowed, overborrowed)
- Borrowers management
Plugins:
- CSVImport - Imports data from comma-separated text file.
- TXTExport - to export collection to plaintext file
- IMDBGet - to auto-fill movie data from IMDB (by title)
- FilmwebGet - to fetch movie data from www.filmweb.pl
- AVIGet - to auto-fill movie data (Codecs, Resolution) from AVI file
- HTMLExport - to export collection to HTML (with layout templates)
<<less
Download (0.33MB)
Added: 2006-04-06 License: GPL (GNU General Public License) Price:
1297 downloads
KTU 0.0.3

KTU 0.0.3


KTU project makes it possible to fetch a translation from KDEs svn. more>>
KTU project makes it possible to fetch a translation from KDEs svn. That translation will be installed and can be editted. The diff can be mailed, etc...
I would appreciate it if you could test it. Ideas are welcome.
Enhancements:
- support for custom path for KBabel
- several memory leaks fixed
- check requirements now on the firstrun dialog as well
- stats were not working when using a translated msgfmt
- stats were blocking the interface with a lot of files
- linkback added to get some feedback
- use a sqlite database for storage of install state
- make it possible to fetch all translations for a module
- make it possible to fetch all translations for a language
- add a quick searchline
<<less
Download (0.45MB)
Added: 2006-08-18 License: GPL (GNU General Public License) Price:
1162 downloads
Terra Letras (lyrics plugin) 0.7

Terra Letras (lyrics plugin) 0.7


Terra Letras (lyrics plugin) is an amaroKs plugin that fetch lyrics from the amazing letras.mus.brs database. more>>
This is my first amaroKs plugin that fetch lyrics from the amazing letras.mus.brs database. Its quite simple and can (no doubt) be improved.

Terra Letras (lyrics plugin) also store displayed lyrics in your homedir so that you can sing along even offline.

To stop fetching lyrics only in brazilian portuguese you have to change the default value of the "locale" variable in the very begining of the shell script.

Its not possible to configure it using a GUI, for now.

<<less
Download (0.009MB)
Added: 2007-03-28 License: GPL (GNU General Public License) Price:
951 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5