22 projects tagged "CGI Tools/Libraries"
Java+ is a Java preprocessor that adds its features to any Java compiler. It has long, multi-line strings with executable inclusions like Perl or Ruby, optionally segregates Java+ strings into ResourceBundle files, eliminates the need for JSP or ASP and their implied need for Java compilers on deployment servers (a security concern), and adds absolutely no overhead in either space or time. There are graphical and command line interfaces, and a simple, general, and recursive string syntax.
The PHP JavaScript interpreter is intended to be embedded into CMS/Wiki engines to allow users to inject server-side executable code as Web site extensions. This is possible because scripts run safely in a sandbox, while interfaces to the hosting interpreters environment and resources were still allowed. The language looks like a mix of PHP and EcmaScript, but does not reach for completeness. It also runs magnitudes slower than a real interpreter.
Profile Manager is a database driven, easy-to-install, fully-functional, and free membership system. When a user registers, it automatically adds the information about the user into the database. After registration process, the user can log on the system by using his login and password. Any time point he can see/modify/delete his profile or search others' profiles from the control panel. You have total power over abilities of the users or the design of the pages.
PyHtmlTable is a class for Python CGIs to generate HTML tables on the fly. It allows you to set individual row and cell attributes via arbitrary dictionaries, and span rows and columns. It autogrows the table if cells are set outside its initial range. It allows dynamic insertion of new rows and columns anywhere in the table, and allows bulk population of table data via arrays to arbitrary locations in the table. It also provides default cell attributes for tablewide uniformity and the ability to override these on a cell-by-cell basis. PyHtmlTable is intended to be a functional equivalent to Table.pm or Table.php.