Ports Search

Results 17,81117,820 of 19,819 for %22HTTP Server%22.(0.012 seconds)
devel/akismet-0.2.0 (Score: 7.739885E-4)
Python interface to the Akismet API
Akismet is a web service for recognising spam comments. It promises to be almost 100% effective at catching comment spam. They say that currently 81% of all comments submitted to them are spam. It's designed to work with the Wordpress Blog Tool, but it's not restricted to that - so this is a Python interface to the Akismet API. You'll need a Wordpress Key to use it. This script will allow you to plug akismet into any CGI script or web application, and there are full docs in the code. It's extremely easy to use, because the folks at akismet have implemented a nice and straightforward REST API.
devel/pure-ffi-0.14 (Score: 7.739885E-4)
Pure language interface to libffi
This module provides an interface to libffi which enables you to call C functions from Pure and vice versa. It extends and complements Pure's built-in C interface in that it also handles C structs and makes Pure functions callable from C without writing a single line of C code.
devel/pure-readline-0.3 (Score: 7.739885E-4)
Readline interface for the Pure language
Pure's interface to C++ vectors, specialized to hold pointers to arbitrary Pure expressions, and the C++ Standard Template Library algorithms that act on them.
devel/pure-stldict-0.8 (Score: 7.739885E-4)
Pure interface to C++ STL map/unordered_map
This package provides a light-weight, no frills interface to the C++ dictionary containers map and unordered_map. The stldict module makes these data structures available in Pure land and equips them with a (more or less) idiomatic Pure container interface.
devel/pure-stllib-0.6 (Score: 7.739885E-4)
Pure interface to C++ STL map and vectors
pure-stllib is an "umbrella" package that contains a pair of Pure addons, pure-stlvec and pure-stlmap. These addons provide Pure interfaces to a selection of containers provided by the C++ Standard Library, specialized to hold pointers to arbitrary Pure expressions.
devel/cog-2.3 (Score: 7.739885E-4)
Code Generator for any language
Cog transforms files in a very simple way: it finds chunks of Python code embedded in them, executes the Python code, and inserts its output back into the original file. The file can contain whatever text you like around the Python code. It will usually be source code.
devel/gsoap-2.8.33 (Score: 7.739885E-4)
Generator Tools for Coding SOAP/XML Web Services in C and C++
The gSOAP Web services development toolkit offers an XML to C/C++ language binding to ease the development of SOAP/XML Web services in C and C/C++. Most toolkits for C++ Web services adopt a SOAP-centric view and offer APIs that require the use of class libraries for SOAP-specific data structures. This often forces a user to adapt the application logic to these libraries. In contrast, gSOAP provides a transparent SOAP API through the use of proven compiler technologies. These technologies leverage strong typing to map XML schemas to C/C++ definitions. Strong typing provides a greater assurance on content validation of both WSDL schemas and SOAP/XML messages.
devel/gamin-0.1.10 (Score: 7.739885E-4)
Python interface to the Gamin file monitoring system
Python interface to the Gaim file and directory monitoring system.
devel/generate-2.6 (Score: 7.739885E-4)
Python module to implement generate
This module adds the functionality from generate to Python.
devel/aspects-1.3 (Score: 7.739885E-4)
Lightweight aspect oriented programming library for Python
aspects is a lightweight approach to aspect oriented programming (AOP) in Python.The aspects.py library provides means to intercept function calls. Functions and methods (also in Python standard library and third party code) can be wrapped so that when they are called, the wrap is invoked first.