Navigation:
all content © by Mario Emmenlauer.
|
Table of ContentsSoftware ProjectsHere you can find several of the software projects I did during the last years. Some of them have been done as a means of my studies at university, while others just result from too much free time. PHP SoftwareMy version of Dokuwiki with MySQL-support can be found here: A php search page using the google api: A confirmation-mod for phpBB (similar to the visual confirmation mod) that asks users one of a set of questions when posting. It's in fact sort of a customized captcha.
MPI-SATAs a 'Studienarbeit' I was working on a parallel satisfyability test-solver (or shorter SAT-solver). The code and documentation can be found here: CVS accessSome of my sourcecode is available via cvs, see here: (both use empty password, so simply press return when asked 'CVS password:') # anonymous, public access export CVS_RSH=ssh cvs -d :pserver:anonymous@marssoft.de:/cvs/me login cvs -z3 -d :pserver:anonymous@marssoft.de:/cvs/me co moduleName # registered users use this: export CVS_RSH=ssh cvs -d :ext:username@marssoft.de:/cvs/me co moduleName To access cvs from your browser you can use ViewVC here: |