9 projects tagged "BSD-like"
Pyramid is a small, powerful, and flexible set of Web development components that supersedes both Pylons 1. 0 and repoze.bfg. It can be used to write clean and fast applications, and supports plugging in a variety of components like storage, templating engines, and authentication mechanisms.
UverseWiki is a modular open source PHP framework designed for text processing. Unlike most existing solutions, it is not regular expression-based but instead uses a recursive descent parser to build a document object model. After the parsing stage has been finished and the DOM is produced, the original source is discarded and all operations are performed on the document tree instead: nodes can be altered, serialized, or rendered into a particular format (such as HTML or RTF). The wiki syntax is language-neutral and the processing itself is carried out in UTF-8.
taccGL is a JavaScript library and framework that animates HTML elements in 2D and 3D using the GPU accelerated canvas (WebGL) with a fallback to the HTML5 2D canvas. It provides functions for moving in 3D space, accelerating, rotating, morphing, and mapping on 3D objects, and blending and fading HTML elements. Animations mostly run inside the GPU and are implemented in the C-like shader language GLSL.
OmegaBB incorporates AJAX thinking into forum software, making a real-time message board unlike all others. It features tabbed forums for quick and easy navigation, notification on a side panel when any of your watched threads change, public and private threads, a wiki article system, and more.
mysqltcl is the Tcl interface to mysql realtional database. It is the next version of mysqltcl1.53 (new contributor) with many new futures: Tcl8.0-Object support, Unicode support, configure support, no connection limitation, nested queries, handling of binary files (containing null values), and many extra commands: seek on result block, escaping of string, last inserted id, introspection of connection and query state, and query metadata (schema).
Previously, fiction books published on the Web were often divided into lines of ~80 characters for comfortable reading. This can be a problem on small displays (such as phones), causing poorly-wrapped formatting. Reformator is a simple Qt utility that attempts to remove newlines inside paragraphs without removing those between paragraphs. Just set the size of the first line indent, and Reformator will recognize real paragraphs and remove all non-useful newlines. It can also detect indent size automatically. It is recommended to back up your books before reformatting.