Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

You can use the framework in ActionScript 3, Javascript and SSAS to deploy your Riche Internet Applications crossplatforms.

5.0
 
  0 reviews  |  10 users  |  2,232,646 lines of code  |  5 current contributors  |  Analyzed about 11 hours ago
 
 

Cappuccino is an open source framework that makes it easy to build desktop-caliber applications that run in a web browser. Cappuccino is written in Objective-J, a version of Objective-C implemented in JavaScript.

4.7
   
  0 reviews  |  9 users  |  562,507 lines of code  |  33 current contributors  |  Analyzed 4 days ago
 
 

CubicWeb is a semantic web application framework, licensed under the LGPL, that empowers developers to efficiently build web applications by reusing components (called cubes) and following the well known object-oriented design principles. Its main features are: * an engine driven by the ... [More] explicit data model of the application, * a query language named RQL similar to W3C’s SPARQL, * a selection+view mechanism for semi-automatic XHTML/XML/JSON/text generation, * a library of reusable components (data model and views) that fulfill common needs, * the power and flexibility of the Python programming language, * the reliability of SQL databases, LDAP directories, Subversion and Mercurial for storage backends. [Less]

5.0
 
  0 reviews  |  9 users  |  576,831 lines of code  |  30 current contributors  |  Analyzed 4 days ago
 
 

eden is a serializer/deserializer library using a subset of the ECMAScript notation, it allows to exchange and interpret data keeping the structure and the type.

5.0
 
  0 reviews  |  5 users  |  2,306 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

IQuiP AE is a framework for developing AJAX rich network applications in PHP5 without needing to write a line of HTML or Javascript. Features include a signal/slot design pattern and an event driven user interface. The syntax for IQuiP AE is based very strongly on the C++ toolkit Qt from ... [More] Trolltech. IQuiP AE supports visually designing forms and dialogs using QtDesigner and easy translation of web applications using QtLinguist. [Less]

0
 
  0 reviews  |  3 users  |  11,016 lines of code  |  0 current contributors  |  Analyzed about 21 hours ago
 
 
Compare

Vexi is a platform for creating and publishing Graphical User Interfaces that can be used over the Internet or an intranet. It features a very simple and powerful syntax based on XML and JavaScript, a set of complete, extensible, themable widgets, and a sandbox-like security model to protect users.

4.0
   
  0 reviews  |  3 users  |  166,079 lines of code  |  2 current contributors  |  Analyzed 4 days ago
 
 

KRONos is an OpenSource Framework based on ECMASCript and ActionScript technologies. This framework contains all time, date, calendar, appointment, task tools. SVN and sources comming soon !

5.0
 
  0 reviews  |  3 users  |  492 lines of code  |  0 current contributors  |  Analyzed about 16 hours ago
 
 

RSence is a unique development model first-hand for real-time web applications. RSence consists of separate, but tigtly integrated data- and user interface frameworks. RSence could be classified as a thin server - thick client system. The user interface framework of RSence is implemented in ... [More] high-level user interface widget- and system management api's written in JS and CoffeeScript. It support multitasking and event-driven models for applications, yet a minimal resource footprint. It's intended to be used as a direct, networked zero-install, platform-agnostic replacement, where native GUI applications would have been used traditionally. The server, written in Ruby and C, is purely a resource addon and event-driven data framework, relatively light-weight on resources and endures heavy loads [Less]

5.0
 
  0 reviews  |  1 user  |  7,805 lines of code  |  2 current contributors  |  Analyzed 8 days ago
 
 

Joose is a self-hosting meta object system for JavaScript with support for classes, inheritance, mixins, traits, method modifiers and more. Joose makes object-oriented programming with JavaScript easy, declarative and very productive. The Joose meta-object system is multi-paradigm. It supports ... [More] class-based and prototype-based programming styles as well as class-based inheritance and role-based extention. The Joose framework has been successfully used in multiple production systems for seven months now and has been proven to be very stable. Joose is being tested using an automated unit-test suite that is being run in all major browsers (Firefox, IE, Safari, Opera and Chrome). [Less]

5.0
 
  0 reviews  |  1 user  |  61,198 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

JavaScript APPlication framework, the former name was jshtaframework. Now we are called: JSAPP or jsapp June 5th, 2009 This project is started from Oct 16th, 2006 We are planing to support the below functions: Support cloud computing ... Support OR-Mapping ... Support template ... This is ... [More] a framework let JavaScript(EcmaScript3) like Java. And the exception as improved (see Exception_improvement) Extend and Implement are supported (see Extend_Implement_usage) Support remoting Support overload Support check arguments Support gears big list / big map (list was stored in database by using gears) Support gears simple OR-Mapping Our purpose: Build html(js) based application easily. The framework should browser compatible. Use this framework you can coding like this: /* * cn.aprilsoft.jsapp.text.StringMaker.js * jsapp, String maker functions * * Copyright(C) Hatter Jiang */ // New package: cn.aprilsoft.jsapp.text.StringMaker Package("cn.aprilsoft.jsapp.text.StringMaker"); Class("cn.aprilsoft.jsapp.text.StringMaker", Extend(), Implement(), { _stringbuffer: [], Constructor: function(str) { this._stringbuffer = []; if (typeof(str) != "undefined") { this._stringbuffer.push(str); } }, append: function() { for (var i = 0; i < arguments.length; i++) { var tmpstr = ""; if (arguments[i] != null) { tmpstr = arguments[i].toString(); } this._stringbuffer.push(tmpstr); } return this; }, getString: function() { return this._stringbuffer.join(""); } });Codes from cn.aprilsoft.jsapp.text.StringMaker Anyone is welcome to join this project, but must be familiarly with ecmascript, oop and design pattern. (Sorry, for my poor english.) [Less]

0
 
  0 reviews  |  0 users  |  35,109 lines of code  |  1 current contributor  |  Analyzed about 7 hours ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.