This is a staging site. Uploads will not persist. Testing only.
libmdc3t64
Medical Image (DICOM, ECAT, ...) conversion tool (library)
This project stands for Medical Image Conversion. Released under the
(L)GPL, it comes with the full C-source code of the library, a
flexible command line utility and a neat graphical front-end using
the GTK+ toolkit. The currently supported formats are: Acr/Nema 2.0,
Analyze (SPM), DICOM 3.0, InterFile 3.3 and PNG.
ruby-kdl
Ruby implementation of KDL Document Language
Ruby implementation of the KDL Document Language Spec. KDL is a cuddly
document language with xml-like semantics that looks like you are invoking a
bunch of CLI commands! It is meant to be used both as a serialization format
and a configuration language, much like JSON, YAML, or XML.
libpth20t64
GNU Portable Threads
Pth is a very portable POSIX/ANSI-C based library for Unix platforms which
provides non-preemptive priority-based scheduling for multiple threads of
execution ("multithreading") inside server applications. All threads run
in the same address space of the server application, but each thread has
its own individual program-counter, run-time stack, signal mask and errno
variable.
libxmlrpc-epi0t64
XML-RPC request serialisation/deserialisation library
A library that implements a transportless implementation of the XML-RPC
protocol.
libxmlrpc-c++8t64
Lightweight RPC library based on XML and HTTP [C++ runtime libraries]
XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
It converts the procedure call into an XML document, sends it to a remote
server using HTTP, and gets back the response as XML.
libqcoro5core0t64
C++20 coroutines for Qt5 - Core
QCoro is a C++ library that provide set of tools to make use of C++20
coroutines in connection with certain asynchronous Qt5 actions.