RSS 93 projects tagged "BSD Revised"

Download Website Updated 19 Nov 2007 AJAXSLT

Screenshot
Pop 33.09
Vit 1.00

AJAXSLT is an implementation of XSLT in JavaScript. It is also an implementation of XPath that can be used independently of XSLT. It is interesting for developers who aggressively strive for cross browser compatibility. The XSLT implementation operates at the DOM level on its input but returns the output document as a text stream. The DOM to construct the output document can be supplied by the application, or else an internal minimal DOM implementation is used. This DOM comes with a minimal XML parser that can be used to generate a suitable DOM representation of the input documents if they are present as text.

Download Website Updated 11 Feb 2013 ANTLR

Screenshot
Pop 306.66
Vit 6.82

ANTLR (ANother Tool for Language Recognition) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++, Java, or Sather actions. It is similar to the popular compiler generator YACC, however ANTLR is much more powerful and easy to use. ANTLR-produced parsers are not only highly efficient, but are both human-readable and human-debuggable (especially with the interactive ParseView debugging tool). ANTLR can generate parsers, lexers, and tree-parsers in either C++, Java, or Sather. ANTLR is currently written in Java.

Download Website Updated 28 Nov 2012 Arabica

Screenshot
Pop 130.38
Vit 22.48

Arabica is an XML toolkit written in Standard C++. It provides SAX, DOM, XPath, and XSLT implementations. It delivers UTF-8 encoded std::strings or UCS-2 std::wstrings, but can also accommodate custom string types and alternative encodings.

No download Website Updated 30 Dec 2005 Archetypes

Screenshot
Pop 65.60
Vit 3.29

Archetypes is a framework for developing new content types in Plone. The power of Archetypes is first in automatically generating forms, second in providing a library of stock field types, form widgets, and field validators, third in easily integrating custom fields, widgets, and validators, and fourth in automating transformations of rich content.

Download Website Updated 11 Nov 2012 AsmXml

Screenshot
Pop 83.21
Vit 11.97

AsmXml is a very fast XML parser and decoder for x86 platforms. It is written in pure assembler and supports only a subset of the XML 1.0 specification.

No download Website Updated 22 Dec 2004 Better String Library

Screenshot
Pop 45.20
Vit 55.45

The Better String Library is an abstraction of a string data type which is superior to the C library char buffer string type and C++'s std::string. Among the features achieved are substantial mitigation of buffer overflow/overrun problems and other failures that result from erroneous usage of the common C string library functions, significantly simplified string manipulation, high performance interoperability with other libraries that expect '\0' terminated buffers, high performance common string operations, and functional equivalency with other more modern languages.

Download Website Updated 22 Oct 2003 CL-INTERPOL

Screenshot
Pop 28.11
Vit 59.18

CL-INTERPOL is a library for Common Lisp which modifies the reader so that you can have interpolation within strings, similar to Perl or Unix Shell scripts. It also provides various ways to insert arbitrary characters into literal strings even if your editor/IDE doesn't support them.

Download Website Updated 06 May 2003 CL-PPCRE

Screenshot
Pop 37.74
Vit 60.59

CL-PPCRE is a portable regular expression library for Common Lisp. It is compatible with Perl, and it's fast, portable (strictly ANSI-compliant), and thread-safe. It comes with convenient features like a SPLIT function, a couple of DO-like loop constructs, and a regex-based APROPOS feature similar to the one found in Emacs. In addition to specifying regular expressions as strings like in Perl, you can also use S-expressions which are more Lisp-y.

Download Website Updated 17 Jul 2003 CL-WHO

Screenshot
Pop 30.50
Vit 59.98

CL-WHO is a (Common) Lisp tool which can be used to easily convert S-expressions intermingled with code into (X)HTML. It tries to create efficient code and be portable amongst CL implementations.

Download Website Updated 07 Oct 2011 CSS4J

Screenshot
Pop 50.02
Vit 5.97

CSS4J is a Java library that implements the Document Object Model CSS API and integrates it with the DOM4J package.

Screenshot

Project Spotlight

pHash

A perceptual hash library.

Screenshot

Project Spotlight

Fimex

A library for geospatial data file manipulation.