RSS 5732 projects tagged "English"

Download Website Updated 14 Jun 2013 HGL Suite

Screenshot
Pop 246.30
Vit 9.52

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.

Download Website Updated 10 Apr 2013 WebElements

Screenshot
Pop 211.61
Vit 2.55

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.

Download Website Updated 11 Apr 2013 Dynamic Form

Screenshot
Pop 180.57
Vit 2.28

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.

No download No website Updated 26 Mar 2013 libqt4report

Screenshot
Pop 35.76
Vit 9.32

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.

No download No website Updated 28 Mar 2013 libqt4json

Screenshot
Pop 52.51
Vit 1.03

libqt4jon is a JSON serializer and deserializer that works with the Qt QVariant object. It can serialize primitives like integer, double, QString, lists, maps, and QObject * recursively. It serializes only properties declared with the QObject * Q_PROPERTY macro.

Download No website Updated 12 May 2013 Kune

Screenshot
Pop 60.22
Vit 9.25

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.

No download Website Updated 25 Mar 2013 PHP Web Security Monitor

Screenshot
Pop 56.11
Vit 9.18

"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.

Download Website Updated 08 Apr 2013 Coquelicot

Screenshot
Pop 132.83
Vit 1.50

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.

Download No website Updated 02 Apr 2013 Simple Validator

Screenshot
Pop 31.91
Vit 8.81

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.

Download Website Updated 02 Apr 2013 Spaghetti Parenthesis Visualizer

Screenshot
Pop 34.26
Vit 8.80

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.

Screenshot

Project Spotlight

Corn Converter

A module designed to offer converters from Java types to various targets and vice versa.

Screenshot

Project Spotlight

CIL (C Intermediate Language)

A high-level representation of C code.