Ports Search

Results 10,91110,920 of 19,819 for %22HTTP Server%22.(0.01 seconds)
converters/uulib-0.5.20 (Score: 9.2878623E-4)
Library for uu/xx/Base64/BinHex/yEnc de-/encoding
This library is able to encode/decode files in the following formats: uuencode xxencode Base64 BinHex yEnc
converters/xdeview-0.5.20 (Score: 9.2878623E-4)
X11 program for uu/xx/Base64/BinHex/yEnc de-/encoding
This is a powerful and easy-to-use tcl/tk-based program which can de/en-code BinHex, uuencoded, xxencoded, Base64, and yEnc formats. Xdeview uses tcl/tk 8.3, but the port can be configured to use other tcl/tk versions (see the port Makefile).
converters/xml2c-20151019 (Score: 9.2878623E-4)
Reads in an XML file and produces equivalent C source code
xml2c reads in an XML file and produces equivalent C source code, suitable for #including in your program.
converters/fribidi-1.2 (Score: 9.2878623E-4)
PECL extension for the Unicode Bidi algorithm
A PHP frontend to the FriBidi library: an implementation of the unicode Bidi algorithm, provides means for handling right-to-left text.
databases/dbh-5.0.19 (Score: 9.2878623E-4)
Disk Based Hashtables
A DBH is a convenient way to associate keys composed by characters to data records. Any kind of digital information can go into the data record, such as text, graphic information, database structures, you name it. The idea behind using a DBH is to get rid of what is known as an index file in the database world. In the DBH world, the index is built into the file format.
databases/jdbm-2.4 (Score: 9.2878623E-4)
Fast, simple, and transactional Java persistence engine
JDBM is a transactional persistence engine for Java. It aims to be for Java what GDBM is for other languages: a fast, simple persistence engine. You can use it to store a mix of objects and BLOBs, and all updates are done in a transactionally safe manner. JDBM also provides scalable data structures, such as HTree and B+Tree, to support persistence of large object collections. JDBM2 provides HashMap and TreeMap which are backed by disk storage. It is very easy and fast way to persist your data. JDBM2 also have minimal hardware requirements and is highly embeddable.
databases/emma-0.6 (Score: 9.2878623E-4)
Extendable MySQL managing assistant
Emma is a graphical toolkit for MySQL database developers and administrators. It provides dialogs to create or modify MySQL databases, tables and associated indexes. It has a built-in syntax highlighting SQL editor with table- and fieldname tab-completion and automatic SQL statement formatting. The results of an executed query are displayed in a resultset where the record- data can be edited by the user, if the SQL statement allows for it. The SQL editor and resultset-view are grouped in tabs. Results can be exported to CSV files. Multiple simultaneously opened MySQL connections are possible.
databases/cdb-0.75 (Score: 9.2878623E-4)
Fast lookup database library & utilities
cdb is a fast, reliable, lightweight package for creating and reading constant databases. Its database structure provides several features: * Fast lookups: A successful lookup in a large database normally takes just two disk accesses. An unsuccessful lookup takes only one. * Low overhead: A database uses 2048 bytes, plus 24 bytes per record, plus the space for keys and data. * No random limits: cdb can handle any database up to 4 gigabytes. There are no other restrictions; records don't even have to fit into memory. Databases are stored in a machine-independent format. * Fast atomic database replacement: cdbmake can rewrite an entire database two orders of magnitude faster than other hashing packages. * Fast database dumps: cdbdump prints the contents of a database in cdbmake-compatible format. cdb is designed to be used in mission-critical applications like e-mail. Database replacement is safe against system crashes. Readers don't have to pause during a rewrite. Note for developers: packages that need to read cdb files should incorporate the necessary portions of the cdb library rather than relying on an external cdb library. (See WWW)
databases/pglogical-1.2.0 (Score: 9.2878623E-4)
Logical replication system as a PostgreSQL extension
pglogical is a logical replication system implemented entirely as a PostgreSQL extension. Fully integrated, it requires no triggers or external programs. This alternative to physical replication is a highly efficient method of replicating data using a publish/subscribe model for selective replication.
databases/mysqlnd_qc-1.2.0 (Score: 9.2878623E-4)
Query cache plugin for mysqlnd
The mysqlnd query result cache plugin is a mysqlnd plugin.