Ports Search

Results 4,8614,870 of 5,827 for /net-mgmt/.(0.005 seconds)
converters/Services_JSON-1.0.3 (Score: 0.0052506765)
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.0052506765)
Iconv wrapper with Unicode codec for Python
This is an iconv wrapper with unicode codec for Python.
converters/fribidi-1.2 (Score: 0.0052506765)
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.0052506765)
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.0052506765)
Query cache plugin for mysqlnd
The mysqlnd query result cache plugin is a mysqlnd plugin.
databases/rrd-1.1.3 (Score: 0.0052506765)
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.0052506765)
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.0052506765)
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.
databases/memcached-2.2.0 (Score: 0.0052506765)
PHP extension for interfacing with memcached via libmemcached library
memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. This extension uses libmemcached library to provide API for communicating with memcached servers.
databases/DB-1.9.2 (Score: 0.0052506765)
PEAR Database Abstraction Layer
PEAR::DB is a database abstraction layer providing: * an OO-style query API * portability features that make programs written for one DBMS work with other DBMS's * a DSN (data source name) format for specifying database servers * prepare/execute (bind) emulation for databases that don't support it natively * a result object for each query response * portable error codes * sequence emulation * sequential and non-sequential row fetching as well as bulk fetching * formats fetched rows as associative arrays, ordered arrays or objects * row limit support * transactions support * table information interface * DocBook and phpDocumentor API documentation Drivers for the following extensions pass the complete test suite and provide interchangeability when all of DB's portability options are enabled: fbsql, ibase, informix, msql, mssql, mysql, mysqli, oci8, odbc, pgsql, sqlite and sybase.