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

List Of Good Novels freeware
Filter: All | Freeware | Demo
 

List Of Good Novels

< 1 2 3 4 5 > 
Added: July 05, 2010 | Visits: 940

Math::HashSum Math::HashSum can sum a list of key-value pairs on a per-key basis. SYNOPSIS use Math::HashSum qw(hashsum); my %hash1 = (a=>.1, b=>.4); my %hash2 = (a=>.2, b=>.5); my %sum = hashsum(%hash1,%hash2); print "$sum{a}n"; # Prints .3 print "$sum{b}n"; # Prints .9 This module allows you to...



Platforms: *nix

License: Freeware Size: 18.43 KB Download (89): Math::HashSum Download

Added: September 03, 2010 | Visits: 1.050

pktstat pktstat displays a real-time list of active connections seen on a network interface, and how much bandwidth is being used. Partially decodes HTTP and FTP protocols to show what filename is being transferred. X11 application names are also shown. Entries hang around on the screen for a few...





Platforms: *nix

License: Freeware Size: 102.4 KB Download (105): pktstat Download

Added: March 03, 2010 | Visits: 1.514

MP3 Report Generator MP3 Report Generator is a customizable program to scan a list of (sub)directories, creating a report from an HTML template. Also calculates various statistics and each songs playing time. Supports ID3 and ID3v2 tags. All options can be configured through the command line, see mp3report.pl...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (103): MP3 Report Generator Download

Added: March 08, 2010 | Visits: 768

DBI::Changes DBI::Changes Perl module contains a list of significant changes to the DBI..


Platforms: *nix

License: Freeware Size: 491.52 KB Download (90): DBI::Changes Download

Added: April 17, 2010 | Visits: 1.125

Imieniny Imieniny reads a list of names and the dates on which those saints are commemorated in Poland. The "name-day", i.e. the day on which a saint bearing a persons name is commemorated, is important in Poland, and is celebrated like a birthday. The program, given a date, will display what people...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (96): Imieniny Download

Added: April 18, 2010 | Visits: 949

Dir::Which Dir::Which is a Perl module to search for directory entries in a list of directories. SYNOPSIS use Dir::Which qw/ which /; @entries = which( -entry => "myprog.conf", -env => "myprog_path", -defaultpath => ".:".$FindBin::Bin.":/etc:/usr/local/etc") ; This module searches directory...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Dir::Which Download

Added: October 16, 2010 | Visits: 2.382

KDE Radio Station KDE Radio Station presents you a list of internet streaming radio stations. Just select your favorite one, and the media player of your choice will pick up the right stream. More than 40 radio stations (and more than 90 streams) are already available; thanks to the decentralized structure, many...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (258): KDE Radio Station Download

Added: April 14, 2010 | Visits: 996

Hash::Type Hash::Type module contains pseudo-hashes as arrays tied to a "type" (list of fields). SYNOPSIS use Hash::Type; # create a Hash::Type my $personType = new Hash::Type(qw(firstname lastname city)); # create and populate some hashes tied to $personType tie %wolfgang, $personType, "wolfgang...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Hash::Type Download

Added: June 25, 2010 | Visits: 791

fileq fileq transfers files from an incoming queue (directory) to a list of destinations. Destinations can only be directories on remote hosts. The respective transfers are performed using the sftp command line utility from the OpenSSH package. After a successful transfer to all destinations, the...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (89): fileq Download

Added: September 03, 2010 | Visits: 906

SeeYouLater 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...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (98): SeeYouLater Download

Added: June 05, 2010 | Visits: 1.274

EPM EPM package is a free UNIX software/file packaging program that generates distribution archives from a list of files. EPM Can: - Generate portable script-based distribution packages complete with installation and removal scripts and standard install/uninstall GUIs. - Generate "native"...


Platforms: *nix

License: Freeware Size: 491.52 KB Download (134): EPM Download

Added: July 26, 2010 | Visits: 955

Memlockd Memlockd project locks a list of files into RAM so that if the system starts paging excessively (as the result of a DOS attack or buggy program), the sysadmin will still be able to login to recover it. The project will lock regular files as well as programs in memory, and for programs, it can...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (98): Memlockd Download

Added: February 26, 2010 | Visits: 1.522

Amazing Media Browser Amazing Media Browser automatically searches for all embed objects in a website and shows you a list of the source links. You can then conveniently browse through each link to see the content of the source file. These usually are a Flash movie, a Window Media movie or a mp3 file link. It can...


Platforms: *nix

License: Freeware Size: 256 KB Download (98): Amazing Media Browser Download

Added: June 25, 2010 | Visits: 817

VCS::CMSynergy::Changes VCS::CMSynergy::Changes is a list of changes to VCS::CMSynergy. This module is a Perl interface to CM Synergy (formerly known as Continuus CM), a change and configuration management system from Telelogic AB (http://www.telelogic.com). It is implemented on top of the CM Synergy CLI, hence you...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (98): VCS::CMSynergy::Changes Download

Added: May 27, 2010 | Visits: 1.099

HLmaps HLmaps project is a Perl/CGI script for Half-Life servers to present a list of loaded maps. HLmaps is a pair of Perl/CGI scripts for Half-Life game servers running on Linux, FreeBSD, and WinNT. It allows Web site visitors to view all your loaded maps, screen shots, download links, and some...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (93): HLmaps Download

Added: August 22, 2010 | Visits: 1.263

Parallel::Queue Parallel::Queue is a Perl module to fork or thread a list of closures N-way parallel. SYNOPSIS # example queue: # only squish files larger than 8KB in size. figure # that the system can handle four copies of squish # running at the same time without them interfering # with one another....


Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): Parallel::Queue Download

Added: September 07, 2010 | Visits: 1.392

SVK::Help::Environment SVK::Help::Environment is a list of svks environment variables. A number of system environment variables influence how svk runs. Below is a complete list of variables you can use to alter svks behavior. All Platforms $SVKROOT Unless you tell it otherwise, svk stores your configuration and...


Platforms: *nix

License: Freeware Size: 266.24 KB Download (99): SVK::Help::Environment Download

Released: September 19, 2012  |  Added: September 19, 2012 | Visits: 654

Laura Jones & the Gates of Good and Evil for Mac OS The famous adventurer Laura Jones has received a letter from Professor Adams about a strange ancient talisman. Now you must help Laura search for clues and put together evidence to unravel an ancient mystery that will save the world from fatal destruction. Search scenes for hidden items, compare...


Platforms: Mac

License: Freeware Size: 48 MB Download (477): Laura Jones & the Gates of Good and Evil for Mac OS Download

Added: May 25, 2013 | Visits: 447

Sticky Posts Widget A simple widget that will display a list of your sticky posts. Install : 1. Download and unzip the most recent version of this plugin 2. Upload the sticky-posts-widget folder to /path-to-wordpress/wp-content/plugins/ 3. Login to your WP Admin panel, click Plugins, and activate "Sticky Posts Widget"


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Sticky Posts Widget Download

Added: May 10, 2013 | Visits: 876

A recursive function to get permutation of a list A recursive function to get permutation of a list script allows you to make permutation on a list of objects. The script does not work on repeated items in the list.


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


< 1 2 3 4 5 >