3 projects tagged "QPL"
Libcwd is a full-featured and well-documented library that assists C++ developers with debugging their applications. It includes support for ostream-based debug output, custom debug channels and devices, memory allocation debugging, run-time sourcefile:linenumber information, and demangled type names of variables. It is thread-safe.
Gangplank is a Computer Mediated Communication (CMC) system (or "chat server") which supports real-time communication between users, currently using a text-based user interface. It runs as an Internet server which implements the standard telnet protocol, so no special client program is necessary for users. Server-side processing provides input editing/history and terminal- handling features over the telnet connection for standard ANSI terminals. This code has been in production use on a private server since early 1993. This single-process server is fast, efficient and stable.
Wapsh allows users to login to a Unix workstation using a WAP-capable mobile phone. Features include shortcuts (to save phone typing), input of control and other special characters, command history, and searching and scrolling through long shell output. Wapsh automatically adapts to the main WAP browsers (UP and Nokia), and uses configuration files to further tailor the system for specific phones. A corresponding HTML (Web) interface is also included.