15699 projects tagged "Linux"
BBCT is a simple database app for your baseball card collection. You can add information about the cards in your collection, view details about individual cards, and filter the list of cards according to a limited set of criteria. BBCT helps you organize your collection and quickly look up which cards you own.
Getmail Retriever for Roundcube is a fork of the ispcp_fetchmail plugin for Roundcube webmail. getmail is an alternative to fetchmail. This plugin allows your Roundcube users to use getmail to retrieve mail via POP3 or IMAP and deliver that mail to the user. The backend is a PHP-CLI script run from cron which executes getmail according to a combination of settings selected by the administrator and users. Getmail Retriever supports most of what getmail supports.
GUI Builder is a drag and drop interface for creating WebElement User Interface (WUI) templates that can be used as the foundation of a responsive Wep app. It simplifies the process of designing applications, and encourages separation of the logic and view. It is part of the WebBot Web development framework, which makes it possible to build Web apps in a similar fashion to Qt/KDE apps.
HGL is a compiler/interpreter suite for developing images. It features its own simple but powerful language, an output format configurable by plugins, runtime input handled by plugins, and easy integration into various environments like Web servers or graphical applications. The input is taken from a source file, which has to be compiled for quick and frequent access by the interpreter. An interpreter then runs the compiled files, takes input from custom plugins (if neccessary), and outputs its result via custom plugins.
WebElements is a collection of Python objects that enable developers to generate and interact with Web apps on the server side. It encourages object oriented Web site development, and code reuse by separating each DOM element into its own object, and then allowing inheritance and child elements to come together to form new elements not defined in the standard DOM.
Dynamic Form is a Python request abstraction library that lets you write one request handler that will run on multiple Python Web frameworks (such as Django and Google's AppEngine). This allows you to create pages and apps once and use them on multiple projects without concern about which framework is being used. Additionally, it makes AJAX easy. Simply adding nested request classes allows you to define AJAX handlers that can easily be refreshed both sever-side and client-side.