This is a program to test the compatibility (or to demonstrate the
non-compatibility) of so-called "VT100-compatible" terminals.
swapmon will check the current swapusage and if more than SWAP_HIGH per-
cent of swapspace is in use it will create a new swapfile with a size of
size of SWAP_STEP percent of the current swapspace and activate it. If
less than SWAP_LOW percent of swapspace is in use it will deactivate a
previously added swapspace file and remove it.
freebsd@nagilum.org
Renames files in a proper English title format: prepositions, conjunctions,
and articles (<5 letters) are in lowercase unless they are the first or
last word in the title; all others begin with uppercase. Can use id3v2 to
tag mp3s using info in filename.
Wii remote is an innovative hci developed by Nintendo.
This project intends to help FreeBSD users use wii remote as mouse.
This project is based on bthidd, developed by Maksim Yevmenkin
<m_evmenkin@yahoo.com>, and information from http://www.wiili.org.
WebJob downloads a program or script from a remote WebJob server
over HTTP/HTTPS and executes it in one unified operation. Any output
produced by the program/script is packaged up and sent to a remote,
possibly different, WebJob server. WebJob is useful because it
provides a mechanism for running known good programs on damaged or
potentially compromised systems. This makes it ideal for remote
diagnostics, incident response, and evidence collection. WebJob
also provides a framework that is conducive to centralized management.
Therefore, it can support and help automate a large number of common
administrative tasks and host-based monitoring scenarios such as
periodic system checks, file updates, integrity monitoring,
patch/package management, and so on.
ZIDRAV is a file corruption detection and repair program. It's designed
to provide a way to fix file damage without having to redownload the
entire (potentially large) file over a (potentially slow) connection.
LICENSE: GPL2 or later
docbook2X converts DocBook documents into man pages and Texinfo documents.
It aims to support DocBook version 4.2, excepting the features that cannot be
supported or are not useful in a man page or Texinfo document.
These are DSSSL stylesheets for the DocBook DTD by Norm Walsh. Use them
in conjunction with a DSSSL processor (such as jade) to convert documents
marked up as DocBook to RTF, HTML and TeX.
DTDParse is a tool for manipulating XML and SGML Document Type
Definitions (DTDs). DTDParse is designed primarily to aid in the
understanding and documentation of DTDs.
Expat is an XML 1.0 parser written in C. It aims to be fully
conforming. It is currently not a validating XML processor.