13 projects tagged "JavaScript"
TVEz is a browser-based system to manage movies, shows, and clips stored on local or remote file systems. It is also a front end to the XINE video player that makes the control of the player possible from the Web browser. It retrieves information about movies, including an image of the cover, from IMDB, and stores that information in a MySQL database. The database entries are fully searchable by director, writers, actors, titles, etc. It includes a rating system for movies by which movies can be sorted such that your most favorite ones appear on top of the list. The Web-based configuration is generic enough so that any kind of show can easily be added to the shows listing. The playlist is fully manageable.
Boule is a user chat Web application. It is based on a modular design to be easily pluggable to other systems. It provides real time interaction by using a Java applet that produces data that feeds the response from an HTTP request running in the background of a separate window. The response is then placed into the Web page through JavaScript.
dispatch is a multi-tier architecture object-oriented framework that allows access to methods and variables at the command line and in shell scripts or via a GUI. It contains classes that deal with configuration management. It tries to unify similar configuration semantics syntactically.
AKK@DA is a network monitoring system designed for small and mid-sized computer networks. Its purpose is to quickly detect system or network faults and to display information about any detected problems for the administrator. AKK@DA is designed as a pro-active network monitor. It does not need to be provided with information from any agents, systems, etc. It collects information automatically every single minute (this period can be shortened even to 1 second if needed). Almost all services of the monitored hosts are discovered automatically.