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

Hp Ux freeware
Filter: All | Freeware | Demo
 

Hp Ux

< 1 2 3 4 5 > 
Added: February 08, 2010 | Visits: 1.163

HPUX::Ioscan HPUX::Ioscan is a Perl function to handle HPUX ioscan command. SYNOPSIS use HPUX::Ioscan ; my $result = ioscan (); print "All hardware paths: ", join(" ", keys %$result),"n"; print "One device file of disk :n", $result->{2/1.6.0}{device_files}[0], "n"; This module works on top of the... Platforms: *nix

License: Freeware Size: 19.46 KB Download (94): HPUX::Ioscan Download

Added: February 05, 2010 | Visits: 737

Enlightenment The version 0.16 of the Enlightenment window manager was released in 2000, along with its dependencies Imlib and Fnlib, and remains in heavy usage today. While rumors of its death still circulate, DR16.6 was release on Nov 2nd, 2003, and it remains in development today with a long life still... Platforms: *nix

License: Freeware Size: 1.9 MB Download (93): Enlightenment Download

Added: March 13, 2010 | Visits: 815

Bogofilter Bogofilter is a Bayesian spam filter. In its normal mode of operation, it takes an email message or other text on standard input, does a statistical check against lists of `good` and `bad` words, and returns a status code indicating whether or not the message is spam. Bogofilter is designed... Platforms: *nix

License: Freeware Size: 563.2 KB Download (95): Bogofilter Download

Added: April 03, 2010 | Visits: 1.152

fancylogin fancylogin is one of the most powerful login programs available for Linux. It can do everything your old login program can do, e.g., handling shadowed passwd files, user-time-terminal/network-verification as done with HP-UX login, etc. The project adds a lot of capabilities for logging logins and... Platforms: *nix

License: Freeware Download (92): fancylogin Download

Added: October 14, 2010 | Visits: 914

Ygl Ygl emulates SGIs GL routines under X11. It compiles fine under AIX >3.2, HP-UX >7.0, Linux with XFree/Xorg, SunOS, ConvexOS, Mac A/UX, Mac OS/X and many others, but needs an ANSI-C compiler (gcc is ok). The library was written for two reasons: On our RS/6000 GT4 hardware, 2D Ygl is up to... Platforms: *nix

License: Freeware Size: 133.12 KB Download (106): Ygl Download

Added: June 07, 2010 | Visits: 1.242

ifstat ifstat is a tool to report network interface bandwith just like vmstat/iostat do for other system counters. It can monitor local interfaces by polling the kernel counters, or remote hosts interfaces using SNMP. fstat gathers these statistics from the kernel internal counters, which is highly... Platforms: *nix

License: Freeware Size: 19.46 KB Download (117): ifstat Download

Added: June 27, 2010 | Visits: 1.039

GODI GODI library provides an advanced programming environment for the Objective Caml (OCaml) language. From INRIA (who created OCaml) you can get the OCaml compiler and runtime system, but this is usually not enough to develop applications. You also need libraries, and there are many developers all... Platforms: *nix

License: Freeware Size: 1.5 MB Download (90): GODI Download

Added: April 26, 2010 | Visits: 1.111

Sablotron Sablotron is a fast, compact and portable XML toolkit implementing XSLT 1.0, DOM Level2 and XPath 1.0. Sablotron is an open project; other users and developers are encouraged to use it or to help us testing or improving it. Sablotron is written in C++ and we try to keep it as portable as... Platforms: *nix

License: Freeware Download (162): Sablotron Download

Added: November 04, 2010 | Visits: 691

ORBIT2 ORBit2 is a CORBA 2.4-compliant Object Request Broker (ORB) featuring mature C, C++ and Python bindings. Bindings (in various degrees of completeness) are also available for Perl, Lisp, Pascal, Ruby, and TCL; others are in-progress. ORBIT2 supports POA, DII, DSI, TypeCode, Any, IR and IIOP.... Platforms: *nix

License: Freeware Size: 870.4 KB Download (101): ORBIT2 Download

Added: September 13, 2010 | Visits: 856

cpuinfo 1.0-Pre Such information include CPU vendor, model name, cache hierarchy, and supported features (e.g. CMP, SMT, SIMD). cpuinfo is also a standalone program to demonstrate the use of this API. The cpuinfo library is distributed under the terms of the GNU Lesser General Public License (LGPL). cpuinfo... Platforms: *nix

License: Freeware Size: 24.58 KB Download (101): cpuinfo 1.0-Pre Download

Added: September 01, 2010 | Visits: 1.799

Wflogs Wflogs is a firewall log analysis tool. It can be used to produce a log summary report in plain text, HTML and XML, or to monitor firewalling logs in real-time. This project is part of the WallFire project, but can be used independently. Usage examples: wflogs -i netfilter -o html... Platforms: *nix

License: Freeware Size: 747.52 KB Download (128): Wflogs Download

Added: June 05, 2010 | Visits: 738

libstatgrab libstatgrab is a library that provides cross platform access to statistics about the system on which its run. libstatgrab library written in C and presents a selection of useful interfaces which can be used to access key system statistics. The current list of statistics includes CPU usage, memory... Platforms: *nix

License: Freeware Size: 440.32 KB Download (95): libstatgrab Download

Added: May 09, 2010 | Visits: 1.129

Filesys::DfPortable Filesys::DfPortable is a Perl extension for filesystem disk space information. SYNOPSIS use Filesys::DfPortable; my $ref = dfportable("C:"); # Default block size is 1, which outputs bytes if(defined($ref)) { print"Total bytes: $ref->{blocks}n"; print"Total bytes free: $ref->{bfree}n";... Platforms: *nix

License: Freeware Size: 7.17 KB Download (101): Filesys::DfPortable Download

Added: March 04, 2010 | Visits: 840

Filesys::Df Filesys::Df is a Perl extension for filesystem disk space information. SYNOPSIS use Filesys::Df; #### Get information by passing a scalar directory/filename value my $ref = df("/tmp"); # Default output is 1K blocks if(defined($ref)) { print "Total 1k blocks: $ref->{blocks}n"; print... Platforms: *nix

License: Freeware Size: 7.17 KB Download (91): Filesys::Df 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: June 02, 2010 | Visits: 1.135

Sproxy Sproxy is a project meant to replace the Scout as the preferred method of URL harvest for Siege. It is an HTTP proxy server written in perl and designed to collect all URL information in a siege-friendly format. All necessary modules are bundled with the source. Sproxy is built with GNU... Platforms: *nix

License: Freeware Size: 348.16 KB Download (132): Sproxy Download

Added: September 09, 2010 | Visits: 1.755

JFTP2 JFTP is a graphical FTP (File Transfer Protocol) client software for transferring files from one computer to another over TCP/IP networks such as Internet. JFTP allows you to connect to every ftp server, to transfer files between multiple operating systems JFTP integrates the most widely used... Platforms: *nix

License: Freeware Size: 36 MB Download (121): JFTP2 Download

Added: January 17, 2010 | Visits: 901

GBindAdmin GBindAdmin is an easy to use GTK+ frontend for ISC BIND. It handles multiple domains and can switch from master to slave domain in three clicks. It can change the domain name for entire domains and subdomains, including domain resources such as MX, A, AAAA, CNAME, and NS. GBindAdmin project... Platforms: *nix

License: Freeware Size: 204.8 KB Download (115): GBindAdmin Download

Added: April 16, 2010 | Visits: 989

Log4c Log4c is a library of C for flexible logging to files, syslog and other destinations. The project is modeled after the Log for Java library, staying as close to their API as is reasonable. Here is a short introduction to Log4j which describes the API, and design rationale. Mark Mendel started a... Platforms: *nix

License: Freeware Size: 501.76 KB Download (106): Log4c Download

Added: June 05, 2010 | Visits: 1.284

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

< 1 2 3 4 5 >