Ports Search

Results 4,8514,860 of 5,824 for /net/.(0.005 seconds)
converters/igbinary-1.2.1 (Score: 0.014903333)
Replacement for the standard PHP serializer
Igbinary is a drop in replacement for the standard PHP serializer. Instead of time and space consuming textual representation, igbinary stores PHP data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data.
converters/pdf2djvu-0.7.21 (Score: 0.014903333)
Pdf2djvu creates DjVu files from PDF files
pdf2djvu creates DjVu files from PDF files. It's able to extract: graphics, text layer, hyperlinks, document outline (bookmarks), and metadata.
converters/Services_JSON-1.0.3 (Score: 0.014903333)
PHP implementation of json_encode/decode
JSON (JavaScript Object Notation, http://json.org) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999.JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, TCL, and many others. These properties make JSON an ideal data-interchange language. This package provides a simple encoder and decoder for JSON notation. It is intended for use with client-side Javascript applications that make use of HTTPRequest to perform server communication functions - data can be encoded into JSON notation for use in a client-side javascript, or decoded from incoming Javascript requests. JSON format is native to Javascript,and can be directly eval()'ed with no further parsing overhead.
converters/iconv-1.0 (Score: 0.014903333)
Iconv wrapper with Unicode codec for Python
This is an iconv wrapper with unicode codec for Python.
converters/fribidi-1.2 (Score: 0.014903333)
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/mysqlnd_ms-1.5.2 (Score: 0.014903333)
Replication and load balancing plugin for mysqlnd
The replication and load balancing plugin is a plugin for the mysqlnd library. It can be used with PHP MySQL extensions (ext/mysql, ext/mysqli, PDO_MySQL) if they are compiled to use mysqlnd. The plugin inspects queries to do read-write splitting. Read-only queries are send to configured MySQL replication slave servers all other queries are redirected to the MySQL replication master server. Very little, if any, application changes required, dependent on the usage scenario required.
databases/mysqlnd_qc-1.2.0 (Score: 0.014903333)
Query cache plugin for mysqlnd
The mysqlnd query result cache plugin is a mysqlnd plugin.
databases/rrd-1.1.3 (Score: 0.014903333)
PHP bindings to rrd tool system
Procedural and simple OO wrapper for rrdtool - data logging and graphing system for time series data.
databases/drizzle-0.4.2 (Score: 0.014903333)
PHP wrapper for the libdrizzle library
This PHP extension provides a wrapper for libdrizzle, the client and protocol library for the Drizzle database.
databases/memcache-3.0.8 (Score: 0.014903333)
Memcached extension
Memcached is a caching daemon designed especially for dynamic web applications to decrease database load by storing objects in memory. This extension allows you to work with memcached through handy OO and procedural interfaces.