Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.476.317 Times

Netobjects Menu Component freeware
Filter: All | Freeware | Demo
 

Netobjects Menu Component

< 1 2 3 4 5 > 
Added: April 23, 2010 | Visits: 1.064

POE::Component::Player::Slideshow POE::Component::Player::Slideshow is a wrapper for the qiv application. SYNOPSIS use POE qw(Component::Player::Slideshow); $mp = POE::Component::Player::Slideshow->new(); $mp->play("/tmp/pix"); POE::Kernel->run(); This component is used to manipulate a slideshow viewer from within a... Platforms: *nix

License: Freeware Size: 20.48 KB Download (97): POE::Component::Player::Slideshow Download

Added: April 02, 2010 | Visits: 1.106

POE::Component::Player::Mpg123 SYNOPSIS use POE qw(Component::Player::Mpg123); $mp = POE::Component::Player::Mpg123->new(); $mp->play("/tmp/test.mp3"); POE::Kernel->run(); This component is used to manipulate the mpg123 player from within a POE application. The less common but open-source mpg321 has also been tested.... Platforms: *nix

License: Freeware Size: 7.17 KB Download (104): POE::Component::Player::Mpg123 Download

Added: April 16, 2010 | Visits: 1.019

POE::Component::Enc::Mp3 POE::Component::Enc::Mp3 is a mp3 encoder wrapper. SYNOPSIS use POE qw(Component::Enc::Mp3); $mp3 = POE::Component::Enc::Mp3->new($bitrate => 160); $mp3->enc("/tmp/tst.wav"); POE::Kernel->run(); This POE component encodes raw audio files into mp3 format. It is merely a wrapper for the... Platforms: *nix

License: Freeware Size: 3.07 KB Download (122): POE::Component::Enc::Mp3 Download

Added: February 27, 2010 | Visits: 1.680

Fluxbox Tray Menu Fluxbox Tray Menu is a little tray menu for use with the Fluxbox window manager. It creates an icon where you can reach your ~/.fluxbox/menu menus. Installation: The simplest way to compile this package is: 1. `cd to the directory containing the packages source code and type `./configure to... Platforms: *nix

License: Freeware Size: 81.92 KB Download (99): Fluxbox Tray Menu Download

Added: June 19, 2010 | Visits: 1.056

PoJoe Component Libraries PoJoe Component Libraries project is a set of Java POJO components, originally developed for OSMQ. Developers have found these components useful in building robust enterprise applications. Of note are: a FIFO queue that utilizes memory until a size threshold is reached, paging overflow elements... Platforms: *nix

License: Freeware Size: 890.88 KB Download (95): PoJoe Component Libraries Download

Added: May 24, 2010 | Visits: 969

AI::Menu AI::Menu is a Perl object that generates Tree::Nary objects from directed graphs or a description of the function set. The algorithm is not very efficient (approximately O(F^6), F being the number of functions). It is also not quite as intelligent as it should be. You should cache the results... Platforms: *nix

License: Freeware Size: 6.14 KB Download (92): AI::Menu Download

Added: October 24, 2010 | Visits: 746

Tasty Menu Tasty Menu project is a KMenu replacement aiming to provide the maximum usability, or at least to be a testbed for usability concepts and ideas for a future kmenu replacement. The left part of the menu is very similar to the Novell idea (http://www.novell.com/products/desktop/preview.html): you... Platforms: *nix

License: Freeware Size: 296.96 KB Download (91): Tasty Menu Download

Added: June 02, 2010 | Visits: 849

XDG-Menu XDG-Menu project is a ROX panel applet that displays an applications menu button. The menus it builds fit the XDG Menu Specification published by freedesktop.org.. Platforms: *nix

License: Freeware Size: 27.65 KB Download (91): XDG-Menu Download

Added: April 23, 2010 | Visits: 938

epstools service menu epstools service menu is used to create a tiff preview inside an eps file. If a preview exists, it is replaced by the created one.. epstools service menu KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development... Platforms: *nix

License: Freeware Download (94): epstools service menu Download

Added: May 25, 2010 | Visits: 1.014

Fedora Package Menu Fedora Package Menu is a service menu for easy installation of downloaded RPMs. Requires sudo and good configuration of sudo.. Fedora Package Menu KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration... Platforms: *nix

License: Freeware Download (119): Fedora Package Menu Download

Added: January 27, 2010 | Visits: 1.010

Openbox menu editor Openbox menu editor program is a tool that simplifies the process of editing Openboxs complex XML-based menu file.. Platforms: *nix

License: Freeware Size: 16.38 KB Download (116): Openbox menu editor Download

Added: August 16, 2010 | Visits: 1.236

POE::Component::Audio::Mad::Dispatch POE::Component::Audio::Mad::Dispatch is a POE::Component::Audio::Mad frontend implementing listener based message dispatch. SYNOPSIS use POE; use POE::Component::Audio::Mad::Dispatch; ## we print some stuff below, and we dont want it ## to get buffered.. so turn on autoflush. $| = 1;... Platforms: *nix

License: Freeware Size: 22.53 KB Download (101): POE::Component::Audio::Mad::Dispatch Download

Added: September 10, 2010 | Visits: 870

POE::Component::Audio::Mad::Handle POE::Component::Audio::Mad::Handle is a POE Component to facilitate IPC with the POE::Wheel::Audio::Mad mpeg decoder. SYNOPSIS use POE; use POE::Component::Audio::Mad::Handle; ## create an IPC bridge on stdin/stdout create POE::Component::Audio::Mad::Handle(); ## create a custom IPC... Platforms: *nix

License: Freeware Size: 22.53 KB Download (88): POE::Component::Audio::Mad::Handle Download

Added: November 06, 2010 | Visits: 535

POE::Component::ControlPort::DefaultCommands POE::Component::ControlPort::DefaultCommands is a set of default commands available to the control port.. Platforms: *nix

License: Freeware Size: 12.29 KB Download (93): POE::Component::ControlPort::DefaultCommands Download

Added: February 26, 2010 | Visits: 759

POE::Component::ControlPort::Command POE::Component::ControlPort::Command is a Perl module with register control port commands. SYNOPSIS use POE::Component::ControlPort::Command; POE::Component::ControlPort::Command->register( name => test, topic => sample_commands, usage => test [ text to echo ] help_text => test command.... Platforms: *nix

License: Freeware Size: 12.29 KB Download (101): POE::Component::ControlPort::Command Download

Added: May 08, 2010 | Visits: 863

POE::Component::ControlPort POE::Component::ControlPort is a Perl module with network control port for POE applications. SYNOPSIS use POE; use Getopt::Long; use POE::Component::ControlPort; use POE::Component::ControlPort::Command; my @commands = ( { help_text => My command, usage => my_command [ arg1, arg2 ],... Platforms: *nix

License: Freeware Size: 12.29 KB Download (97): POE::Component::ControlPort Download

Added: February 01, 2010 | Visits: 680

POE::Component::DebugShell POE::Component::DebugShell is a component to allow interactive peeking into a running POE application. SYNOPSIS use POE::Component::DebugShell; POE::Component::DebugShell->spawn(); This component allows for interactive peeking into a running POE application. spawn() creates a ReadLine... Platforms: *nix

License: Freeware Size: 7.17 KB Download (92): POE::Component::DebugShell Download

Added: March 10, 2010 | Visits: 986

Personal Menu Personal Menu allows your menus to look more compact and personal. Feel tired of the conservative menus, and have tried many extensions to make them look more compact and personal? With the Personal Menu, you can hide the menus in Menus Toolbar (even the Menus Toolbar), and design your own... Platforms: *nix

License: Freeware Size: 54.27 KB Download (105): Personal Menu Download

Added: March 01, 2010 | Visits: 967

POE::Component::Client::FTP POE::Component::Client::FTP is a Perl module that implements an FTP client POE Component. SYNOPSIS use POE::Component::Client::FTP; POE::Component::Client::FTP->spawn ( Alias => ftp, Username => test, Password => test, RemoteAddr => localhost, Events => [ qw( authenticated put_connected... Platforms: *nix

License: Freeware Size: 13.31 KB Download (95): POE::Component::Client::FTP Download

Added: February 22, 2010 | Visits: 1.089

Browser Bookmarks Menu Browser Bookmarks Menu is a small Gnome applet to allow easy access to your browsers bookmarks, even when your browser is not open. This applet is like the Bookmarks menu of your preferred browser (e.g. Epiphany, Firefox), but lives in the panel, like the Gnome Menu Bar. This means that it is... Platforms: *nix

License: Freeware Size: 13.31 KB Download (93): Browser Bookmarks Menu Download

< 1 2 3 4 5 >