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

List Of Computer File Names freeware
Filter: All | Freeware | Demo
 

List Of Computer File Names

< 1 2 3 4 5 > 
Added: September 03, 2010 | Visits: 1.055

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

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: April 14, 2010 | Visits: 1.005

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: 796

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 (90): fileq Download

Added: July 26, 2010 | Visits: 960

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

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 (104): Amazing Media Browser Download

Added: May 27, 2010 | Visits: 1.105

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

Released: February 16, 2013  |  Added: July 13, 2013 | Visits: 879

Free Duplicate Finder Duplicate File Finder will help you find fast all duplicate files in a folder and its sub folders. The applications will compare the content of your files so it will find duplicates even if they are using different file names. It uses fast binary comparison algorithm and has internal preview... Platforms: Windows

License: Freeware Size: 1.53 MB Download (70): Free Duplicate Finder Download

Released: March 03, 2006  |  Added: March 06, 2006 | Visits: 3.936

Download urls utility Download URLs utility. Give this utility the list of URLs and the folder where do you want to see files. And press go button. Platforms: Windows

License: Freeware Size: 50 KB Download (247): Download urls utility

Added: January 18, 2010 | Visits: 1.354

conceptRM (Rss Mail) ConceptRM (RssMail) project is an email client using RSS as a means to deliver the list of email to the user.. IT supplier for the insurance industry Platforms: *nix

License: Freeware Size: 19.46 KB Download (97): conceptRM (Rss Mail) Download

Added: May 23, 2010 | Visits: 3.897

W3C-PHP W3C-PHP is a little php-cli script that can validate a list of URLs trough the W3C validator Web site (http://validator.w3.org/) with PHP-DOM functions. Configuration: list.txt -> contain the list of url that you need to validate the URLs must start with ":" without the "http://" prefix for... Platforms: *nix

License: Freeware Size: 10.24 KB Download (136): W3C-PHP Download

Added: September 12, 2010 | Visits: 955

jTokeniser jTokeniser project is a Java library for tokenising strings into a list of tokens.. The website of Andrew Roberts, Schoolof Computing, University of Leeds. Research interests: Natural LanguageLearning (NLL), Grammar Inference, Natual Language Processing (NLP),Machine Learning, Clustering,... Platforms: *nix

License: Freeware Size: 84.99 KB Download (94): jTokeniser Download

Added: September 18, 2010 | Visits: 1.099

Acme::Hyperindex Acme::Hyperindex is a Perl module to look deep into structures using a list of indexes. SYNOPSIS use strict; use Acme::Hyperindex; my @struct = ( { j_psi => [qw( eta_prime phi kaon )] }, { j_psi => [qw( selectron down tau_sneutrino )] }, { j_psi => [qw( upsilon gluino photino )] } );... Platforms: *nix

License: Freeware Size: 4.1 KB Download (97): Acme::Hyperindex Download

Added: November 23, 2010 | Visits: 1.279

blah blah project consists of a utility for maintaining a list of frequently copy-and-pasted text. When an item is selected from the menu the corresponding text is automatically placed into the clipboard. You can then use the paste feature in another application to transfer the text. The current... Platforms: *nix

License: Freeware Size: 9.22 KB Download (91): blah Download

Added: June 04, 2010 | Visits: 1.170

squid_redirect squid_redirect uses a list of patterns to zap annoying ad banners from Web pages, inserting a placeholder image. It lives in a Web proxy and so requires no special browser facilities. squid_redirect is readily customizable, small, fast, and easy to install. Whats New in This Release: - A... Platforms: *nix

License: Freeware Size: 52.22 KB Download (107): squid_redirect Download

Added: July 05, 2010 | Visits: 946

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: March 08, 2010 | Visits: 777

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

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

Added: April 18, 2010 | Visits: 958

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 (94): Dir::Which Download

Added: October 16, 2010 | Visits: 2.393

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: September 03, 2010 | Visits: 913

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

< 1 2 3 4 5 >