7308 projects tagged "Windows"
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.
Xbase (formerly known as xdb) is an XBase compatible C++ class library. It provides C and C++ programmers with a cross-platform class and function library for manipulating Xbase type datafiles and indexes. There is support for .DBF and .NDX files (including support for Dbase III and IV memo fields, dates, and record and file locking), and limited support is also supplied for .NTX (clipper index) files. There is also an HTML user interface class which works well with the Apache Web Server.
EAsea Specification of Evolutionary Algorithms (EASEA), is a high-level language dedicated to the specification of evolutionary algorithms. The language and compiler are quite mature. EASEA compiles .ez specification files into C++ or Java object files, using existing evolutionary libraries. Supported C++ libraries currently are GALib or EO.
layout is a tcl package that allows you to create layouts simply and efficently. The layout you want is "written" in a variable that is parsed by proc "layout", which will arrange for normal managers (grid and pack) to handle it. Since the variable can be dynamically created, the layout can be created on the fly. The format of the variable is intuitive so that reading the code is easy, and change in the layout can be done in seconds. Comes with a detailed demo.
eSoap is a SOAP toolkit for C++. Server side programming of Web services can be done using mod_esoap (an Apache module that supports SOAP), Abyss (the native embedded HTTP server), and CGI. Client side programming implements one type of SOAP transport (HTTP) using two libraries (NanoHTTP/cURL). Examples of how to build Web services for Linux, Windows, and RTOS are provided.