2 projects tagged "Help"
QuHelp is a command-line program that scans a directory with HTML formatted text files and builds a help site using that directory's content and a template. A default template is included, but any template can be specified. QuHelp adds a nice expandable tree view of the help site's contents, a navigator, permalinks, and other useful stuff for browsing the help site.
Screwdriver++ is a package with various tools for the C++ programmer in Unix environments. It contains classes for time measurement, image and file manipulation, and arbitrary precision arithmetics. Timer is a class for measuring time intervals with millisecond accuracy. Image is a class that uses OpenCv to manipulate images. File is a class to manipilate file input and output in various formats. Number is a class to manipulate arbitrary precision arithmetics.