Ruby/htree - HTML/XML tree library
htree provides a tree data structure representing HTML and XML data.
Features:
* Permissive unified HTML/XML parser
* byte-to-byte round-tripping unparser
* XML namespace support
* Dedicated class for escaped string that eases sanitization
* XHTML/XML generator
* template engine
* recursive template expansion
* converter to REXML document
Libcddb documentation
[For more info about libcddb see audio/libcddb/pkg-descr]
UTF-8 version of edict's dictionary files
see japanese/edict/pkg-descr for more information
These programs convert between textual and binary representations of numbers.
ascii2binary reads input consisting of textual representations of numbers
separated by whitespace and produces as output the binary equivalents. The type
and precision of the binary output is selected using command line flags.
binary2ascii reads input consisting of binary numbers and converts them to
their textual representation. Command line flags specify the type and size
of the binary numbers and provide control over the format of the output.
Unsigned integers may be written out in binary, octal, decimal, or hexadecimal.
Signed integers may be written out only in binary or decimal. Floating point
numbers may be written out only decimal, either in standard or scientific
notation. (If you want to examine the binary representation of floating point
numbers, just treat the input as a sequence of unsigned characters.)
The two programs are useful for generating test data, for inspecting binary
files, and for interfacing programs that generate textual output to programs
that require binary input and conversely. They can also be useful when it is
desired to reformat numbers.
OSP Tourney DM is designed to facilitate competitive, yet flexible, match
play. This mod simply makes it easier and more convenient for players and
and admins alike to enhance the Quake 3 experience. There have absolutely
been *NO* changes to the core gameplay or its dynamics -- its all default
Quake 3 in this regard.
Simple tools for processing strings in Russian (choose proper form for plurals,
in-words representation of numerals, dates in Russian without locales,
transliteration, etc).
Ruby escape - HTML/URI/shell escaping utilities
Features:
- several escaping/composing functions
* HTML text
* HTML attribute value
* URI path
* shell command line
- dedicated classes for escaped strings
- escape and compose strongly related strings at once
This module takes a list of documents (in English) and
builds a simple in-memory search engine using a vector
space model. Documents are stored as PDL objects, and
after the initial indexing phase, the search should be
very fast. This implementation applies a rudimentary
stop list to filter out very common words, and uses a
cosine measure to calculate document similarity.
All documents above a user-configurable similarity
threshold are returned.
You don't have to know anything about objected-oriented Perl, LWP, or the
HTTP module to be able to check your links. This module is designed for
the casual user. It has one function, check_link, that returns the HTTP
response code that it receives when it tries to fetch the web address
passed to it. The undef value is returned for any non-HTTP failure and the
$HTTP::SimpleLinkChecker::ERROR variable is set.
The HEAD method is tried first, although if anything other than a good
status code (those less than 400) is received, another request is made
with the GET method. Note, however, that even with the best code, no
module can control how servers decide to respond to a check, or control
any of the myriad things that can go wrong with the network between you
and the remote server. Some may filter requests based on origin IP
address, user-agent type, or any other arbitrary factor. Some servers may
not respond correctly at all. Furthermore, some servers might be
temporarily down or overloaded. I recommend that you recheck "broken"
links a couple times over a long period (like a day or two) before you
decide they are really broken.
Emil is a filter for converting Internet Messages. It supports
three basic formats: MIME, SUN Mailtool and RFC822. It can be
used with sendmail, as a loopback mailer, as a prefilter or
backend program with a mail client program, or as a plain
filter. Conversion can be configured by a configuration file,
emil.cf, using sender, recipient and recipient host as input
parameters or by command line arguments.
Emil is able to:
- convert the format, headers and structure, between messages of type
MIME, Sun Mailtool and RFC822.
- convert the encoding of binary data between Base64, BinHex and Uuencode.
- convert the encoding of text to and from the MIME encoding Quoted-Printable.
- convert character set of text between the character sets made
available by Keld J. Simonsens strncnv package.
- do one-way conversions of 8bit text to the Swedish national variant of
ISO-646 or to US-ASCII.
- convert to and from RFC1522 format headers.