142 projects tagged "Windows"
The QConsole class is a custom widget that implements a basic console, written in C++ and relying on Qt. It implements several features and is intended to be inherited from in order to have a "real" console for a specific scripting language, shell, etc. Example implementations for TCL and Python are included.
EasyRunner is a program launcher that is easy to operate. You add buttons simply by clicking in an empty place on the main window grid and defining its associated command. You can also have indefinite levels of sub-menus, each with their own buttons and hotkeys. If wanted, you may lock the user interface with a password to keep the end user from changing it. EasyRunner is distributed as a platform-independent starkit.
PAGE is a drag-and-drop GUI generator for Python. It is aimed at building single Python modules which can display a relatively simple GUI constructed from the Tk and ttk widget sets using the Place Geometry Manager. The generated Python code can execute under Python versions 2.6 and 3.1.
The Tcl IRCd is a small IRC server written in Tcl. It is very simple to modify. It is not a full implementation of the IRC protocol, but it's enough to create channels, talk in public or private, change topic, nick, and other basic operations. No configuration is required. The server is designed so that it can reload an updated version of itself at runtime without closing client connections.
NaviServer is a versatile multiprotocol server originally based on AOLserver . It can be easily extended in either C or Tcl to create interesting Web sites and services. Main features include high performance multithreaded architecture, massive scalability and extensible approach, many modules, interpreted config file during startup, dynamic pages (ADP) in TCL, caching functions (static files and TCL byte code), pooled database connections, thread global arrays, introspection commands, mass virtual hosting that does not require server restart, a watchdog that restarts failed servers automatically, a telnet control port, efficient handling of down-/uploads, real-time upload progress/statistics, and more.