68 projects tagged "Utilities"
DBMEdit is a web-based DBM database editor (in Perl 5). If you use DBM files and don't have a simple way to edit them, you'll want this. It treats each element in the DBM as several fields joined by a delimiter, in effect supporting multiple columns within the single-column DBM format. DBMEdit displays your DBM database as a table, and provides auto-sized forms to add or edit records. Multi- user access is safe.
DB_Browser is a CGI tool for developers working with any relational database supported by Perl::DBI. It easily facilitates searching, editing, and adding to tables within a database. While it can be used as a regular interface to database data itself, it works well as a supplemental tool for developers creating their own primary interface.
JReferences is a program written in Java for managing bibliographic references in the BibTeXML format. Storage is done in a binary file database or, optionally, in a MySQL database. A PHP Web frontend is available. It can input BibTex, RIS, BibTeXML, and DocBook formated references.
Sportwire contains the essential components to translate an ANPA sports newswire feed into XML format and then to read the XML into relational tables. The story parser is extensible and can be easily adapted. Parser classes included in this release can parse scoreboards, game updates, recaps and previews; it is just the components needed to construct sports news websites using ANPA news stories and a relational database. Also, since the ANPA tagging scheme is not fully normalized, the parser must use some heuristics to match certain incoming news items with the specific games.
Velocity is a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code. When Velocity is used for Web development, Web designers can work in parallel with Java programmers to develop Web sites according to the Model-View-Controller (MVC) model, meaning that Web page designers can focus solely on creating a site that looks good, and programmers can focus solely on writing top-notch code. Velocity separates Java code from the Web pages, making the web site more maintainable over the long run and providing a viable alternative to Java Server Pages (JSPs) or PHP. Velocity also provides template services for the Turbine Web application framework, making a template service that allows Web applications to be developed according to a true MVC model.