RoundCube Webmail is a browser-based multilingual IMAP client with an
application-like user interface. It provides full functionality you
expect from an e-mail client, including MIME support, address book,
folder manipulation and message filters. RoundCube Webmail is written in
PHP and requires the MySQL database. The user interface is fully
skinnable using XHTML and CSS 2.
iXhash is a plugin for the popular spam filter SpamAssassin.
It computes MD5 checksums of fragments of the body of an e-mail and compares
them to those of know spam. As such it works similar to the now standard
plugins that use the Pyzor, Razor and DCC software packages from within
SpamAssassin.
R-sp is a package that provides classes and methods for spatial
data. The classes document where the spatial location information
resides, for 2D or 3D data. Utility functions are provided, e.g.
for plotting data as maps, spatial selection, as well as methods
for retrieving coordinates, for subsetting, print, summary, etc.
The libpri is a C implementation of the Primary Rate ISDN specification.
It was based on the Bellcore specification SR-NWT-002343 for National
ISDN. As of May 12, 2001, it has been tested work with NI-2, Nortel DMS-100,
and Lucent 5E C ustom protocols on switches from Nortel and Lucent.
cx88 provides drivers for PCI and PCI-e TV/radio capture cards based on the
Conexant CX23880/1/2/3 and CX23885/7/8 chip families. This port includes the
cx88 kernel drivers as well as a simple app for TV capture. It requires
multimedia/libtuner for channel selection and peripheral configuration.
DVBsnoop is an analyzer for DVB broadcast streams / MPEG transport
streams.
DVBsnoop is a program to monitor, analyze, debug, dump or view
dvb/mpeg/dsm-cc/mhp stream information (TS, PES, SECTION) (e.g.
digital television) send via satellite, cable or terrestrial.
A pidgin plugin that allows user to assign global hotkeys (e.g. Ctrl+Alt+g) for
togglling buddy list and reading queued message. When "Toggle List" hotkey is
enabled, it makes the buddy list hidden from your taskbar and task switcher
(similar to ICQ).
Net::TCLink is a thin client library to allow your e-commerce servers to
connect to the TrustCommerce payment gateway easily and consistently.
The protocol (which is the same across all platforms and languages) is
well-documented in the Web Developer's Guide, so please consult it for
any questions you may have about the protocol syntax itself.
Python modules for implementing LDAP clients
pyldap is a fork of python-ldap, and provides an object-oriented API to access
LDAP directory servers from Python programs. Mainly it wraps the OpenLDAP 2.x
libs for that purpose. Additionally the package contains modules for other
LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema, LDAPv3
extended operations and controls, etc.).
Derived from SocksiPy - a Python SOCKS module.
- UDP support
- SocksiPyHandler, courtesy e000, was also added as an example of how
this module can be used with urllib2. See example code in sockshandler.py.
- urllib3, which powers the requests module, is working on integrating SOCKS
proxy support based on this branch