plugin 0.018
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1123
Audio::LADSPA::Plugin 0.018
Audio::LADSPA::Plugin is a base class for LADSPA plugins in Perl. more>>
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($sample_rate);
Audio::LADSPA::Plugin is a base class for LADSPA plugins. Default behaviour of the Audio::LADSPA module is to generate a subclass for each plugin found in LADSPA_PATH, using the Audio::LADSPA::LibraryLoader module.
You can use the Audio::LADSPA::Plugin classes to query the capabilities of the loaded plugin, and you can instantiate new objects from them to do some actual audio processing.
A list of all available classnames on your system can be retrieved from Audio::LADSPA->plugins(), or you can get one by label and / or id via Audio::LADSPA->plugin( %ARGS )
<<lessSYNOPSIS
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($sample_rate);
Audio::LADSPA::Plugin is a base class for LADSPA plugins. Default behaviour of the Audio::LADSPA module is to generate a subclass for each plugin found in LADSPA_PATH, using the Audio::LADSPA::LibraryLoader module.
You can use the Audio::LADSPA::Plugin classes to query the capabilities of the loaded plugin, and you can instantiate new objects from them to do some actual audio processing.
A list of all available classnames on your system can be retrieved from Audio::LADSPA->plugins(), or you can get one by label and / or id via Audio::LADSPA->plugin( %ARGS )
Download (0.080MB)
Added: 2006-06-23 License: Perl Artistic License Price:
1219 downloads
Tiff Plugin 0.3
Tiff Plugin is Mozilla/Netscape compatible plugin for viewing TIFF images. more>>
Tiff Plugin is Mozilla/Netscape compatible plugin for viewing TIFF images.
Its features include zooming, rotation, and a progress bar when downloading images. It is ideal for when available memory is limited.
Main features:
- Zoom in - keyboard shortcut +
- Zoom out - keyboard shortcut -
- Rotate anticlockwise - keyboard shortcut a
- Rotate clockwise - keyboard shortcut c
- Progress bar when downloading images
The plugin is available in .deb format for i386 and amd64 systems. So debian based systems can install with
dpkg -i mozilla-tiff-plugin-i386.deb
OR
dpkg -i mozilla-tiff-plugin-amd64.deb
For non debian based systems, the sources need to be compiled. For compiling the packages pkg-config, libgtk2.0-dev and mozilla-dev need to be installed. The steps to install the source would be
tar -zxvf mozilla-tiff-plugin.tar.gz
cd mozilla-tiff-plugin
make
make plugin
make install
The plugin has been tested on firefox and mozilla browsers.
Enhancements:
- Multi-page tiff support was added.
- Memory management was improved.
<<lessIts features include zooming, rotation, and a progress bar when downloading images. It is ideal for when available memory is limited.
Main features:
- Zoom in - keyboard shortcut +
- Zoom out - keyboard shortcut -
- Rotate anticlockwise - keyboard shortcut a
- Rotate clockwise - keyboard shortcut c
- Progress bar when downloading images
The plugin is available in .deb format for i386 and amd64 systems. So debian based systems can install with
dpkg -i mozilla-tiff-plugin-i386.deb
OR
dpkg -i mozilla-tiff-plugin-amd64.deb
For non debian based systems, the sources need to be compiled. For compiling the packages pkg-config, libgtk2.0-dev and mozilla-dev need to be installed. The steps to install the source would be
tar -zxvf mozilla-tiff-plugin.tar.gz
cd mozilla-tiff-plugin
make
make plugin
make install
The plugin has been tested on firefox and mozilla browsers.
Enhancements:
- Multi-page tiff support was added.
- Memory management was improved.
Download (0.013MB)
Added: 2006-08-01 License: LGPL (GNU Lesser General Public License) Price:
1207 downloads
Todo: AIO plugin 0.31
Todo: AIO plugin is a todo plugin for Aero AIO. more>>
Todo: AIO plugin is a todo plugin for Aero AIO.
Usage:
- Install the plugin via the Aero-AIO config dialog.
<<lessUsage:
- Install the plugin via the Aero-AIO config dialog.
Download (0.020MB)
Added: 2006-06-28 License: GPL (GNU General Public License) Price:
1214 downloads
Sledge::Plugin::DI 0.0.1
Sledge::Plugin::DI is a dependency injection for Sledge. more>>
Sledge::Plugin::DI is a dependency injection for Sledge.
SYNOPSIS
use Sledge::Plugin::DI;
package Your::Pages;
use Sledge::Plugin::DI;
# no create_* methods!
# in your config.yaml
common:
di:
session: Sledge::Session::Memcached
cache: Sledge::Cache::Memcached
charset: Sledge::Charset::Default
authorizer:
- pages: Your::Pages
authorizer: Null
- pages: Your::Pages::Admin
authorizer: Your::Authorizer::Admin
- pages: Your::Pages::My
authorizer: Your::Authorizer::My
manager:
- pages: Your::Pages
session: Cookie
- pages: Your::Pages::Mobile
session: StickyQuery
<<lessSYNOPSIS
use Sledge::Plugin::DI;
package Your::Pages;
use Sledge::Plugin::DI;
# no create_* methods!
# in your config.yaml
common:
di:
session: Sledge::Session::Memcached
cache: Sledge::Cache::Memcached
charset: Sledge::Charset::Default
authorizer:
- pages: Your::Pages
authorizer: Null
- pages: Your::Pages::Admin
authorizer: Your::Authorizer::Admin
- pages: Your::Pages::My
authorizer: Your::Authorizer::My
manager:
- pages: Your::Pages
session: Cookie
- pages: Your::Pages::Mobile
session: StickyQuery
Download (0.018MB)
Added: 2007-01-23 License: Perl Artistic License Price:
1005 downloads
DB Copy Plugin 1.0
DB Copy Plugin is a database copying plugin for the SQuirreL SQL Client. more>>
DB Copy Plugin is a database copying plugin for the SQuirreL SQL Client. DB Copy Plugin makes it possible to copy and paste tables from one session to another and between different databases and includes primary key and foreign key constraints for copied tables, and uses Hibernate 3.0 internally to perform database object type mappings.
It supports Firebird, Oracle, Sybase, MS SQL Server, MySQL, HyperSonic, Pointbase, and PostgreSQL, and allows the user to select a Hibernate dialect for the destination database if one couldnt be determined automatically.
Enhancements:
- Ran latest version of findbugs (http://findbugs.sourceforge.net/) and fixed Ran latest version of findbugs (http://findbugs.sourceforge.net/) and fixed
<<lessIt supports Firebird, Oracle, Sybase, MS SQL Server, MySQL, HyperSonic, Pointbase, and PostgreSQL, and allows the user to select a Hibernate dialect for the destination database if one couldnt be determined automatically.
Enhancements:
- Ran latest version of findbugs (http://findbugs.sourceforge.net/) and fixed Ran latest version of findbugs (http://findbugs.sourceforge.net/) and fixed
Download (2.5MB)
Added: 2006-10-17 License: GPL (GNU General Public License) Price:
1108 downloads
SoundCard Plugin 1.0.0
SoundCard Plugin is an input plugin for XMMS which enables to read audio data directly from the soundcard. more>>
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, this plugin in combination with the FIR filter plugin enables you to use your PC as a DSP to process audio data in real-time using long FIR filters without any need for dedicated DSP hardware.
<<lessUsing 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, this plugin in combination with the FIR filter plugin enables you to use your PC as a DSP to process audio data in real-time using long FIR filters without any need for dedicated DSP hardware.
Download (0.20MB)
Added: 2006-04-05 License: GPL (GNU General Public License) Price:
1303 downloads
XFCE Radio Plugin 0.2.1
XFCE Radio Plugin is an XFCE panel plugin which allows you to control your v4l radio device from within the panel. more>>
XFCE Radio Plugin is a plugin for the XFCE panel, which allows you to control your v4l radio device from within the panel.
<<less Download (0.31MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
864 downloads
FIR Filter Plugin 1.0.0
The FIR filter Plugin is an effect plugin for XMMS which enables to filter audio data using long FIR filters. more>>
FIR filter Plugin is an effect plugin for XMMS which enables to filter audio data using long FIR (finite impulse response) filters. Typical applications is loudspeaker or room equalization which typically requires filters with more than 300 taps (filter weights).
The FIR filter plugin uses the fftw3 library to perform the filtering using the overlap-and-add method. If fftw3 is not available the plugin will perform the filtering (convolution) in the time-domain which is much less efficient for long filters.
<<lessThe FIR filter plugin uses the fftw3 library to perform the filtering using the overlap-and-add method. If fftw3 is not available the plugin will perform the filtering (convolution) in the time-domain which is much less efficient for long filters.
Download (0.20MB)
Added: 2006-04-05 License: GPL (GNU General Public License) Price:
1299 downloads
XMMS Jogdial Plugin 0.1
XMMS Jogdial Plugin is an XMMS plugin for the Sony Vaio PCG-C1XS. more>>
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 plugin for controlling XMMS with the Sony Vaio PCG-C1XS Jogdial. Its based on the "helloword" plugin by iso:crash and using Andrew Tridgells "capture" program SPIC/jogdial management.
- You can use the jogdial for volume control (rotation up or down) on 5% steps.
- You can use the jogdial for playlist control (pressed rotation up or down).
- You can use the jogdial for PLAY/PAUSE control (press).
<<lessXMMS 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 plugin for controlling XMMS with the Sony Vaio PCG-C1XS Jogdial. Its based on the "helloword" plugin by iso:crash and using Andrew Tridgells "capture" program SPIC/jogdial management.
- You can use the jogdial for volume control (rotation up or down) on 5% steps.
- You can use the jogdial for playlist control (pressed rotation up or down).
- You can use the jogdial for PLAY/PAUSE control (press).
Download (0.039MB)
Added: 2005-12-19 License: GPL (GNU General Public License) Price:
1410 downloads
VU Leds XMMS Plugin 0.21
VU Leds XMMS Plugin simulates a vu meter using the keyboard LEDs. more>>
VU Leds XMMS Plugin simulates a vu meter using the keyboard LEDs. Options include reversing LED direction and binary flash mode (binary scale from 0-7). VU Leds must be run as root.
<<less Download (0.11MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1303 downloads
Template::Plugin::SumOf 0.01
Template::Plugin::SumOf is a Perl module to calculate the sum with VMETHODS. more>>
Template::Plugin::SumOf is a Perl module to calculate the sum with VMETHODS.
SYNOPSIS
# in your script
use Template;
use Template::Plugin::SumOf;
my $tt = Template->new;
$tt->process(
template.html,
{
ary => [
{ date => 2006-09-13, price => 300 },
{ date => 2006-09-14, price => 500 }
]
}
)
or die $tt->error;
# in your template.
[% USE SumOf -%]
[%- FOR elem IN objects -%]
[% elem.date %],[% elem.price %]
[% END -%]
,[% objects.sum_of(price) %]
# result.
2006-09-13,300
2006-09-14,500
,800
You can easy to calcurate sum of array, with VMETHODS.
<<lessSYNOPSIS
# in your script
use Template;
use Template::Plugin::SumOf;
my $tt = Template->new;
$tt->process(
template.html,
{
ary => [
{ date => 2006-09-13, price => 300 },
{ date => 2006-09-14, price => 500 }
]
}
)
or die $tt->error;
# in your template.
[% USE SumOf -%]
[%- FOR elem IN objects -%]
[% elem.date %],[% elem.price %]
[% END -%]
,[% objects.sum_of(price) %]
# result.
2006-09-13,300
2006-09-14,500
,800
You can easy to calcurate sum of array, with VMETHODS.
Download (0.004MB)
Added: 2007-01-25 License: Perl Artistic License Price:
1002 downloads
XMMS Nebulus Plugin 0.8.0
Nebulus is an OpenGL/SDL visualization plugin for XMMS. more>>
Nebulus is an OpenGL/SDL visualization plugin for XMMS.
XMMS Nebulus Plugin features many options including fullscreen mode, effects priorities, the display of the song title, and more.
Its conceptually a compilation of various OpenGL effects that depends on the music
<<lessXMMS Nebulus Plugin features many options including fullscreen mode, effects priorities, the display of the song title, and more.
Its conceptually a compilation of various OpenGL effects that depends on the music
Download (0.50MB)
Added: 2007-01-09 License: GPL (GNU General Public License) Price:
1021 downloads
Xfce 4 Radio Plugin 0.2.0
Xfce 4 Radio Plugin is a plugin to control your V4l radio device. more>>
Xfce 4 Radio Plugin is a plugin to control your V4l radio device.
Usage:
First, add the plugin to your panel.
Then, to switch your radio on/off, simply left-click on the plugin’s icon (by default it says “- off -”, if it’s turned on it displays the current frequency).
Once turned on, the middle button will show you the station preset menu. This is also the place to set the frequency you’d like to tune your radio to.
The mouse wheel allows you to change frequency or station preset. You can choose your preferred behaviour in the properties dialog (right-click menu).
<<lessUsage:
First, add the plugin to your panel.
Then, to switch your radio on/off, simply left-click on the plugin’s icon (by default it says “- off -”, if it’s turned on it displays the current frequency).
Once turned on, the middle button will show you the station preset menu. This is also the place to set the frequency you’d like to tune your radio to.
The mouse wheel allows you to change frequency or station preset. You can choose your preferred behaviour in the properties dialog (right-click menu).
Download (0.14MB)
Added: 2007-03-07 License: GPL (GNU General Public License) Price:
963 downloads
Xfce4-Sensors-Plugin 0.7.0
Xfce4-Sensors-Plugin is a plugin for the Xfce 4 panel that shows selected sensors values. more>>
Xfce4-Sensors-Plugin is a plugin for the Xfce 4 panel that shows selected sensors values.
<<less Download (0.37MB)
Added: 2005-10-12 License: GPL (GNU General Public License) Price:
1474 downloads
AxKit2::Plugin 1.1
AxKit2::Plugin is a base class for all plugins. more>>
AxKit2::Plugin is a base class for all plugins.
An AxKit2 plugin allows you to hook into various parts of processing requests and modify the behaviour of that request. This class is the base class for all plugins and this document covers both the details of the base class, and the available hooks and the consequences the return codes for those hooks have.
See "AVAILABLE HOOKS" for the hooks, and "API" for the API provided to all plugins.
WRITING A SIMPLE PLUGIN ^
Most plugin authors should start at AxKit2::Docs::WritingPlugins. However a hook consists of the following things:
An init() method for initialising state.
A register() method for registering hooks outside of the default naming scheme.
A number of conf_*() methods to define configuration directives.
A number of hook_*() methods to implement your hooks.
Any number of helper methods.
Although plugins are classes, they do not need the usual perl extra stuff such as a package declaration, a constructor (such as new()), nor do they require the annoying "1;" at the end of the file. AxKit2 adds those things in for you.
All plugins are simple blessed hashes.
<<lessAn AxKit2 plugin allows you to hook into various parts of processing requests and modify the behaviour of that request. This class is the base class for all plugins and this document covers both the details of the base class, and the available hooks and the consequences the return codes for those hooks have.
See "AVAILABLE HOOKS" for the hooks, and "API" for the API provided to all plugins.
WRITING A SIMPLE PLUGIN ^
Most plugin authors should start at AxKit2::Docs::WritingPlugins. However a hook consists of the following things:
An init() method for initialising state.
A register() method for registering hooks outside of the default naming scheme.
A number of conf_*() methods to define configuration directives.
A number of hook_*() methods to implement your hooks.
Any number of helper methods.
Although plugins are classes, they do not need the usual perl extra stuff such as a package declaration, a constructor (such as new()), nor do they require the annoying "1;" at the end of the file. AxKit2 adds those things in for you.
All plugins are simple blessed hashes.
Download (0.63MB)
Added: 2006-09-18 License: Perl Artistic License Price:
1134 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above plugin 0.018 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed