Tag «plugin name»: downloads
Search results for «plugin name»:
File::Comments::Plugin::C 0.06 by Mike Schilli
File::Comments::Plugin::C is a plugin to detect comments in C/C++ source code.
SYNOPSIS
use File::Comments::Plugin::C;
File::Comments::Plugin::C is a plugin for the File::Comments framework.
Both /* ... */ and // style comments are recognized.
This is not a full-blown C parser/prepr…
Template::Plugin::XML::Simple 2.16 by Andy Wardley
Template::Plugin::XML::Simple is a plugin interface to XML::Simple.
SYNOPSIS
# load plugin and specify XML file to parse
[% USE xml = XML.Simple(xml_file_or_text) %]
This is a Template Toolkit plugin interfacing to the XML::Simple module.
Requirements:
Perl…
Kate Project Manager Plugin (KPMP) 0.1.2-24 by Lars Lindemann and Christian Schulze
Kate Project Manager Plugin (KPMP) is a projectmanager plugin for the KDE editor kate.
This plugin is just a quick 'n dirty hack!
It is not more than pre-alpha.
This plugin has not been intensivly tested! Use it on your own risk!!!!
We tried to restore the old projectmangement functional…
Todo: AIO plugin 0.31 by toscen
Todo: AIO plugin is a todo plugin for Aero AIO.
Usage:
- Install the plugin via the Aero-AIO config dialog.
Requirements:
Aero AIO
TODO:
- show priority
- change look of percentage bar
- show category
What's New in This Release:
added bar images for different themes…
Audio::LADSPA::Plugin 0.018 by Joost Diepenmaat
Audio::LADSPA::Plugin is a base class for LADSPA plugins in Perl.
SYNOPSIS
use Audio::LADSPA;
my (@plugin_classes) = Audio::LADSPA->plugins();
# or ...
my $plugin_class = Audio::LADSPA->plugin( label => "delay_5s", id => 1043);
my $plugin = $plugin_class->new(…
XMMS status plugin 1.0 by Ian Campbell
xmms-status-plugin is a general plugin for the xmms mp3 player. It provides a docklet for the GNOME Status applet and the KDE panel.
Under GNOME 2.0 XMMS Status Plugin uses the freedesktop.org Notification Area specification. To use this you must add the 'Notification Area' applet to your panel.
U…
XFCE Radio Plugin 0.1.0 by Stefan Ott
XFCE Radio Plugin is a plugin for the XFCE panel, which allows you to control your v4l radio device from within the panel.
Requirements:
XFCE
Installation:
Compiling from Sources
The Xfce 4 panel must, of course, be installed first.
Before installing a new plugin, you should back-u…
Template::Plugin::XML 2.16 by Andy Wardley
Template::Plugin::XML is a XML plugin for the Template Toolkit.
SYNOPSIS
[% USE XML;
dom = XML.dom('foo.xml');
xpath = XML.xpath('bar.xml');
simple = XML.simple('baz.xml');
rss = XML.simple('news.rdf');
%]
[% USE XML(file='foo.xml');
…
XMMS Jogdial Plugin 0.1 by Juan Pablo Perez
XMMS Jogdial Plugin is an XMMS plugin for the Sony Vaio PCG-C1XS. It allows the user to use the jogdial to control volume, playback, and the playlist.
XMMS Jogdial Plugin is known to work on PCG-C1XS, but probably also works on other Sony Vaio C1 series picturebooks with a jogdial.
This is a p…
CGI::Wiki::Plugin::RSS::Reader 1.4 by Earle Martin
CGI::Wiki::Plugin::RSS::Reader is a Perl module retrieve RSS feeds for inclusion in CGI::Wiki nodes.
Use this CGI::Wiki plugin to retrieve an RSS feed from a given URL so that you can include it in a wiki node.
SYNOPSIS
use CGI::Wiki::Plugin::RSS::Reader;
my $rss = CGI::Wiki::Plu…
MicroLCD 0.1.1 by Albrecht Lohofener
MicroLCD is an XMMS plugin for LCDproc. MicroLCD is a very simple plugin. It displays some info on a 1-line LCD. It is based on Wit's MiniLCD plugin.
Requirements:
XMMS
LCDproc
Installation:
extract the archive, type
"make"
and then
"make install"
(or copy microlcd.so to Your vi…
Ellipse 1.0.3 by Bernhard C. Maerz
Ellipse is a nice plugin for the famous graphical program GIMP. I have started to write it for a long time, where gimp was in an early state.
But after gimp became V1.0 I have rewriten this plugin, so this plugin would work again. Now, the Ellipse-Plugin works with gimp V1.0 and V1.1 (mybee it wi…
ps: Aero AIO plugin 1.0.2 by kovidgoyal
ps: Aero AIO is a plugin for Aero AIO that show the 6 most resource intensive processes. You can choose whether to sort on CPU, mem or elapsed time.
Usage:
- Install the plugin via the Aero-AIO config dialog. The columns have headings
Requirements:
Aero AIO 0.9.1
What's New in This R…
Kate CTags Plugin 0.1 by Craig Drummond
Kate CTags Plugin is a port of KDevelop 3.3.5's CTags plugin.
Other changes:
* When a document is opened/switched with kate, the plugin will attempt to locate a 'tags' file. It will look in the folder containing the document, or in the folders ancestors. The level of this search is contr…
Template::Plugin::MP3::Tag 0.01 by Tomoyuki SAWA
Template::Plugin::MP3::Tag is a Perl interface to the MP3::Tag Module.
SYNOPSIS
[% USE tag = MP3("path_to_mp3_file") %]
[% tag.title %]
[% tag.album %]
# perldoc MP3::Tag for more ideas
Template::Plugin::MP3::Tag provides a simple wrapper for using MP3::Tag in object…
Template::Plugin::XML::LibXML 1.07 by Mark Fowler
Template::Plugin::XML::LibXML is a XML::LibXML Template Toolkit Plugin.
SYNOPSIS
[% USE docroot = XML.LibXML("helloworld.xml") %]
The message is: [% docroot.find("/greeting/text") %]
This module provides a plugin for the XML::LibXML module. It can be utilised the same as any other…
the mg2bot 0.64 by Mikey G
the mg2bot is an IRC bot that was originally written to do unique channel maintenance but which now sports a homebrew plugin system, increased channel awareness, and a bot networking capability.
What's New in This Release:
Added tinyurl plugin
Added karma plugin
Fixed rydia plugin
Worked…
SoundCard Plugin 1.0.0 by Fredrik Lingvall
SoundCard Plugin is an input plugin for XMMS which enables to read audio data directly from the soundcard.
Using the plugin you can now use your computer with the XMMS player as a powerful sound processor with any of XMMS' effect plugins, such as, equalizer or echo effects.
In particular, thi…
Dummy plugin by Dennis Smit
Dummy plugin is an xmms plugin that helps newbee vis plugin coders with the needed funcions for xmms vis plugins.
Dummy plugin only has the needed functions and a working audio renderer.
Requirements:
XMMS…
Template::Plugin::MP3 1.02 by Doug Gorley
Template::Plugin::MP3 is a Perl interface to the MP3::Info Module.
SYNOPSIS
[% USE mp3 = MP3("Montana.mp3") %]
[% mp3.title %]
[% mp3.album %]
# perldoc MP3::Info for more ideas
Template::Plugin::MP3 provides a simple wrapper for using MP3::Info in object oriented mod…
Related:
Featured Software
jEdit 4.3 pre8
jEdit is an Open Source text editor written in Java
Opera 9.02
Surf the Internet in a safer, faster, and easier way with Opera browser
GNU Aspell 0.60.4
GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell
- Communications
- Database
- Desktop Environment
- Games
- Internet
- Multimedia
- Office
- Programming
- Science and Engineering
- System
- Text Editing&Processing
