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

Link Popularity Tools freeware
Filter: All | Freeware | Demo
 

Link Popularity Tools

< 1 2 3 4 5 
Added: February 24, 2010 | Visits: 1.390

Dead Link Check Dead Link Check (DLC) is a Perl script designed to find information on validity of HTTP references. The script may use/generate a cache file for avoiding redoing network requests if the user wants to check added entries. The script works by reading entries from a file (or a list of links from the... Platforms: *nix

License: Freeware Size: 40.96 KB Download (95): Dead Link Check Download

Added: May 04, 2010 | Visits: 1.238

flow-tools flow-tools is a set of programs for processing and managing NetFlow exports from Cisco and Juniper routers. The tools included are: flow-capture, flow-cat, flow-dscan, flow-expire, flow-export, flow-fanout, flow-filter, flow-gen, flow-header, flow-import, flow-mask, flow-merge, flow-nfilter,... Platforms: *nix

License: Freeware Size: 983.04 KB Download (116): flow-tools Download

Added: August 27, 2013 | Visits: 873

Community Z Tools The Community Z Tools (CZT) project is building a set of tools for editing, typechecking and animating formal specifications written in the Z specification language, with some support for Z extensions such as Object-Z, Circus, and TCOZ. These tools are all built using the CZT Java framework for Z... Platforms: *nix

License: Freeware Size: 5.17 MB Download (89): Community Z Tools Download

Added: June 15, 2010 | Visits: 869

HA-Tools HA-Tools provide some programs to improve shell scripting in a High Availability environment. The halockrun program provides a simple and reliable way to implement a locking in shell scripts. A typical usage for halockrun is to prevent cronjobs to run simultanously. halockrun uses a lock on a... Platforms: *nix

License: Freeware Size: 153.6 KB Download (101): HA-Tools Download

Added: March 25, 2010 | Visits: 1.438

firmware-tools firmware-tools is an architecture that utilizes native Linux packaging formats (.rpm and .deb) and native Linux change management frameworks (yum, apt, etc) for delivering and installing system firmware. firmware-tools architecture is OS distribution, hardware vendor, device, and change... Platforms: *nix

License: Freeware Download (164): firmware-tools Download

Added: February 08, 2010 | Visits: 1.066

Role Playing Tools Role Playing Tools extends the pen and paper role playing tabletop to the computer by providing a die rolling tool with a full expression language including Javascript functions, tabbed rolling bars, quick summation features, and the ability to save and restore sessions. There is also a client... Platforms: *nix

License: Freeware Size: 2.4 MB Download (104): Role Playing Tools Download

Added: February 17, 2010 | Visits: 1.030

TeleAuth Client Tools TeleAuth Client Tools are a set of Unix tools for the TeleAuth two-factor/two-channel authentication system. This includes a commandline client and a set of PAM modules. It also enables out-of-the-box two-factor authentication on Linux, Mac OS X, and Windows machines. These tools can be used... Platforms: *nix

License: Freeware Size: 35.84 KB Download (91): TeleAuth Client Tools Download

Added: May 12, 2010 | Visits: 2.462

Pinger Network Tools Pinger Network Tools is a simple frontend for ping, netstat, traceroute and whois. My first ever Kommander script that I did in an effort to learn the Kommander scripting engine/style and to have something useful. Built with Kommander Editor 1.2. Pinger Network Tools KDE-Apps.org Community... Platforms: *nix

License: Freeware Size: 30.72 KB Download (142): Pinger Network Tools Download

Added: May 11, 2010 | Visits: 1.692

MR Tech Link Wrapper Lite MR Tech Link Wrapper Lite is a Firefox extension that wraps long links and lines to spare you from having to scroll left and right. Hidden preferences: - length to wrap: link_wrapper.wrapLength, default value is "15" - Sites to ignore: link_wrapper.ignoreList, default regex value is... Platforms: *nix

License: Freeware Size: 6.14 KB Download (100): MR Tech Link Wrapper Lite Download

Added: November 29, 2013 | Visits: 3.312

Bandwidth Management Tools Bandwidth Management Tools is a total bandwidth management solution for Linux and can be used for firewalling, traffic graphing, and shaping. It is not based on any currently-available bandwidth management software some ver advanced features. Platforms: *nix

License: Freeware Size: 501.76 KB Download (323): Bandwidth Management Tools Download

Added: February 13, 2010 | Visits: 886

anyfs-tools anyfs-tools is a unix-way toolset for recovering and converting filesystems. SYNOPSIS build_it [-qvV] directory inode_table anysurrect [-b blocksize] [-i input_inode_table] [-p path_prefix] [-u file_umask] [-U dir_umask] [-qvV] device inode_table reblock [-nqvV] inode_table device... Platforms: *nix

License: Freeware Size: 245.76 KB Download (100): anyfs-tools Download

Added: February 21, 2010 | Visits: 1.222

PHPSPELLBOOK PHPSPELLBOOK is a suite of tools for Web site promotion, diagnosis, and improvement. PHPSPELLBOOK provides Web masters with tools such as advertisiment submission, a mass mailer, a broken link checker, a link exchange checker, fake click generators, anonymizer tools, a calendar, and more..... Platforms: *nix

License: Freeware Size: 99.33 KB Download (94): PHPSPELLBOOK Download

Added: June 02, 2010 | Visits: 932

gettext lint tools The gettext lint tools is a collection of tools for checking the validity, consistency and spelling of PO and POT files. The project also includes an experimental glossary building tool.. Platforms: *nix

License: Freeware Size: 143.36 KB Download (100): gettext lint tools Download

Added: June 18, 2010 | Visits: 1.034

Search::Tools::RegExp Search::Tools::RegExp is a Perl module to build regular expressions from search queries. SYNOPSIS my $regexp = Search::Tools::RegExp->new(); my $kw = $regexp->build(the quick brown fox); for my $w ($kw->keywords) { my $r = $kw->re( $w ); # the word itself printf("the word is %sn",... Platforms: *nix

License: Freeware Size: 49.15 KB Download (102): Search::Tools::RegExp Download

Added: October 11, 2010 | Visits: 1.173

Search::Tools::RegExp::Keywords Search::Tools::RegExp::Keywords is a Perl module to access regular expressions for keywords. SYNOPSIS my $regexp = Search::Tools::RegExp->new(); my $kw = $regexp->build(the quick brown fox); for my $w ($kw->keywords) { my $r = $kw->re( $w ); } Search::Tools::RegExp::Keywords provides... Platforms: *nix

License: Freeware Size: 49.15 KB Download (98): Search::Tools::RegExp::Keywords Download

Added: April 17, 2010 | Visits: 1.427

Search::Tools::Keywords Search::Tools::Keywords is a Perl module to extract keywords from a search query. SYNOPSIS use Search::Tools::Keywords; use Search::Tools::RegExp; my $query = the quick fox color:brown and "lazy dog" not jumped; my $kw = Search::Tools::Keywords->new( stopwords => the, and_word => and,... Platforms: *nix

License: Freeware Size: 49.15 KB Download (94): Search::Tools::Keywords Download

Added: October 19, 2010 | Visits: 1.241

Network UPS Tools Network UPS Tools is a collection of programs which provide a common interface for monitoring and administering UPS hardware. Network UPS Tools uses a layered approach to connect all of the parts. Drivers are provided for a wide assortment of equipment. They understand the specific language of... Platforms: *nix

License: Freeware Size: 655.36 KB Download (135): Network UPS Tools Download

Added: August 05, 2010 | Visits: 812

ax25-tools The ax25-tools package contains the tools that you need to get going with AX.25 for Linux. AX.25 is a network protocol that is used by hamradio operators across packet radio wireless links. AX.25 is a network protocol that is used for wireless packet networks. Generally when you want to use a... Platforms: *nix

License: Freeware Size: 256 KB Download (98): ax25-tools Download

Added: February 21, 2010 | Visits: 965

system-tools-backends system-tools-backends is a package for GNOME. to extract the configuracion backend --get to restore the configuration from XML backend --set < file.xml. Platforms: *nix

License: Freeware Size: 522.24 KB Download (94): system-tools-backends Download

Added: July 03, 2010 | Visits: 1.330

File::Spec::Link File::Spec::Link is a Perl extension for reading and resolving symbolic links. SYNOPSIS use File::Spec::Link; my $file = File::Spec::Link->linked($link); my $file = File::Spec::Link->resolve($link); my $dirname = File::Spec::Link->chopfile($file); my $newname =... Platforms: *nix

License: Freeware Size: 7.17 KB Download (103): File::Spec::Link Download

< 1 2 3 4 5