hp scanjet 3900
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 200
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.
<<lessHP 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.
Download (1.8MB)
Added: 2007-07-27 License: GPL (GNU General Public License) Price:
512 downloads
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)
<<lessSYNOPSIS
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)
Download (0.019MB)
Added: 2007-04-14 License: Perl Artistic License Price:
923 downloads
pslj 1.0.0
pslj shell-script is used to print Postscript files to a LaserJet 5L printer. more>>
pslj shell-script is used to print Postscript files to a LaserJet 5L printer. If you are using another kind of printer, you can easily adapt this script by changing the DEVICE paramater to GhostScript (and possibly the resolution).
You can reference this script in your /etc/printcap file, like this (assuming you have installed the script in /usr/local/bin, with mode 755):
ps|HP LaserJet 5L as PostScript:
:lp=/dev/lp1:
:sd=/var/spool/lp1:
:mx#0:
:if=/usr/local/bin/pslj:sh
You need to adapt your /etc/printcap file.
This should work on any UN*X-like platform, that has an lpr style printing subsystem.
I dont use this for normal printing support anymore. Im using cups for that now.
<<lessYou can reference this script in your /etc/printcap file, like this (assuming you have installed the script in /usr/local/bin, with mode 755):
ps|HP LaserJet 5L as PostScript:
:lp=/dev/lp1:
:sd=/var/spool/lp1:
:mx#0:
:if=/usr/local/bin/pslj:sh
You need to adapt your /etc/printcap file.
This should work on any UN*X-like platform, that has an lpr style printing subsystem.
I dont use this for normal printing support anymore. Im using cups for that now.
Download (MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1236 downloads
KScannerButtons 0.9.5
KScannerButtons is a daemon plus a KDE application for monitoring your scanner buttons. more>>
KScannerButtons is a daemon plus a KDE application for monitoring your scanner buttons:
Perform a copy with one button press,
Send a paper document via email,
Open a paper document in gimp with one button press...
Its composed of a daemon (sanebuttond) and a frontend that will display an icon in the systray and a dialog box to configure and launch the daemon, KScannerButtons.kmdr.
KScannerButtons is based on the button monitoring capabilities found in some SANE backends. It has been tested with the avision backend, and a HP 5300C scanner. I read on some mailing lists that the fujitsu backend may also support buttons monitoring (but never tested).
The daemon may be used outside of the KDE environment (I should release it separately).
<<lessPerform a copy with one button press,
Send a paper document via email,
Open a paper document in gimp with one button press...
Its composed of a daemon (sanebuttond) and a frontend that will display an icon in the systray and a dialog box to configure and launch the daemon, KScannerButtons.kmdr.
KScannerButtons is based on the button monitoring capabilities found in some SANE backends. It has been tested with the avision backend, and a HP 5300C scanner. I read on some mailing lists that the fujitsu backend may also support buttons monitoring (but never tested).
The daemon may be used outside of the KDE environment (I should release it separately).
Download (0.055MB)
Added: 2007-05-28 License: GPL (GNU General Public License) Price:
879 downloads
rpCalc 0.5.0
rpCalc is a simple RPN (Reverse Polish Notation) calculator for X. more>>
rpCalc project started out as a little program written to try out various Python GUI toolkits. But I ended up using it all the time (its much quicker to pull it up than to pull an actual HP calculator out of the desk), and I made several improvements.
So I decided to make it available to others who also like RPN calculators.
Main features:
- Uses reverse polish notation, similar to most Hewlett-Packard calculators.
- The number, operator or command text on any key can be typed, or the mouse can be used to hit the key.
- If desired, the four RPN registers can be shown in the main display.
- A separate window can display the four RPN registers, a history of recent calculations, or the contents of the ten memory registers.
- Any values from the extra windows can be copied to the calculator display or to the clipboard.
- Options can be set to control the display of numbers and the initial window configuration.
<<lessSo I decided to make it available to others who also like RPN calculators.
Main features:
- Uses reverse polish notation, similar to most Hewlett-Packard calculators.
- The number, operator or command text on any key can be typed, or the mouse can be used to hit the key.
- If desired, the four RPN registers can be shown in the main display.
- A separate window can display the four RPN registers, a history of recent calculations, or the contents of the ten memory registers.
- Any values from the extra windows can be copied to the calculator display or to the clipboard.
- Options can be set to control the display of numbers and the initial window configuration.
Download (0.028MB)
Added: 2006-10-03 License: GPL (GNU General Public License) Price:
1116 downloads
pam_unix2 1.30
pam_unix2 PAM module is for traditional password authentication. more>>
pam_unix2 PAM module is for traditional password authentication.
Main features:
- Allows global configuration file for all options
- Can get passwords from secure NIS+ servers
- Sets secureRPC credentials
- Supports HP-UX password aging.
- Support of passwords with DES, bigcrypt, MD5 and blowfish encryption
- Usage of glibc NSS modules for flexible location of user data
- Allows changing of passwords in local files, NIS, NIS+ and LDAP (if pam_ldap is installed)
- On a NIS master server, passwords could be changed in the source files of NIS maps.
<<lessMain features:
- Allows global configuration file for all options
- Can get passwords from secure NIS+ servers
- Sets secureRPC credentials
- Supports HP-UX password aging.
- Support of passwords with DES, bigcrypt, MD5 and blowfish encryption
- Usage of glibc NSS modules for flexible location of user data
- Allows changing of passwords in local files, NIS, NIS+ and LDAP (if pam_ldap is installed)
- On a NIS master server, passwords could be changed in the source files of NIS maps.
Download (0.19MB)
Added: 2006-05-17 License: BSD License Price:
1256 downloads
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.
<<lessSYNOPSIS
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.
Download (0.005MB)
Added: 2007-01-09 License: Perl Artistic License Price:
1022 downloads
wavextract 1.0.0
wavextract is a program for extracting embedded audio data from JPEG images. more>>
wavextract is a program for extracting embedded audio data from JPEG images. wavextract project is useful if you have a digital camera that can record audio notes and embed them in photos (e.g. HP, Kodak, Fujifilm, Canon, etc.)
Wavextract is written in Python and is tested on Linux (but it should probably
work also on other operating systems).
You must have Python 2.4 (maybe it will work also with Python 2.3, but I didnt
test it) and Python Imaging Library (PIL) installed.
<<lessWavextract is written in Python and is tested on Linux (but it should probably
work also on other operating systems).
You must have Python 2.4 (maybe it will work also with Python 2.3, but I didnt
test it) and Python Imaging Library (PIL) installed.
Download (0.008MB)
Added: 2006-06-01 License: GPL (GNU General Public License) Price:
1241 downloads
Balance 3.35
Balance is a simple but powerful generic TCP proxy with round-robin load balancing and failover mechanisms. more>>
Balance is our suprisingly successful load balancing solution being a simple but powerful generic tcp proxy with round robin load balancing and failover mechanisms.
Balance behaviour can be controlled at runtime using a simple command line syntax.
Balance successfully runs at least on Linux(386), Linux(Itanium), FreeBSD, BSD/OS, Solaris, Cygwin, Mac-OS X, HP-UX and many more.
Balance is Open Source Software and released under GPL licensing terms.
Balance has been released the first time in June 2000 and has just celebrated its fifth anniversary.
Enhancements:
- A bug in the autodisable functionality has been fixed.
- The manual page has been updated.
<<lessBalance behaviour can be controlled at runtime using a simple command line syntax.
Balance successfully runs at least on Linux(386), Linux(Itanium), FreeBSD, BSD/OS, Solaris, Cygwin, Mac-OS X, HP-UX and many more.
Balance is Open Source Software and released under GPL licensing terms.
Balance has been released the first time in June 2000 and has just celebrated its fifth anniversary.
Enhancements:
- A bug in the autodisable functionality has been fixed.
- The manual page has been updated.
Download (0.032MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
1025 downloads
SML/NJ 110.65
SML/NJ (Standard ML of New Jersey) consists of a compiler, compilation manager, and libraries for Standard ML. more>>
SML/NJ (Standard ML of New Jersey) consists of a compiler, compilation manager, and libraries for Standard ML. Included are CML (Concurrent ML) and eXene (a toolkit for X based on CML).
The compiler produces efficient code for most popular architectures (Intel x86, Sparc, Alpha, Mips, HP-PA, PowerPC) and runs under Unix, Linux, or Windows (95,98,NT).
Enhancements:
- This release fixes some important bugs in the new ml-ulex tool which also affected ckit and the foreign-function interface generator (mlnlffigen).
<<lessThe compiler produces efficient code for most popular architectures (Intel x86, Sparc, Alpha, Mips, HP-PA, PowerPC) and runs under Unix, Linux, or Windows (95,98,NT).
Enhancements:
- This release fixes some important bugs in the new ml-ulex tool which also affected ckit and the foreign-function interface generator (mlnlffigen).
Download (5.2MB)
Added: 2007-06-09 License: MIT/X Consortium License Price:
869 downloads
SCCS 1.0
SCCS is an implementation of the POSIX standard Source Code Control System. more>>
SCCS project is an implementation of the POSIX standard Source Code Control System.
Calling configure manually is outdated because this is a task of the makefile system.
There is no configure, simply call make on the top level directory.
***** If this does not work for you, read the rest if this file *****
***** If you have any problem, also first read the topic specific *****
***** README.* files (e.g. README.linux for Linux problems). *****
All results in general will be placed into a directory named OBJ/< arch-name >/ in the current projects leaf directory.
You **need** either my "smake" program, the SunPRO make from /usr/bin/make (SunOS 4.x) or /usr/ccs/bin/make (SunOS 5.x) or GNU make to compile this program. Read README.gmake for more information on gmake and a list of the most annoying bugs in gmake.
All other make programs are either not smart enough or have bugs.
Enhancements:
- The new program, "sccslog", creates a Changelog file from SCCS history files.
- The program was ported to HP-UX. (Since HP-UX has no seteuid(), setresuid() is used instead).
- Several bugs in the man pages have been fixed.
<<lessCalling configure manually is outdated because this is a task of the makefile system.
There is no configure, simply call make on the top level directory.
***** If this does not work for you, read the rest if this file *****
***** If you have any problem, also first read the topic specific *****
***** README.* files (e.g. README.linux for Linux problems). *****
All results in general will be placed into a directory named OBJ/< arch-name >/ in the current projects leaf directory.
You **need** either my "smake" program, the SunPRO make from /usr/bin/make (SunOS 4.x) or /usr/ccs/bin/make (SunOS 5.x) or GNU make to compile this program. Read README.gmake for more information on gmake and a list of the most annoying bugs in gmake.
All other make programs are either not smart enough or have bugs.
Enhancements:
- The new program, "sccslog", creates a Changelog file from SCCS history files.
- The program was ported to HP-UX. (Since HP-UX has no seteuid(), setresuid() is used instead).
- Several bugs in the man pages have been fixed.
Download (0.39MB)
Added: 2007-02-13 License: CDDL (Common Development and Distribution License) Price:
985 downloads
Bastille 3.0.9
Bastille Hardening program locks down an operating system. more>>
Bastille Hardening program "locks down" an operating system, proactively configuring the system for increased security and decreasing its susceptibility to compromise. Bastille project can also assess a systems current state of granularly, hardening reporting on each of the security settings with which it works.
Bastille currently supports the Red Hat (Fedora Core, Enterprise, and Numbered/Classic), SUSE, Debian, Gentoo, and Mandrake distributions, along with HP-UX and Mac OS X. Bastilles focuses on letting the systems user/administrator choose exactly how to harden the operating system.
In its default hardening mode, it interactively asks the user questions, explains the topics of those questions, and builds a policy based on the users answers. It then applies the policy to the system. In its assessment mode, it builds a report intended to teach the user about available security settings as well as inform the user as to which settings have been tightened.
Why use it?
Bastille broke new ground by working to educate users about security, and help them make balanced, informed choices. Many users have found Bastilles secondary goal of educational just as useful as its primary goal of system hardening, leading some organizations to make an interactive Bastille hardening session part of their training regimen for new system administrators. In this spirit, Bastille can allow the user to run through the entire interactive portion without applying the chosen changes.
Who Uses It?
Bastille has become a vital part of the security hardening space. Its the most used hardening tool for Linux and HP-UX and is shipped by the vendor on SuSE, Debian, Gentoo and HP-UX. It is covered in all of the major books on Linux Security and has been the subject of a number of articles. Most recently, the Center for Internet Securitys Linux Hardening Guide has recommended the use of Bastille to help harden systems.
Enhancements:
- Updated for Fedora Core 5, SUSE 10, Mandriva 10.0, 10.1, 2006*, and preliminary support for Tiger.
<<lessBastille currently supports the Red Hat (Fedora Core, Enterprise, and Numbered/Classic), SUSE, Debian, Gentoo, and Mandrake distributions, along with HP-UX and Mac OS X. Bastilles focuses on letting the systems user/administrator choose exactly how to harden the operating system.
In its default hardening mode, it interactively asks the user questions, explains the topics of those questions, and builds a policy based on the users answers. It then applies the policy to the system. In its assessment mode, it builds a report intended to teach the user about available security settings as well as inform the user as to which settings have been tightened.
Why use it?
Bastille broke new ground by working to educate users about security, and help them make balanced, informed choices. Many users have found Bastilles secondary goal of educational just as useful as its primary goal of system hardening, leading some organizations to make an interactive Bastille hardening session part of their training regimen for new system administrators. In this spirit, Bastille can allow the user to run through the entire interactive portion without applying the chosen changes.
Who Uses It?
Bastille has become a vital part of the security hardening space. Its the most used hardening tool for Linux and HP-UX and is shipped by the vendor on SuSE, Debian, Gentoo and HP-UX. It is covered in all of the major books on Linux Security and has been the subject of a number of articles. Most recently, the Center for Internet Securitys Linux Hardening Guide has recommended the use of Bastille to help harden systems.
Enhancements:
- Updated for Fedora Core 5, SUSE 10, Mandriva 10.0, 10.1, 2006*, and preliminary support for Tiger.
Download (0.33MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1056 downloads
wmcapshare 0.1
wmcapshare is a dockapp to control and manage the HP Capshare Information Appliance. more>>
wmcapshare is a dockapp to control and manage the HP Capshare Information Appliance.
The goal is to provide a linux replacement for the CapShares own application which HP has seen fit to discontinue.
Why
I got sick of having to deal with the openobex sample application as my only interface to my HP Capshare. So I finally sat down and dealt with it. Also HP recently discontinued the product and no longer support it. I had been using it with windows when I needed to, but the drivers no longer work with Win2K.
What
The HP CapShare is a handheld document scanner. wmcapshare is a dockapp to manage the files you upload
<<lessThe goal is to provide a linux replacement for the CapShares own application which HP has seen fit to discontinue.
Why
I got sick of having to deal with the openobex sample application as my only interface to my HP Capshare. So I finally sat down and dealt with it. Also HP recently discontinued the product and no longer support it. I had been using it with windows when I needed to, but the drivers no longer work with Win2K.
What
The HP CapShare is a handheld document scanner. wmcapshare is a dockapp to manage the files you upload
Download (0.018MB)
Added: 2006-10-18 License: GPL (GNU General Public License) Price:
1101 downloads
Sablotron 1.0.3
Sablotron is a fast, compact and portable XML toolkit implementing XSLT 1.0, DOM Level2 and XPath 1.0. more>>
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 possible. Click here here to see Sablotron cross-reference sources. We compile Sablotron on Linux (using g++) and Windows 2000 (using MS Visual C++).
GA does not directly support other platforms but as far as we know, it runs on Solaris, FreeBSD, OpenBSD, HP-UX, Irix and all Win32 systems. It should be possible to port Sablotron on other systems as well. In the event you run any other port of Sablotron, please let us know.
<<lessSablotron is written in C++ and we try to keep it as portable as possible. Click here here to see Sablotron cross-reference sources. We compile Sablotron on Linux (using g++) and Windows 2000 (using MS Visual C++).
GA does not directly support other platforms but as far as we know, it runs on Solaris, FreeBSD, OpenBSD, HP-UX, Irix and all Win32 systems. It should be possible to port Sablotron on other systems as well. In the event you run any other port of Sablotron, please let us know.
Download (MB)
Added: 2006-10-18 License: MPL (Mozilla Public License) Price:
1175 downloads
ifstat 1.1
ifstat is a tool to report network interface bandwith just like vmstat/iostat do for other system counters. more>>
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 operating system dependent.
Right now, the following systems are supported:
Linux >= 2.2.0 (through /proc/net/dev file).
FreeBSD >= 2.2 (using the ifmib(4) interface).
Solaris >= 5.6 (using the kstat(3K) interface).
IRIX and OpenBSD (using the SIOCGIFDATA ioctl).
NetBSD and Darwin (using the route(4) sysctl interface).
Other BSDs (using the kvm(3) interface).
Digital Unix (OSF/1), Tru64, and Aix (using the legacy kmem interface).
HP-UX (using the DPLI streams interface).
Win32 native or through Cygwin (using the GetIfTable call).
If the net-snmp (or ucd-snmp) library is available, ifstat can use it to gather statistics from remote equipments (hosts, routers, switches...) or even the local host if a SNMP daemon is running.
ifstats functionnalities can as a static application. To use it, you just have to pass --enable-library while configuring ifstat.
Enhancements:
- Digital Unix (OSF/1) and Tru64 support.
- AIX support (tested on AIX v4.3).
- HP-UX support with DLPI streams interface. (sample code contributed by Jean-Marc Saffroy )
- Win32 support (native or with cygwin) with GetIfTable interface. (sample code contributed by Alexandre Raclot )
- Use net-snmp-config if present to find out SNMP flags.
<<lessfstat gathers these statistics from the kernel internal counters, which is highly operating system dependent.
Right now, the following systems are supported:
Linux >= 2.2.0 (through /proc/net/dev file).
FreeBSD >= 2.2 (using the ifmib(4) interface).
Solaris >= 5.6 (using the kstat(3K) interface).
IRIX and OpenBSD (using the SIOCGIFDATA ioctl).
NetBSD and Darwin (using the route(4) sysctl interface).
Other BSDs (using the kvm(3) interface).
Digital Unix (OSF/1), Tru64, and Aix (using the legacy kmem interface).
HP-UX (using the DPLI streams interface).
Win32 native or through Cygwin (using the GetIfTable call).
If the net-snmp (or ucd-snmp) library is available, ifstat can use it to gather statistics from remote equipments (hosts, routers, switches...) or even the local host if a SNMP daemon is running.
ifstats functionnalities can as a static application. To use it, you just have to pass --enable-library while configuring ifstat.
Enhancements:
- Digital Unix (OSF/1) and Tru64 support.
- AIX support (tested on AIX v4.3).
- HP-UX support with DLPI streams interface. (sample code contributed by Jean-Marc Saffroy )
- Win32 support (native or with cygwin) with GetIfTable interface. (sample code contributed by Alexandre Raclot )
- Use net-snmp-config if present to find out SNMP flags.
Download (0.019MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1223 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above hp scanjet 3900 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed