libmsv-java

Sun multi-schema XML validator

The Sun Multi-Schema XML Validator is a Java tool to validate XML documents against several kinds of XML schemata. It supports DTD, RELAX Namespace, RELAX Core, RELAX NG, TREX, and a subset of W3C XML Schema Part 1.

ruby-barby

Ruby library for barcode generation

This is a pure-Ruby library for generating various kinds of barcodes, including all the standard 1D and 2D barcodes, and meant to be easily extensible.

libghc-yesod-prof

framework for type-safe, RESTful web applications; profiling libraries

Yesod is a framework designed to foster creation of RESTful web application that have strong compile-time guarantees of correctness. It also affords space efficient code and portability to many deployment backends, from CGI to stand-alone serving.

xul-ext-perspectives

verify HTTPS sites through notary servers

Perspectives is an approach to help clients securely identify Internet servers in order to avoid "man-in-the-middle" attacks, by querying "network notaries" located in multiple vantage points across the Internet.

libghc-mime-mail-prof

Library to compose MIME email messages; profiling libraries

It provides some high-level datatypes for declaring MIME email messages, functions for automatically composing these into bytestrings, and the ability to send bytestrings via the sendmail executable. You can also use any other library you wish to send via different methods, for example directly to SMTP.

libhac-java

hierarchical agglomerative clustering

Hac is a simple library for hierarchical agglomerative clustering. The goal of Hac is to be easy to use in any context that might require a hierarchical agglomerative clustering approach. You can use Hac by bundling Hac with your application, and by implementing two interfaces: * Experiment (to tell Hac what to cluster), and * DissimilarityMeasure (to tell Hac how to compute the dissimilarity between two observations).