clang-format-3.6
Tool to format C/C++/Obj-C code
Clang-format is both a library and a stand-alone tool with the goal of
automatically reformatting C++ sources files according to configurable
style guides. To do so, clang-format uses Clang's Lexer to transform an
input file into a token stream and then changes all the whitespace around
those tokens. The goal is for clang-format to both serve both as a user
tool (ideally with powerful IDE integrations) and part of other
refactoring tools, e.g. to do a reformatting of all the lines changed
during a renaming.
tcpcryptd
Opportunistically encrypt network transport
Tcpcrypt offers opportunistic security for TCP network traffic. All
traffic between two tcpcrypt-enabled peers will be encrypted to
protect against passive monitoring. tcpcrypt also exposes a strong
session identifier to tcpcrypt-aware clients and servers, which can
be used as a hook for authentication.
libnpps9.2
NVIDIA Performance Primitives for signal processing runtime library
strongswan-plugin-eap-dynamic
strongSwan plugin for dynamic EAP method selection
usbmuxd
USB multiplexor daemon for iPhone and iPod Touch devices
usbmuxd, the USB multiplexor daemon, is in charge of coordinating
access to iPhone and iPod Touch services over USB. Synchronization and
management applications for the iPhone and iPod Touch need this daemon
to communicate with such devices concurrently.
llvm-3.6
Modular compiler and toolchain technologies
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.