Personal tools
Skip to content. | Skip to navigation
Files needed by the HPLIP printer and scanner drivers.
HPLIP graphical tools.
Libraries needed by HPLIP.
HSQLdb is a relational database engine written in JavaTM , with a JDBC driver, supporting a subset of ANSI-92 SQL. It offers a small (about 100k), fast database engine which offers both in memory and disk based tables. Embedded and server modes are available. Additionally, it includes tools such as a minimal web server, in-memory query and management tools (can be run as applets or servlets, too) and a number of demonstration examples. Downloaded code should be regarded as being of production quality. The product is currently being used as a database and persistence engine in many Open Source Software projects and even in commercial projects and products! In it's current version it is extremely stable and reliable. It is best known for its small size, ability to execute completely in memory and its speed. Yet it is a completely functional relational database management system that is completely free under the Modified BSD License. Yes, that's right, completely free of cost or restrictions!
Library part of hsqldb.
This is a parser for HTTP messages written in C. It parses both requests and responses. The parser is designed to be used in performance HTTP applications. It does not make any syscalls nor allocations, it does not buffer data, it can be interrupted at anytime. Depending on your architecture, it only requires about 40 bytes of data per message stream (in a web server that is per connection).
The Apache HTTP Server is a powerful, efficient, and extensible web server.
The httpd-filesystem package contains the basic directory layout for the Apache HTTP Server including the correct permissions for the directories.
The httpd-manual package contains the complete manual and reference guide for the Apache HTTP Server. The information can also be found at https://httpd.apache.org/docs/2.4/.
The httpd-tools package contains tools which can be used with the Apache HTTP Server.