This library provides a text mode progressbar. This is tipically used to display the progress of a long running operation, providing a visual clue that processing is underway.
The ProgressBar class
... [More] manages the progress, and the format of the line is given by a number of widgets. A widget is an object that may display diferently depending on the state of the progress. There are three types of widget: - a string, which always shows itself; - a ProgressBarWidget, which may return a diferent value every time it's update method is called; and - a ProgressBarWidgetHFill, which is like ProgressBarWidget, except it expands to fill the remaining width of the line.
The progressbar module is very easy to use, yet very powerful. And automatically supports features like auto-resizing when available. [Less]
Archive sort is a script that sorts directories into manageable 4.4GB directories for the purpose of archiving onto DVDs. It is useful if you have several tens or hundreds of GBs of data to archive.
... [More] It can also be configured to sort into 700MB directories for archiving onto CDs. [Less]
Pruebas is an open source game mix of text adventure and RPG written in Microsoft QBasic (under MS-DOS 6.22) that uses keyboard. Runs natively under MS-DOS and compatible OS like Windows (use
... [More] emulators like DosBox to run it under BeOS, Linux, *BSD, etc). [Less]
SOS is a small Windows-based utility that allows users to maximize their efficiency with text manipulation by wrapping a friendly and powerful user experience around a series of customizable
... [More], extensible, light-weight, and direct plug-in applications. [Less]
JPTUI is an object-oriented textual user interface. Designed for C++, it provides a simple to use application programming interface. JPTUI is available for DJGPP 2 and Borland C++ 4.