7 projects tagged "BSD-like"
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).
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.
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.
git-flow Python Edition is a a pure Python implementation of git-flow. All sub-commands share a common back-end to ensure features behave the same, whatever branch-type they are working on. New workflow behavior can also be added easily by simply sub-classing existing ones. It also includes a comprehensive unit test suite, decent man pages, and HTML docs.
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.