libfilezilla25

build high-performing platform-independent programs (runtime lib)

Free, open source C++ library, offering some basic functionality to build high-performing, platform-independent programs. Some of the highlights include:

libgphobos3

Phobos D standard library (runtime library)

This is the Phobos standard library that comes with the D2 compiler.

libx32asan8

AddressSanitizer -- a fast memory error detector (x32)

AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

lib32asan8

AddressSanitizer -- a fast memory error detector (32bit)

AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

libtsan2

ThreadSanitizer -- a Valgrind-based detector of data races (runtime)

ThreadSanitizer (Tsan) is a data race detector for C/C++ programs. The Linux and Mac versions are based on Valgrind.

go-sendxmpp

Command line utility to send messages or files using XMPP

Go-sendxmpp can send messages or files (if the server supports http-upload) to an XMPP contact or MUC. It is inspired by the perl tool sendxmpp.