Tempora is a objects and routines pertaining to date and time.
XParam is a general-purpose tool for parameter handling in C++.
It allows object serialization and deserialization in a format that is
human-readable and -writeable, and is unaffected by issues of word-size
and endianity. The XParam format is also not confused by objects containing
pointers: it saves the objects in such a manner that their conceptual
contents can be restored perfectly.
For this reason, XParam provides an excellent tool for cross-program and
cross-platform communication. In future, XParam may also be extended to
allow cross-language communication, but for now it is only available in C++.
xwpe is a X-window programming environment designed for UNIX systems.
It is similar to 'Borland C++' MS-DOS programming IDE environment.
xwpe supports many compilers, linkers, and debuggers, so you are not tied to
any particular set of tools. There is both a curses and X11 interface
(the later with mouse support).
Errors that occur while compiling and linking a program can be examined in
the sources -- the cursor will jump to the corresponding line in the
source file. Programs composed of more than one source file, can be
managed with the project-option. Your program may be run and debugged from
within xwpe -- allowing the user to set breakpoints and watch variables.
Note: there are both English and German language version of the man pages,
and help files. The German language version will be installed if
"GERMAN_LANG" is set during ``make install'' of the port.
FunnelWeb is a powerful literate-programming macro preprocessor
that enables you to weave programs and documentation together.
FunnelWeb is a production quality tool that was specifically
engineered for practical everyday use.
Paraphrasing the website:
The ZThread package is an advanced object-oriented, cross-platform, C++
threading and synchronization library. It provides a high level
abstraction of the native threading mechanisms to offer a great deal of
flexibility and control.
ZThread features interruptible Thread and Runnable objects for C++, control
objects and implementations of concurrency design patterns. This includes
semaphores, mutexes, condition variables as well as other more complex
components.
ZThread implementations are provided for POSIX and Win32 platforms.
The zzip library provides read access to zipped file in a zip-archive.
It is based solely on free algorithms provided by zlib and can
transparently access files being either real files or zipped files
with the same file path argument.
pythk is a collection of functions for Python. It is used by sqlcc.
Use rbenv to pick a Ruby version for your application and guarantee
that your development environment matches production. Put rbenv to work
with Bundler for painless Ruby upgrades and bulletproof deployments.
LibThai is a set of Thai language support routines aimed to ease developers'
tasks to incorporate Thai language support in their applications.
It includes important Thai-specific functions e.g. word breaking, input and
output methods as well as basic character and string supports. LibThai is
an Open Source and collaborative effort initiated by Thai Linux Working
Group and opened for all contributors.
LibThai includes Thai language support routines:
- Thai character set support: TIS 620, ISO/IEC 10646
- Thai character properties
- Thai string manipulators
- Thai string collation
- Thai word breaking
- Thai input method
- Thai output method
Smake is a highly portable make program with automake features. It is
intended to be used with the "makefiles" system.
The system allows mounting a source tree via NFS and simultaneous
compilation on all supported platforms. The system therefore allows the
re-use of a source tree for all supported platforms in contrast to the GNU
concept of untar -> configure -> make -> install -> remove