My projects
This is a selection of my projects, I host on this website. Some projects may be found on other sites, or are not yet released.
Image 3DImage_3D is a 3D framework for PHP by supporting an object orientated interface for constructing the scene, several different rendrers, like projection and raytracing and a lot of diffenrent output drivers, like SVG, GD, ASCII and interactive SVGs. |
KaForkLKaForkL is an example for a turing complete two dimensional programming language based on image processing. It processes images with a limited number of autarchic interpreters with their own stacks for local memory. An IDE for developing programs (images) is available. |
k.Botk.Bot is written in PHP but eludes some of its limitations like no threading support or no reloading of declared classes. Both features are essential for an applications which should run 24/7 and utilize a wide range of modules. It is not supported any more by me. |
PHPillowPHPillow is a PHP CouchDB wrapper, which lays on top of the Couch and offers even more comfort laying anything into the database. :) It has complete API documentation, currently a test coverage of >95%, tutorials and practical examples included. |
Code snippetsThis section contains some old code snippets, like various image algorithms and simple implementations o search algorithms. Besides that, very small projects are added here, like the ones in the following list.
|
|
Externally hosted projects
Other projects I work on, which are hosted elsewhere.
Torii is the successor of k.Portal, a simple but powerful portal application which easily allows writing and adding new modules. Torii includes full API documentation and an initial set of modules for feed aggregation, weather statistics, system information, todo lists and many more... More information, like the available modules, themes, and install and extension guide can be found on the website.
busimess.org tries to give you a tool to collect, view and search relations between companies and products. You can help to improve the service adding new objects and relations. Every existing content, and every content you add, is and will ever be free.
WCV - the system displaying this website. WCV means web content viewer, which indicates, that this is no Content Management System, but just a content viewer. The description and the design document descibe this in further detail.
The eZ Components project, which develops enterprise PHP components, where I maintain the Graph and Webdav components, and help with architecture, development and documentation on the other components.
PHPUnit is the unit testing framework for PHP, and I mainly help Sebastian with the Mock Objects extension.