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

Man Page Find Exec freeware
Filter: All | Freeware | Demo
 

Man Page Find Exec

< 1 2 3 4 5 > 
Added: September 10, 2010 | Visits: 887

WAP::SAXDriver::wbxml WAP::SAXDriver::wbxml is a Perl module with SAX parser for WBXML file. SYNOPSIS use WAP::SAXDriver::wbxml; $parser = WAP::SAXDriver::wbxml->new( [OPTIONS] ); $result = $parser->parse( [OPTIONS] ); WAP::SAXDriver::wbxml is a SAX2 driver, and it inherits of XML::SAX::Base. This man page... Platforms: *nix

License: Freeware Size: 23.55 KB Download (120): WAP::SAXDriver::wbxml Download

Added: November 24, 2010 | Visits: 715

hal91 hal91 is an interesting distribution of Linux. hal91 was made by Øyvind Kolås in Norway. However, Øyvind has stopped working on hal91, and his webpage, http://home.sol.no/~okolaas, has gone down permanently. + hal91 works on almost any PC with a 486DX or Pentium processor. + It fits on a... Platforms: *nix

License: Freeware Size: 1.6 MB Download (108): hal91 Download

Added: October 03, 2010 | Visits: 724

RenderMan RenderMan is a RenderMan binding as a Perl 5.6 module. SYNOPSIS use RenderMan; This RenderMan module implements a Perl 5.6 binding for the BMRT client library (libribout). It fully supports the client library. Therefore, this module has the following limitations: Error Handling callbacks... Platforms: *nix

License: Freeware Size: 81.92 KB Download (102): RenderMan Download

Added: June 14, 2010 | Visits: 989

Visprint Visprint project makes fractal fingerprint png images based on the contents of any file. The image will be different for almost every file with even slightly different contents. Visprint uses the IFS fractal generation process, pioneered by Michael Barnsley. It is a way to create images which are... Platforms: *nix

License: Freeware Size: 14.34 KB Download (107): Visprint Download

Added: August 09, 2010 | Visits: 680

Netcount Netcount is a package for logging and displaying PPP network traffic on Linux machines. Logging is done via a small shell script which is called during the ip-up, ip-down and system startup processes and from cron, while analysis and printing is done by a program written in Python. The display... Platforms: *nix

License: Freeware Size: 79.87 KB Download (97): Netcount Download

Added: January 26, 2010 | Visits: 801

pppusage pppusage summarizes average and total transfer volumes, number of connections and average and total online time for all logged PPP connections. The data is collected by reading the syslog files which contain the ppp[d] messages. A database file is used to store the relevant data, thus it doesnt... Platforms: *nix

License: Freeware Size: 25.6 KB Download (93): pppusage Download

Added: November 09, 2010 | Visits: 653

Filesys::Statvfs Filesys::Statvfs is a Perl extension for statvfs() and fstatvfs(). SYNOPSIS use Filesys::Statvfs; my($bsize, $frsize, $blocks, $bfree, $bavail, $files, $ffree, $favail, $flag, $namemax) = statvfs("/tmp"); #### Pass an open filehandle. Verify that fileno() returns a defined #### value.... Platforms: *nix

License: Freeware Size: 4.1 KB Download (90): Filesys::Statvfs Download

Added: January 27, 2010 | Visits: 796

TeX::Hyphen TeX::Hyphen is a Perl module to hyphenate words using TeXs patterns. SYNOPSIS use TeX::Hyphen; my $hyp = new TeX::Hyphen file => hyphen.tex, style => czech, leftmin => 2, rightmin => 2; # my $hyp = new TeX::Hyphen "hyphen.tex"; my $word = "representation"; my @points =... Platforms: *nix

License: Freeware Size: 22.53 KB Download (87): TeX::Hyphen Download

Added: June 26, 2010 | Visits: 835

File::chmod File::chmod is a Perl module that implements symbolic and ls chmod modes. SYNOPSIS use File::chmod; # chmod takes all three types # these all do the same thing chmod(0666,@files); chmod("=rw",@files); chmod("-rw-rw-rw-",@files); # or use File::chmod qw( symchmod lschmod );... Platforms: *nix

License: Freeware Size: 8.19 KB Download (124): File::chmod Download

Added: May 17, 2010 | Visits: 939

Gotmail Gotmail is a utility to non-interactively download email from a Hotmail account. Gotmail project can download messages from all folders, messages from certain folders, or new messages only. There are options to delete downloaded messages or mark them as read. Gotmail can forward messages to... Platforms: *nix

License: Freeware Size: 37.89 KB Download (99): Gotmail Download

Added: January 07, 2010 | Visits: 536

AxKit2::XSP::SimpleTaglib AxKit2::XSP::SimpleTaglib is an alternate XSP taglib helper. SYNOPSIS package Your::XSP::Package; use AxKit2::XSP::SimpleTaglib; ... more initialization stuff, start_document handler, utility functions, whatever you like, but no parse_start/end handler needed - if in doubt, just leave... Platforms: *nix

License: Freeware Size: 645.12 KB Download (87): AxKit2::XSP::SimpleTaglib Download

Added: March 09, 2010 | Visits: 686

Apache::AxKit::XSP::Language::SimpleTaglib Apache::AxKit::XSP::Language::SimpleTaglib is an alternate XSP taglib helper. SYNOPSIS package Your::XSP::Package; use Apache::AxKit::Language::XSP::SimpleTaglib; ... more initialization stuff, start_document handler, utility functions, whatever you like, but no parse_start/end handler... Platforms: *nix

License: Freeware Size: 307.2 KB Download (92): Apache::AxKit::XSP::Language::SimpleTaglib Download

Added: October 05, 2010 | Visits: 873

TagReport TagReport is a nifty little project Ive been working on which is mostly a giant C++ exploration exercise. The program is very simple at this stage; the indexer part is really an HTML output function right now, that mimics the "Winamp Generated Playlist" format commonly seen on the Internet.... Platforms: *nix

License: Freeware Size: 59.39 KB Download (89): TagReport Download

Added: October 05, 2010 | Visits: 927

ltraf ltraf is a simple utility to list traffic flowing through a computers network interface. It can categorize the traffic based on bpf rules. It uses libpcap to capture network traffic. The main goal of the project is to give systems administrators a chance to visualize the traffic flow through a... Platforms: *nix

License: Freeware Size: 14.34 KB Download (99): ltraf Download

Added: November 15, 2010 | Visits: 983

XML::Parser::PerlSAX XML::Parser::PerlSAX is a Perl SAX parser using XML::Parser. SYNOPSIS use XML::Parser::PerlSAX; $parser = XML::Parser::PerlSAX->new( [OPTIONS] ); $result = $parser->parse( [OPTIONS] ); $result = $parser->parse($string); XML::Parser::PerlSAX is a PerlSAX parser using the XML::Parser... Platforms: *nix

License: Freeware Size: 64.51 KB Download (107): XML::Parser::PerlSAX Download

Added: September 15, 2010 | Visits: 834

Stan Stan is a console application that analyzes binary streams and calculates several useful statistical information from the observed data. It features statistical, pattern and bit analysis. Stan has been designed as a "swiss-knife" for first steps in reverse engineering and cryptographic... Platforms: *nix

License: Freeware Size: 37.89 KB Download (93): Stan Download

Added: August 09, 2010 | Visits: 899

mkcdtoc mkcdtoc is a small and flexible command line utility to create TOC files for cdrdao. mkcdtoc project reads a list of audio files and outputs a TOC file with a track specification for each audio file. Input data can be a raw list with one file name on each line, or an m3u play list. The program... Platforms: *nix

License: Freeware Size: 27.65 KB Download (100): mkcdtoc Download

Added: October 06, 2010 | Visits: 880

Software::Packager::Svr4 Software::Packager::Svr4 is the Software::Packager extension for System VR4 packages. SYNOPSIS use Software::Packager; my $packager = new Software::Packager(svr4); This module is used to create software packages in a format suitable for installation with pkgadd. FUNCTIONS new() This... Platforms: *nix

License: Freeware Size: 14.34 KB Download (89): Software::Packager::Svr4 Download

Added: October 14, 2010 | Visits: 688

Time::Piece Time::Piece is a Perl module that contains Object Oriented time objects. SYNOPSIS use Time::Piece; my $t = localtime; print "Time is $tn"; print "Year is ", $t->year, "n"; This module replaces the standard localtime and gmtime functions with implementations that return objects. It does... Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): Time::Piece Download

Added: April 20, 2010 | Visits: 936

PINT PINT is a handy tool for debugging any TCP/IP (or UDP) software. It can be made to listen to a server socket or to connect to a remote host. The resulting connection is displayed, with separate display for the inbound and outbound traffic. MISSING FEATURES UDP/RAW support noticing connection... Platforms: *nix

License: Freeware Size: 25.6 KB Download (132): PINT Download

< 1 2 3 4 5 >