Emulates Cisco TMS PhoneBook for CMM or Endpoints with PHP
...Anyway, this tool emulates the TMS PhoneBook and allows you to search and add new participants to a existing conference. The search is regular expression and the filter compare the user query with the endpoint name or H323/SIP dial string from the database.
All you need is a Web server (tested with apache) with PHP and "RewriteEngine on" to make it work
Optionally you can use a SQL server to have a real database, but I used a simple array as db.
ViSoR provides a visualization of several social indicators, statistics and crimes for the Ruhr Area in Germany. It allows users to view and compare particular suburbs or regions in this area.
A common problem LAMP developers run into is the need to synchronize database schemas. Diffy is a program written in php to compare 2 database schemas and generate the necessary sql statements to sync them together.