PHPTree: A balanced tree in PHP.
Post number 256 at 2009-06-10 22:31:34.
I was just playing around a bit and developed a balanced tree in PHP. A demo is available on my site. It is downloadable as a tarball also. have fun :) No comments yet
The DIGger API in PHP
Post number 19 at 2009-05-09 12:15:37.
General
This Project is comprised of three different components:- First, it provides an Application Interface (API), written in PHP, for communicating with a DIG-Server. Specification instructions for this Standard and more can be found at dig.sourceforge.net.
- Second, it includes a number of classes for building logical expressions. Once constructed, those logical expressions can be translated into the DIG-Syntax described in (1).
- Finally, a Command Line Interface (CLI) is provided, which can be used to send requests to a DIG-Server through the DIG-API (1) for different Knowledge Bases, depending on a configuration file.
CVS
The CVS repository for GFO-Bio can be found on Savannah. Snapshots can be downloaded via cvs from:cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/gfo co BODIGger
or download the latest stable version BODIGger-1.01.tar.gz from our directory at savannah.org.
This Software is developed under the leading of janet kelso and robert hoehndorf. See
http://onto.eva.mpg.de/projects.html for more.
No comments yet