Ports Search

Results 12,90112,910 of 19,819 for %22HTTP Server%22.(0.011 seconds)
devel/google-sparsehash-2.0.2 (Score: 9.2878623E-4)
Extremely memory-efficient hash_map implementation
An extremely memory-efficient hash_map implementation. 2 bits/entry overhead! The Google SparseHash project contains several hash-map implementations in use at Google, with different performance characteristics, including an implementation that optimizes for space and one that optimizes for speed.
devel/dbus-1.2.0 (Score: 9.2878623E-4)
Python2 bindings for the D-BUS messaging system
Python bindings for the D-BUS interprocess messaging system.
devel/gearman-2.0.2 (Score: 9.2878623E-4)
Gearman Library for Python
py-gearman is a pure Python Gearman library.
devel/SymbolType-1.0 (Score: 9.2878623E-4)
Simple Symbol Type for Python
py-SymbolType is a Simple "symbol" type, useful for enumerations or sentinels.
devel/anyjson-0.3.3 (Score: 9.2878623E-4)
JSON library wrapper for Python
Anyjson loads whichever is the fastest JSON module installed and provides a uniform API regardless of which JSON implementation is used.
devel/bison-0.1.8 (Score: 9.2878623E-4)
Python-based parsing at the speed of C
PyBison is a Python binding to the Bison (yacc) and Flex (lex) parser-generator utilities. It allows parsers to be quickly and easily developed as Python class declarations, and for these parsers to take advantage of the fast and powerful C-based Bison/Flex. Users write a subclass of a basic Parser object, containing a set of methods and attributes specifying the grammar and lexical analysis rules, and taking callbacks for providing parser input, and receiving parser target events. Features * Runs at near the speed of C-based parsers, due to direct hooks into bison-generated C code * Full LALR(1) grammar support * Includes a utility to convert your legacy grammar (.y) and scanner (.l) scripts into python modules compatible with PyBison * Easy to understand - the walkthrough and the examples will have you writing your own parsers in minutes * Comfortable and intuitive callback mechanisms * Can export parse tree to XML with a simple method call * Can reconstitute a parse tree from XML
devel/libreadline-java-0.8.0 (Score: 9.2878623E-4)
JNI wrapper around GNU Readline / libedit / libgetline
Java-Readline is a port of GNU Readline for Java. Or, to be more precise, it is a JNI-wrapper to Readline. It is distributed under the LGPL. You must call Readline.load(ReadlineLibrary lib); before using any other methods. If you omit the call to the load()-method, the pure Java fallback solution is used. Possible values for lib are: ReadlineLibrary.PureJava ReadlineLibrary.GnuReadline ReadlineLibrary.Editline ReadlineLibrary.Getline Note that all programs using GnuReadline will fall under the GPL, since Gnu-Readline is GPL software!
devel/lock_file-2.0 (Score: 9.2878623E-4)
Lock file manipulation
Lock file is a traditional means of synchronization among processes. In this module it is implemented as an empty regular file exclusively locked using fcntl.lockf. When it is to be released it is removed by default. However, if all cooperating processes turn off the removal, they get a guaranteed order of acquisitions and better scalability.
devel/libcutl-1.10.0 (Score: 9.2878623E-4)
C++ utility library with generic and independent components
libcutl is a C++ utility library. It contains a collection of generic and independent components such as meta-programming tests, smart pointers, containers, compiler building blocks, etc.
devel/libdasm-1.5 (Score: 9.2878623E-4)
Simple x86 disassembly library
libdasm is a C-library that tries to provide simple and convenient way to disassemble Intel x86 raw opcode bytes (machine code). It can parse and print out opcodes in AT&T and Intel syntax.