kexi-sybase-driver
Sybase support for kexi
Kexi is an integrated data management application. It can be used for
creating database schemas, inserting data, performing queries, and
processing data. Forms can be created to provide a custom interface to
your data. All database objects - tables, queries and forms - are stored
in the database, making it easy to share data and design.
libclj-stacktrace-clojure
more readable stacktraces in Clojure programs
clj-stacktrace-clojure changes the format of stacktraces making them more
readable. Changes include vertical alignment, redirection, and special
notation for Clojure functions.
libsimple-xml-java
XML serialization and configuration framework for Java
Simple is a high performance XML serialization and configuration framework for
Java. Its goal is to provide an XML framework that enables rapid development
of XML configuration and communication systems.
This framework aids the development of XML systems with minimal effort and
reduced errors. It offers full object serialization and deserialization,
maintaining each reference encountered.
In essence it is similar to C# XML serialization for the Java platform, but
offers additional features for interception and manipulation.
bolt
system daemon to manage thunderbolt 3 devices
Thunderbolt 3 features different security modes that require
devices to be authorized before they can be used. The D-Bus API can be
used to list devices, enroll them (authorize and store them in the
local database) and forget them again (remove previously enrolled
devices). It also emits signals if new devices are connected (or
removed). During enrollment devices can be set to be automatically
authorized as soon as they are connected. A command line tool, called
boltctl, can be used to control the daemon and perform all the above
mentioned tasks.
atftp
advanced TFTP client
Interactive client for the Trivial File Transfer Protocol (TFTP). Its
usage is mainly for testing and debugging the atftp server. A TFTP client
is usually implemented in UEFI/BIOS and bootstrap programs like pxelinux when
booting from LAN. The atftp client also supports non-interactive invocation
for easy use in scripts.
libtest-pod-no404s-perl
test utility checking POD for HTTP 404 links
Test::Pod::No404s looks for any http(s) links in your POD and verifies that
they will not return a 404. It uses LWP::UserAgent for the heavy lifting, and
simply lets you know if it failed to retrieve the document. More
specifically, it uses $response->is_error as the "test."