5732 projects tagged "English"
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.
libqt4report is a library for Qt 4 that creates database report from an XML description. It is able to validate the XML file from an XSD schema, print the report directly, or generate SVG files. Calculations are performed by QScriptEngine. It can group data according to the result field value, calculate totals, and display images.
Kune is a distributed social network focused on collaboration rather than just on communication. It focuses on online real-time collaborative editing (Wave-based), decentralized social networking (federation), and Web publishing, while focusing on workgroups rather than just on individuals. It aims to create online spaces for collaborative work where organizations and individuals can build projects online, coordinate common agendas, set up virtual meetings, publish on the Web, and join organizations with similar interests. It has a special focus on Free Culture and social movements needs.
"PHP Web Security Monitor" is designed to protect Internet sites created with PHP from malicious queries from hackers and Web viruses. It filters common PHP variables via prepared security patterns and compares (unprotected) input variables against patterns of dangerous data, such as SQL injection, XSS injection, and PHP code compromising.
Coquelicot is a “one-click” file sharing Web application with a focus on protecting users’ privacy. Its basic principle is that users can upload a file to the server, and in return they get a unique URL which can be shared with others in order to download the file. Coquelicot aims to protect, to some extent, users and system administrators from disclosure of the files exchanged from passive and not-so-active attackers.
Simple Validator is a class that validates string value according to rules. It currently supports validation of non-empty values, number values, e-mail addresses, alphanumeric, alphabetic, and numeric values, IP addresses, URLs, length ranges, and user-defined rules. The error messages associated with each validation are defined in a separate configuration script.
Spaghetti Parenthesis Visualizer is an in-browser (meaning that it doesn't send your code to a server) tool that takes deeply nested conditionals in languages that follow in C's footsteps, including Python, Perl, PHP, and Java, SQL queries, or some Lisp code, and provides two visual presentations that clearly and cleanly display how deep each part of the code is in the layers of nesting.
A module designed to offer converters from Java types to various targets and vice versa.