Tags : Browse Projects

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

Jabber Jaw

Compare

  Analyzed 1 day ago

Jabber Jaw is a Trac plugin for broadcasting changesets and ticket modifications to an XMPP server of your choice.

18 lines of code

0 current contributors

about 15 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

sfDynamicsPlugin

Compare

  Analyzed 1 day ago

This symfony plugin aims to revolution the way javascript is used in symfony projects. It supports extensible configuration, library dependances, stylesheets, i18n, themes, packing, caching, and much more. To have a detailed explanation of each features, please take a look at the features list ... [More] This plugin is not bound to a specific javascript framework, and provides an easy way to use one set of scripts alltogether. For now, only configuration files for jQuery and jQuery UI are provided, but our XML based configuration system allows to create different configuration packages describing how each framework interacts with each of their associated libraries. [Less]

252K lines of code

0 current contributors

over 15 years since last commit

0 users on Open Hub

Inactive
5.0
 
I Use This

buildmetadata-maven-plugin

Compare

  No analysis available

This Maven 2 plugin is a little helper to easily add build meta data to the generated archive artifacts. Imagine the product is running on an application server. The product manager want to know, - which artifact version is currently running on that server? - which SCM revision is the ... [More] artifact based on? - what configuration has been used to generate the artifact? - on which machine was the artifact built? - when was the artifact built? If you have no answers to these questions, but love to have, this tool is for you! If there are further questions to be answered or other process requirements to be met: The provider extension point allows to add or export any meta data with very little effort. [Less]

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

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

Appetizer

Compare

  Analyzed about 21 hours ago

This an application launcher for removable drives (although it can also be used as a normal application). Rather than organizing the apps as a list like the Windows Start menu, they are organized in a tool bar a bit similar to the Mac OSX dock bar.

43K lines of code

0 current contributors

over 15 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

JBossWS JAXWS Tools Maven Plugin

Compare

  No analysis available

Maven plugin for JBossWS JAXWS Tools (wsconsume / wsprovide)

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

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

Xfce4-verve-plugin

Compare

Claimed by Xfce Desktop Environment Analyzed about 11 hours ago

Command line plugin for the Xfce panel. Supports completion, history, launching commands in a terminal and launching URLs and e-mail addresses in your favorite programs.

1.73K lines of code

18 current contributors

over 3 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

issues-maven-plugin

Compare

  No analysis available

The Maven 2 issues plugin generates reports on issues retrieved from an issue management system. Currently only Bugzilla is supported. There are some preconfigured reports like Release Notes or Release Plan but any query can be sent to Bugzilla and the query result can be mapped to columns in a table.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

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

mephisto-contact-form-plugin

Compare

  Analyzed about 21 hours ago

Plugin for Mephisto which provides a customisable contact us / feedback form. Feedback / messages are sent via email to an address you specify. Required setup: Rails edge, Mephisto (from trunk rather than release) Any questions/issues/suggestions, contact me at ... [More] [email protected] (my name is James Crisp). More info here: Mephisto Contact Form blog post [Less]

210 lines of code

0 current contributors

over 16 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

easycache

Compare

  Analyzed about 5 hours ago

Easycache lets you easily cache arbitrary data in your Ruby on Rails applications. The plugin makes use of Rails' built-in fragment caching mechanism to store and retrieve any serializable data. This is especially useful when you want to store data from slow/external sources like LDAP, Web Services ... [More] , or REXML functions, for which Rails does not currently offer an integrated caching mechanism. INSTALLATIONFrom the command line, cd into your Rails application's root directory and run: ruby script/plugin install git://github.com/zuk/rails-easycache.git EXAMPLESOnce you've installed the plugin, you should be able to do something like this anywhere in your application (in controllers, helpers, etc.): foo = ['alpha', 'beta', 'delta', 'gamma'] # store foo in the cache under the keyname 'greek' Easycache.write('greek', foo) # retrieve the data stored under keyname 'greek' foo = Easycache.read('greek') # delete the data stored under keyname 'greek' Easycache.delete('greek')In practice, you will probably want to use caching transparently, so that data is pulled from the cache if available, or from the original source otherwise. For example, say you have a function ldap_query() that does a slow LDAP query to retrieve some data. Just wrap this function call inside an Easycache.cache block, like this: my_data = Easycache.cache('ldap_data') do ldap_query() endThe first time the block runs, it will execute ldap_query(), store its return value in the cache under the key 'ldap_data', and return it for assignment into your my_data variable. The next time it's run, the return value will come from the cache, so the block won't need to be executed. TIME-BASED EXPIRYThe write() and cache() methods both take an optional options hash. Currently the only supported option is :expiry, which will force the cached value to expire after the given number of seconds. For example: Easycache.write('greek', ['alpha', 'beta'], :expiry => 60)or greek = Easycache.cache('greek', :expiry => 60) do ['alpha', 'beta'] endThe above will expire the 'greek' value after 60 seconds. In Rails applications you can use active_support's time extensions to specify the expiry period. For example: Easycache.write('greek', ['alpha', 'beta'], :expiry => 24.hours) [Less]

120 lines of code

0 current contributors

over 15 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

cxx-plugin

Compare

  Analyzed 1 day ago

A simple C++ interface to using "Plugins".

203 lines of code

0 current contributors

about 3 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This