9 projects tagged "CGI Tools/Libraries"
Multi-router looking glass for PHP is a full rewrite of the Perl version of MRLG into PHP. It allows network administrators to execute commands on multiple routers via a nice Web interface. It is flexible, clear, and configurable. Default, per-router, and per-service options may be set. The Web-page layout and queries set are adjustable.
KLone is a fully-featured, multi-platform framework which allows dynamic Web pages to be written in C/C++ (with the usual <% /* code */ %> style). The pages can then be embedded (in compressed and/or encrypted form) into a single executable that also contains KLone's high-performance HTTP/S server. Given its nature, it can be linked natively to any C/C++ library (database, XML, graphics, etc.), without an intermediate layer, and it is especially suited for low-resource (embedded) systems.
The Mobile Web Proxy is a (CGI) tool to make more Web pages available from some mobile devices (cell phone Web browsers, etc.). It employs tag cleaning and paging so that Web pages it can access have far greater chances of being rendered on devices that cannot display overly large or complex pages. It is simple, but it seems to substantially extend the portion of the Web available from devices that otherwise display messages like "413: Page cannot be displayed."
moseasymedia is a set of extensions to make embedding video into Mambo and Joomla based Web sites as easy as flipping a switch. moseasymedia supports media plugins and media players that support: WMV, WMA, DIVX, MIDI, AVI, MPEG, ASF, ASX, SWF, FLV, DCR, DIR, MOV, MP4, RAM, RV, RPM, RA, MP3, playlist files (RSS, Atom, XSPF), extensions, and some media sharing Web sites.
PyWebLib is a Web programming framework for Python. The module package pyweblib consists of several submodules, including a pyweblib.forms class library for handling input, pyweblib.session for server-side Web session handling, pyweblib.sslenv to retrieve SSL-related environment variables, and pyweblib.httphelper for very basic HTTP functions/classes.
faceservice.cgi is a CGI program for detecting faces on the Web. You can post an image or an image URL to it, and the program will respond to you with the locations of the faces it has found. faceservice uses the OpenCV library to do the actual detection, libcurl for downloading of images, and libcgicc for the CGI interfacing. It has only been tested to work on Linux.
Lumbricidae WORM (Widget Object Relational Mapper) is an SQLAlchemy binding for Webwidgets. SQLAlchemy presents database tables and rows as Python classes and objects. Webwidgets is a framework for writing Web applications as if they were desktop applications. WORM lets you easily map Webwidgets input fields, tables, and other widgets to database mapped classes, instances, and attributes. It requires the Argentum SQLAlchemy convenience library.