Tags : Browse Projects

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

Jaws CMS/Framework

Compare

  Analyzed 4 months ago

Jaws is a Framework and Content Management System(CMS) for building dynamic web sites. It aims to be User Friendly giving ease of use and lots of ways to customize web sites, but at the same time is Developer Friendly, it offers a simple and powerful framework to hack your own modules.

390K lines of code

4 current contributors

4 months since last commit

33 users on Open Hub

Activity Not Available
4.68
   
I Use This

Dina-Project

Compare

  No analysis available

Dina is web framework that use Django as its base. Django did not provide some functionality that is important for web development ( because of its philosophy ). So Dina try to fill these gaps in Django and provide a higher level web framework on top of Django. Dina try to reach these goals: ... [More] * Be compatible with Django as much as it can. * Provide some CMS functionality to avoid extra coding * Provide a installer to easily install Dina * A powerful apt like package management to allow easy package installing * and etc ( for more information take a look at docs ). [Less]

0 lines of code

0 current contributors

0 since last commit

11 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: gpl

infoScoop OpenSource

Compare

  Analyzed about 11 hours ago

infoScoop OpenSource is information portal that evolute according with personal work style. This portal provides important information for individuals from business system and huge infromation in or out of the company. It implement free arrangement of information and fits to individual information processing skill and work style.

173K lines of code

1 current contributors

over 5 years since last commit

6 users on Open Hub

Inactive
4.33333
   
I Use This

GateIn

Compare

Claimed by JBoss No analysis available

GateIn is a set of projects revolving aroung the main project called "GateIn Portal". GateIn portal is a merge of two mature projects that have been around for a while, JBoss Portal and eXo Portal. It takes the best of both into a single new project. The aim is to provide both an intuitive portal ... [More] to use as-is and a portal framework to build upon depending on your needs. [Less]

0 lines of code

0 current contributors

0 since last commit

4 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: lgpl

Rainmeter

Compare

  Analyzed about 10 hours ago

Desktop customization tool for Windows.

148K lines of code

5 current contributors

9 days since last commit

3 users on Open Hub

Low Activity
0.0
 
I Use This

Gadgetbridge

Compare

  Analyzed 1 day ago

A free and cloudless replacement for your gadget vendors' closed source Android applications. Supports Pebble, Mi Band, Liveview, HPlus and more.

357K lines of code

106 current contributors

1 day since last commit

1 users on Open Hub

Very High Activity
0.0
 
I Use This

pongy

Compare

  Analyzed about 13 hours ago

Wave Gadget to play pong with 2 players. To play the game go to http://playpongy.appspot.com

1.04K lines of code

0 current contributors

about 9 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Tags gadget gwt wave

cobogwave

Compare

  Analyzed about 7 hours ago

The Google Wave Gadget API is an extension to the Gadget API. This project is created to wrap the Wave Gadget API in Java classes to be able to program Gadgets with GWT. The following document provided by Google can help with Debugging Wave Gadgets. How to useAdd the WaveGadget.gwt.xml to your ... [More] project gwt.xml: Create a class that extends WaveGadget. @Gadget.ModulePrefs(title = "Hello World") public class HelloWorld extends WaveGadget { public HelloWorld() { ... RootPanel.get().add(); } protected void init(UserPreferences preferences) { getWave().addParticipantUpdateEventHandler(new ParticipantUpdateEventHandler() { public void onUpdate(ParticipantUpdateEvent event) { //handle participants added, also called when wave with gadget is opened. } }); getWave().addStateUpdateEventHandler(new StateUpdateEventHandler() { public void onUpdate(StateUpdateEvent event) { //handle state changes. } }); } }There are 3 events StatusUpdateEvent, ParticipantUpdateEvent and ModeChangeEvent to work easily with updates. Simple register a handler for one of those events with the methods on the WaveFeature class and the events will be fired when state or participants change. If you are not using maven you need to add the GWT gadgets api library manually to your project. Download the library from the http://code.google.com/p/gwt-google-apis/ page and add the gwt-gadgets-1.0.3.jar file to your project. To wave or to wave-preview?The first version 1.0.3 made use of the FeatureName "wave-preview". By using that name the wave-preview script is loaded by the gadget container. However, there are several problems reported with this version, e.g. not loading in some browsers and returning false in wave.isInWaveContainer(). Therefor in version 1.0.3.1 this was changed to FeatureName "wave". Using this name it is required to load the wave.js script by the gadget itself, but that is taken care of by the library via the WaveGadget.gwt.xml file. Thanks goes to Vicente J. Ruiz Jurado for providing the solution. Maven2 SupportThe libraries are also supported for maven2. The repository is located at http://cobogwave.googlecode.com/svn/maven2/. Add the repository to your pom.xml file: cobogwave Cobogwave repository at googlecode http://cobogwave.googlecode.com/svn/maven2/ And add the following dependency: org.cobogw.gwt.wave-api cobogwave-gadget 1.0.3.3 [Less]

1.39K lines of code

0 current contributors

about 9 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This