Ports Search

Results 1,8011,810 of 5,824 for /net/.(0.004 seconds)
devel/ZML-1.0.0 (Score: 0.062004834)
Simple, fast, and easy to read binary data storage format
A simple, fast, and easy to read binary data storage format. It allows for comments and meta data as well.
devel/ZConf-GUI-1.1.0 (Score: 0.062004834)
GUI backend chooser
A ZConf backed method of choosing a backend for a Perl module that has multiple backends. zcgui-get Gets the current preferred backends for a module. zcgui-gux Gets the value for useX. zcgui-la Lists available GUI backends for a ZConf::GUI compliant module. zcgui-lm Lists the modules that currently have preferences set. zcgui-set Set the preferred backends for a module. zcgui-sux Set the useX value for a module. zcgui-which Prints a list of the available preferred modules for a module.
devel/blitz-devel-0.7.2 (Score: 0.062004834)
PHP templating engine
Blitz is a PHP templating engine with two main features: Fast. Blitz is written in C and built as PHP-extension which makes it one of the fastest template engines (you may see the benchmarks section below) Clear. Blitz has quite simple and clear syntax and makes developer to build compact and easy-to-read-and-support code even for applications with very complex presentation logic
devel/dav-1.2 (Score: 0.062004834)
The PHP WebDAV extension
The PHP WebDAV extension
devel/pinba-2012.03.20 (Score: 0.062004834)
PHP-extension part of statistics server for PHP
Pinba is a statistics server for PHP using MySQL as a read-only interface. It accumulates and processes data sent over UDP by multiple PHP processes and displays statistics in a nice human-readable form of simple "reports", also providing a read-only interface to the raw data to enable generation of more sophisticated reports. With the Pinba extension, users can also measure particular parts of the code using timers with arbitrary tags. Pinba is not a debugging tool in the common sense, since you're not supposed to do debugging on production servers, but its main goal is to help developers to locate bottlenecks in realtime and direct their attention to the code that really needs it.
devel/application-1.2.9 (Score: 0.062004834)
Basic building blocks for python applications
Basic building blocks for python applications
devel/blist-1.3.6 (Score: 0.062004834)
Drop-in list replacement with better performance for large lists
The blist is a drop-in replacement for the Python list that provides better performance when modifying large lists. The blist package also provides sortedlist, sortedset, weaksortedlist, weaksortedset, sorteddict, and btuple types.
devel/canonicaljson-1.0.0 (Score: 0.062004834)
Canonical JSON
A JSON library for Python that provides features such as sorted keys, no insignificant whitespace, minimal escaping where necessary and supports frozendict immutable dictionaries.
devel/check-manifest-0.31 (Score: 0.062004834)
Check MANIFEST.in in a Python source package for completeness
Check MANIFEST.in in a Python source package for completeness. - Are you a Python developer? - Have you uploaded packages to the Python PackageIndex? - Have you accidentally uploaded broken packages with some files missing? If so, check-manifest is for you.
devel/daemonize-2.4.2 (Score: 0.062004834)
Enables code to run as a daemon process on Unix-like systems
daemonize is a library for writing system daemons in Python.