7214 projects tagged "Windows"
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.
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.
ds3, short for dialup service 3, is a modem sharing server for Linux/UNIX. It allows no direct access to the modem/ISDN-adapter. Instead it provides a text based interface which can be accessed via telnet or by a client. Currently a java client, a gtk based client and a small gnome applet are available. Features of ds3 include user authentification and scripts or programs may be lauched through events created by users or triggered by an interval.