32 projects tagged "Windows"
ADODB is a set of advanced PHP database abstraction classes. It supports MySQL, PostgreSQL, Interbase/Firebird, Informix, Sybase SQL Anywhere, Oracle, MS SQL 7 and 2000, SAP DB, Sybase, DB2, FrontBase, Foxpro, Access, Netezza, LDAP, ODBTP, ADO, and generic ODBC. A metatype system is built in, making it possible to figure out that types such as CHAR, TEXT, and STRING are equivalent in different databases. It also features portable database creation, database-backed session support (with encryption), SQL performance monitoring, and database health checks.
Alt+Connect manages dialup connections, allowing a group of networked machines to share a single Internet connection through their server. Custom client software lets users to start or stop their internet connection, and the server (connectd) ensures that the connection remains up only while someone's using it. Features include support for multiple ISPs and links (modems or ISDN channels), connection control lists, ability to record the time a user spends online and charge him for it, and the ability to enable and disable IP forwarding as a machine starts or stops using the Internet.
Amaya is a complete Web browsing and authoring environment, and comes equipped with a WYSIWYG style interface. It lets users both browse and author valid Web pages, with standards including (X)HTML, native MathML, and SVG documents. It also includes a collaborative annotation application (RDF).
auth_ldap is an LDAP authentication module for the Apache Web server. Auth_ldap has excellent performance, due to its use of aggressive client-side caching algorithms. It also has support for LDAP over SS or TLSL. It also features a mode that lets Microsoft Frontpage clients manage their Web permissions while still using LDAP for authentication.
The Spread Toolkit provides tools for developing reliable and robust distributed applications ranging from collaboration tools to fault-tolerant database servers to replicated Web servers. It consists of a daemon which provides multicast messaging, reliability, ordering, and membership services, and a library which applications link with. Spread provides a simple API for writing group applications and is designed to provide high performance for local and wide area networking applications.
xmlrpc-c is a programming library for writing an XML-RPC server or client in C or C++. XML-RPC is a standard network protocol to allow a client program to make a simple remote procedure call (RPC) type request of a server. It's like SOAP or CORBA, but much simpler. This library speaks the same XML-RPC as similar libraries for lots of other programming languages, with most of the popular extensions. The client library uses either w3c libwww or Curl for HTTP. The server library contains a complete lightweight HTTP (Web) server and also facilities for running with CGI under any Web server.
SOAP.py is an implementation of SOAP (Simple Object Access Protocol) in Python. It includes a general SOAP Parser based on sax.xml ( requires Python 2.0 ), a general SOAP Builder, a SOAP Proxy for RPC client code, and SOAP Server framework for RPC server code. SOAP.py handles all of the types in the BDG, handles faults, allows namespace specification, and SOAPAction specification. It supports Homogeneous typed arrays, multiple schemas, the mustUnderstand and actor headers, XML attributes, Multi-referencing. SOAP.py also has good interoperability and passes all client tests for Frontier, SOAP::LITE, and SOAPRMI encodings.