Vera++ is a programmable tool for verification, analysis and transformation
of C++ source code. Vera++ is mainly an engine that parses C++ source files
and presents the result of this parsing to scripts in the form of various
collections - the scripts are actually performing the requested tasks.
Zeal is a simple offline documentation browser inspired by Dash.
- Save yourself from distractions, and keep all documentation you need
instantly available.
- Do not depend on your Internet connection or public Wi-Fi.
- Keep your documentation fresh with the built-in docset update system.
- Integrate Zeal with IDEA, Sublime Text, ViM, or your favourite IDE via
variety of plugins.
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.
Ren'Py is a visual novel engine that helps you use words, images, and
sounds to tell stories with the computer. These can be both visual
novels and life simulation games. The easy to learn script language
allows you to efficiently write large visual novels, while its Python
scripting is enough for complex simulation games.
The Simple Logging Facade for Java or (SLF4J) serves as a simple facade or
abstraction for various logging frameworks, e.g. java.util.logging,
log4j and logback, allowing the end user to plug in the desired logging
framework at deployment time.
dnscheck is a simple to use DNS zone sanity checker, comparing name server
records and serial numbers with both the parent zone and the zone itself.
It allows you to find lame, leaked or stale name servers which have the
potential to cause disruption.
DNSCheck is a program that is designed to help people check, measure and
hopefully also understand the workings of the Domain Name System. When
used to check an domain (aka zone) is submitted to DNSCheck, it will
investigate the general health by performing various tests and sanity
checks.
The dnsproxy daemon is a proxy for DNS queries. It forwards these
queries to two previously configured nameservers: one for authoritative
queries and another for recursive queries. The received answers are sent
back to the client unchanged. No local caching is done.
The dnsutl package is a collection tools to make administering DNS easier.
These include programs for:
* Generating the reverse DNS mapping by using the DNS forward mapping.
This is useful for producing a self-consistent DNS configuration.
* Generating the /etc/ethers file by using a bogus record type.
* Generating the /etc/hosts file by using the DNS forward mapping.
* Generating the /etc/bootptab file by using the MAC and IP information.
* Generating the /etc/netgroup file by using the DNS forward mapping.
* Generating the Sun /etc/bootparams file by using the MAC and IP information.
* Checking the new-style /etc/named.conf files for self-consistency.
* Checking the old-style /etc/named.boot files for self-consistency.
* Generating the DNS forward mapping by using the /etc/hosts file.
This could be a first step to configuring your DNS server.
* Generating the /etc/dhcp.conf file by using the MAC and IP information.
All of these programs are both faster than shell scripts, and more
robust when faced with all the peculiar semantics of DNS resource files.
They even understand the $include directive.
To quote from the SourceForge project description:
gh-tool is a command-line interface to gethostby*, in libresolv/libc.
It allows one to check the local system's notion of an IP->DNS or
DNS->IP mapping, including aliases, directly, rather than digging for
mappings in DNS, which may or may not be relevant.