Main > Free Download Search >

Free hp india ltd software for linux

hp india ltd

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 260
OpenBSD 4.1

OpenBSD 4.1


The OpenBSD project produces a FREE, multi-platform 4.4BSD-based UNIX-like operating system. more>>
The OpenBSD project produces a FREE, multi-platform 4.4BSD-based UNIX-like operating system. Our efforts emphasize portability, standardization, correctness, proactive security and integrated cryptography.

OpenBSD project supports binary emulation of most programs from SVR4 (Solaris), FreeBSD, Linux, BSD/OS, SunOS and HP-UX. OpenBSD is freely available from our FTP sites, and also available in an inexpensive 3-CD set.
<<less
Download (4.9MB)
Added: 2007-05-01 License: Freeware Price:
909 downloads
HPUX::Ioscan 1.010

HPUX::Ioscan 1.010


HPUX::Ioscan is a Perl function to handle HPUX ioscan command. more>>
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 HP-UX command ioscan. It forks a process to run the ioscan command and parses its STDOUT. The result is returned in a hash.

This module is quite basic but it may be interesting if you need to write administration program on HP-UX.

You may call ioscan several time in your program without any problem sicne the result is cached. Only the first call to ioscan will actually run the ioscan command. (But you may override the caching of the result)

<<less
Download (0.019MB)
Added: 2007-04-14 License: Perl Artistic License Price:
923 downloads
Emilda 1.2.3

Emilda 1.2.3


Emilda is an Integrated Library System that features an OPAC. more>>
Emilda is an Integrated Library System that features an OPAC, circulation and administration functions, Z39.50 capabilities, and 100% MARC compatibility.

MARC compatibility is achieved using the Zebra server from Indexdata in conjunction with MySQL. Emilda is mainly written in PHP, but Perl scripts exist for MARC manipulation and shell interaction.
<<less
Download (0.67MB)
Added: 2005-06-30 License: GPL (GNU General Public License) Price:
1578 downloads
phpExifRW 0.3

phpExifRW 0.3


phpExifRW provides an Exif reader & writer. more>>
phpExifRW provides an Exif reader & writer.
vinSMSIndia is a simple PHP class that allows you to send free SMS messages to Indian mobile users.
Main features:
- Read Exif Information
- Extract and display emdedded thumbnails
- Add Comments to files.
- Transfering EXIF information from one file to another.
Enhancements:
- Better code. Cleaner several un-wanted code.
- Added several additional tags that show GPS information.
- Fixed Shutter Speed value calculation
- Fixed Aperture value calculation
- Fixed Special characters in Make & Model
- Support for following Cameras added:
- OLYMPUS OPTICAL CO.,LTD -> C3000Z
- NIKON D2H
- Canon 300D
<<less
Download (0.021MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
929 downloads
Valgrind 3.2.3

Valgrind 3.2.3


Valgrind is an award-winning suite of tools for debugging and profiling Linux programs. more>>
Valgrind is an award-winning suite of tools for debugging and profiling Linux programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable. You can also perform detailed profiling, to speed up and reduce memory use of your programs.
Valgrind distribution currently includes three tools: a memory error detectors, a cache (time) profiler and a heap (space) profiler.
Valgrind is Open Source / Free Software, and is freely available under the GNU General Public License.
Main features:
- Valgrind will save you hours of debugging time. With Valgrind tools you can automatically detect many memory management and threading bugs. This gives you confidence that your programs are free of many common bugs, some of which would take hours to find manually, or never be found at all. You can find and eliminate bugs before they become a problem.
- Valgrind can help you speed up your programs. With Valgrind tools you can also perform very detailed profiling to help speed up your programs.
- Valgrind is free. Free-as-in-speech: you can download it, read the source code, make modifications, and pass them on, all within the limits of the GNU GPL. And free-as-in-beer: we arent charging for it.
- Valgrind runs on x86/Linux, AMD64/Linux and PPC32/Linux, several of the most popular platforms in use. Valgrind works with all the major Linux distributions, including Red Hat, SuSE, Debian, Gentoo, Slackware, Mandrake, etc.
- Valgrind is easy to use. Valgrind uses dynamic binary translation, so you dont need to modify, recompile or relink your applications. Just prefix your command line with valgrind and everything works.
- Valgrind is not a toy. Valgrind is first and foremost a debugging and profiling system for large, complex programs. We have had feedback from users working on projects with up to 25 million lines of code. It has been used on projects of all sizes, from single-user personal projects, to projects with hundreds of programmers.
- Valgrind is suitable for any type of software. Valgrind has been used on almost every kind of software imaginable: desktop applications, libraries, databases, games, web browsers, network servers, distributed control systems, virtual reality frameworks, transaction servers, compilers, interpreters, virtual machines, telecom applications, embedded software, medical imaging, scientific programming, signal processing, video/audio programs, NASA Mars lander vision and rover navigation systems, business intelligence software, financial/banking software, operating system daemons, etc, etc. See a list of projects using Valgrind.
- Valgrind is widely used. Valgrind has been used by thousands of programmers across the world. We have received feedback from users in over 25 countries, including: Belgium, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Italy, The Netherlands, Norway, Poland, Portugal, Russia, Sweden, Switzerland, UK, Argentina, Brazil, Canada, USA, Australia, India, Japan, New Zealand, Singapore, South Africa and Israel.
- Valgrind works with programs written in any language. Because Valgrind works directly with program binaries, it works with programs written in any programming language, be they compiled, just-in-time compiled, or interpreted. The Valgrind tools are largely aimed at programs written in C and C++, because programs written in these languages tend to have the most bugs! But it can, for example, be used to debug and profile systems written in a mixture of languages. Valgrind has been used on programs written partly or entirely in C, C++, Java, Perl, Python, assembly code, Fortran, Ada, and many others.
- Valgrind debugs and profiles your entire program. Unlike tools that require a recompilation step, Valgrind gives you total debugging and profiling coverage of every instruction executed by your program, even within system libraries. You can even use Valgrind on programs for which you dont have the source code.
- Valgrind can be used with other tools. Valgrind can start GDB and attach it to your program at the point(s) where errors are detected, so that you can poke around and figure out what was going on at the time.
- Valgrind is extensible. Valgrind consists of the Valgrind core, which provides a synthetic software CPU, and Valgrind tools, which plug into the core, and instrument and analyse the running program. Anyone can write powerful new tools that add arbitrary instrumentation to programs. This is much easier than writing such tools from scratch. This makes Valgrind ideal for experimenting with new kinds of debuggers, profilers, and similar tools.
- Valgrind is actively maintained. The Valgrind developers are constantly working to fix bugs, improve Valgrind, and ensure it works as new Linux distributions and libraries come out. There are also mailing lists you can subscribe to, and contact if youre having problems.
- So whats the catch? The main one is that programs run significantly more slowly under Valgrind. Depending on which tool you use, the slowdown factor can range from 5--100. This slowdown is similar to that of similar debugging and profiling tools. But since you dont have to use Valgrind all the time, this usually isnt too much of a problem. The hours youll save debugging will more than make up for it.
Enhancements:
- 3.2.3 is almost identical to 3.2.2, but fixes a regression that unfortunately crept into 3.2.2. The regression causes an assertion failure in Valgrind when running certain obscure SSE code fragments on x86-linux and amd64-linux. Please do not use (or package) 3.2.2; instead use 3.2.3.
<<less
Download (3.9MB)
Added: 2007-05-02 License: GPL (GNU General Public License) Price:
909 downloads
HP ScanJet 3900 series backend 0.9

HP ScanJet 3900 series backend 0.9


HP ScanJet 3900 series backend is an application and backend for linux that allows to use HP scanjet series 3900 scanners. more>>
HP ScanJet 3900 series backend is an application and backend for linux that allows to use HP scanjet series 3900 scanners and, basically, all those controlled by Realtek RTS8822L chipset.
HP ScanJet 3900 series backend application is in early phase of development. Four files are included, two (binary and sources) for the application and two more for SANE backend.
Enhancements:
- Added support for scanner: HP ScanJet G3010 (similar to hp4370)
- Added initial support for scanner: BenQ 5550T (New chipset: RTS8823L-01E).
- Fixed bug related to stepper motor, programming smearing curves for backtracking.
- Implemented algorithm to detect installed RAM type.
- Implemented a better code to read/write in DMA.
- Added some scripts for users, to update, compile and install sources.
<<less
Download (1.8MB)
Added: 2007-07-27 License: GPL (GNU General Public License) Price:
512 downloads
HP Linux Imaging and Printing 2.7.7

HP Linux Imaging and Printing 2.7.7


HP Linux Imaging and Printing (HPLIP) isa complete printing and imaging solution for Linux. more>>
HP Linux Imaging and Printing Driver Project consists of two projects:

1) HPIJS, a printer driver for HP devices

2) HP Linux Imaging and Printing (HPLIP), a complete printing and imaging solution for Linux (note: HPLIP includes HPIJS).
<<less
Download (13.2MB)
Added: 2007-08-02 License: LGPL (GNU Lesser General Public License) Price:
839 downloads
HPUX::SDUX 0.03

HPUX::SDUX 0.03


HPUX::SDUX is a Perl module for creating SD-UX software depots of Perl modules. more>>
HPUX::SDUX is a Perl module for creating SD-UX software depots of Perl modules.

SYNOPSIS

perl -MHPUX::SDUX -e wmf
make; make test; make depot

HPUX::SDUX is a Perl module to assist creating SD-UX software depots for Perl modules on HP-UX. As such, it is utterly useless for Perl users on other platforms.

This version assumes the use of HP-UX 11i and PSF (Product Specification File) layout version 1.0, as outlined in Software Distributor Administration Guide for HP-UX 11i . It may work on other versions, but it is not tested.

After unpacking a CPAN module, move to the expanded directory and say

perl -MHPUX::SDUX -e wmf

This creates intermediate file Makefile.SDUX, based on Makefile.PL in the current directory, and writes Makefile by executing Makefile.SDUX. The resulting Makefile contains a modified target clean and a new target depot, so that you can only follow with

make; make test; make depot

The target depot will install the module in the sdux subdirectory, writes module.psf and invokes swpackage. Thus certin privileges are required for this target.

<<less
Download (0.005MB)
Added: 2007-01-09 License: Perl Artistic License Price:
1022 downloads
ActivePerl 5.8.8.819

ActivePerl 5.8.8.819


ActivePerl is the complete, quality-assured and ready-to-install Perl distribution for AIX, HP-UX, Linux, Mac OS X, Solaris. more>>
ActivePerl project is the complete, quality-assured and ready-to-install Perl distribution for AIX, HP-UX, Linux, Mac OS X, Solaris, and Windows.
Whats included:
- Perl core
- Perl Package Manager
- Installers
- Complete online documentation
Enhancements:
- Release version of 64-bit ActivePerl for Linux, Solaris and Windows.
- Rewritten PPM client. The command line shell has been replaced by a graphical user interface.
- Bundles the Tcl and Tkx modules, plus a significant subset of the latest Tcl/Tk widgets.
<<less
Download (MB)
Added: 2007-01-12 License: Free To Use But Restricted Price:
1021 downloads
 
Other version of ActivePerl
ActivePerl (Linux) 5.10Perl distribution, available for Windows, Linux, Mac OS X, Solaris, AIX and HP-UX. Developers ... , AIX and HP-UX. Developers worldwide rely on ActivePerls completeness and ease-of-use
Price: $0.00
License:Freeware
Download (18.29MB)
197 downloads
Added: 2009-04-18
Linux+ Live 2006-01 Beta

Linux+ Live 2006-01 Beta


Linux+ Live is a Fedora-based live DVD. more>>
Linux+ Live DVD is Live type of Linux distribution, based on Aurox Linux. The project is associated with Linux+ magazine and includes applications described in this magazine.
In our distro we are using rpm packages (Fedora Core ones).
Main features:
- usage of UnionFS;
- saving data and configuration on external device;
- support for TV cards (Video4Linux), including apps: KDETV, TVtime, Xawtv, Zapping and MythTV;
- develpment version of Anjuta 2.x with Glade 3.0;
- printing software CUPS, including apps: Mting, Kover, Mptool, HP Device Manager;
- RSS readers (Liferea, Blam);
- binary editor (Bless);
- document viewer (Envince);
- karaoke player (PyKaraoke) with examplary files and CDGtools;
- personal file indexing database (Kat);
- antivirus GUI (ClamTk);
- excelent games (Glest and Globulation2)
- and GRAMPS Genealogy System.
<<less
Download (2280MB)
Added: 2005-11-06 License: GPL (GNU General Public License) Price:
819 downloads
TurboPrint 1.94-4

TurboPrint 1.94-4


TurboPrint is a high-quality printer driver system for Linux built on existing standards. more>>
TurboPrint is a high-quality printer driver system for Linux built on existing standards (e.g. ghostscript). It is designed to produce maximum quality photo printouts as well as high-speed text documents.

TurboPrint provides printer drivers for almost every inkjet printer, e.g. Canon BJC / S, Epson Stylus Color & Photo, HP DeskJet. All printer features are supported. TurboPrint comes with its own color matching system "TrueMatch".

High quality color profiles ensure optimum color reproduction on all print media (glossy paper, inkjet paper, ...). A comfortable GUI configuration menu and a printer toolbox (head cleaning, alignment, ink quantity) are included.

TurboPrint can be easily integrated into the CUPS printing system. The FreeEdition of TurboPrint can be obtained free of charge. It contains almost the full functionality.
<<less
Download (5.2MB)
Added: 2006-08-05 License: Free for non-commercial use Price:
908 downloads
pyD20 0.01

pyD20 0.01


pyD20 is a combat manager for D20 or DND3e. more>>
pyD20 project is a combat manager for D20 or DND3e.
pyD20 is a combat manager meant to be used by a DM while playing the D20/DND3e role-playing game. Its features include a pyGTK2/Glade interface, the ability to track combatants, initiatives, and HP, the ability to reassign initiatives during combat, and the ability to add or remove combatants during combat. pyD20 is designed to be simple for the DM to use.
Main features:
- Track combatants.
- Set initiative for those combatants who want to roll manually.
- Roll initiative for other combatants.
- Track hit points for combatants.
- Change initiative during combat (refocus, triggers, delay).
- Counts the rounds of combat.
<<less
Download (0.011MB)
Added: 2007-01-08 License: GPL (GNU General Public License) Price:
1022 downloads
cpuinfo 1.0-Pre R2

cpuinfo 1.0-Pre R2


cpuinfo consists in an API/library used by programs to get information about the underlying CPU. more>>
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 has been built and tested on the following platforms:
- i386 Linux GCC >= 3.3.4, G++ >= 2.96
- i386 NetBSD >= 2.0 GCC >= 3.3.3
- i386 FreeBSD >= 5.3 GCC >= 3.3.3
- i386 MacOS X >= 10.4.9 GCC >= 4.0.1
- x86_64 Linux GCC >= 3.3.4
- ia64 Linux GCC 4.1
- ia64 HP-UX >= 11i v2 HP C/aC++ A.06.14, GCC >= 3.4.3
- ia64 FreeBSD >= 6.1 GCC >= 3.4.4
- ppc Linux GCC >= 3.4.3
- ppc MacOS X >= 10.2.8 GCC >= 3.1
- mips IRIX >= 6.5 MIPSpro >= 7.3.1.3 (C++), MIPSpro >= 7.4 (C), GCC >= 3.3
<<less
Download (0.024MB)
Added: 2007-07-23 License: LGPL (GNU Lesser General Public License) Price:
828 downloads
OpenLX 11.0

OpenLX 11.0


OpenLX is a Linux distribution made in India. more>>
OpenLX is a Linux distribution made in India. It is based on Fedora Core with updated packages and many user-friendly enhancements, such as complete multimedia capabilities, support for 6 Indian languages, Java SDK and an extra application CD.
OpenLX comes in two editions - a single-CD "Desktop" edition and a 5-CD "Enterprise" edition.
Main features:
- Ease of Installation
- Single CD Desktop install
- LTSP Thin-client automated Installation
- Kalculate(Eval), Globally, the First Financial Accounting & Inventory package bundled
- Supermount making CD-Rom handling easy, enabled by default for removable media (CD-ROM, Floppies, USB-storage, etc.)
- SCSI emulation is no longer needed to use CD recorders
- POSIX ACLs option available, just add "acl" to the mount options. Samba can also take advantage of this to emulate NT-type ACL
- Number of hardware devices that require drivers supplied by the device manufacturer are now configured at system installation time.
- MacromediaFlash7 plugin
- WINE custom-configured to run many MS-Windows applications straight out of the box with printer support
- Personal firewall with graphical configuration utility myfirewall, aimed for desktop users, not servers, with a simple configuration
- Support for many Indian languages with fonts
- Unique features for the use of IT-Engineering students with top-of-the-line Development environment and tools to study and conduct their projects that can become live-part of the Distribution
- NVIDIA 3D drivers
- Java-2 SDK & Eclipse pre-configured for Java Developers
- Anti-virus: ships with Clamav and Amavisd, Samba shipped with several VFS anti-virus modules
- Ximian connector included as a plugin allowing Evolution users to access the group-ware features on Exchange 2000 or 2003 server, as well as email
- Support to all possible Initiatives from India
- Institutions can become excellent centers of technical development for the world, giving their students the best exposure
- Soft-modems drivers included for many soft-modem models
- CUPS Printers driver, easily configurable, includes support for over a thousand printer models
- Gambas the new VB-like IDE alternative pre-configured with Unix-ODBC and Sqlite
- DOSEMU pre-configured with mouse support, supports legacy DOS applications developed in Foxpro & Clipper
- Creative scope for Educational Institutions
- Availability of tools used by NGOs and other Social-sector organisations reducing their cost of Computing, while using the best possible tools for their work.
<<less
Download (678MB)
Added: 2005-07-12 License: GPL (GNU General Public License) Price:
1569 downloads
Ident2 1.07

Ident2 1.07


Ident2 is an alternative approach to auth/ident services. more>>
Ident2 is an alternative approach to auth/ident services. The project was written from the ground up and can run either as a child handler of inetd or as a standalone daemon with no user intervention.
Users can set their own replies or toggle random replies, all at the system administrators preference, of course. Full compliance with RFC1413 is attempted.
Enhancements:
- This release adds support for SunOS, NetBSD, OpenBSD, OSF/1, and HP-UX.
- It fixes a buffer overflow in the getline function.
- A buffer overflow on FreeBSD has been fixed.
- Neither of these have known exploits or are known to be exploitable.
- Ident2 servers do not announce their version information to the Internet.
- All users are encouraged to upgrade.
<<less
Download (0.048MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1055 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5