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.443.376 Times

Capacity Bar Component freeware
Filter: All | Freeware | Demo
 

Capacity Bar Component

< 1 2 3 4 5 > 
Added: September 04, 2010 | Visits: 1.020

POE::Component::Pool::Thread POE::Component::Pool::Thread is a POE Managed Boss/Worker threadpool. SYNOPSIS use POE qw( Component::Pool::Thread ); POE::Component::Pool::Thread->new ( MinFree => 2, MaxFree => 5, MaxThreads => 15, StartThrneads => 5, Name => "ThreadPool", EntryPoint => &thread_entry_point,...



Platforms: *nix

License: Freeware Size: 7.17 KB Download (95): POE::Component::Pool::Thread Download

Released: October 27, 2011  |  Added: November 10, 2011 | Visits: 1.147

Smart Address Bar Firefox Addon The Smart Address Bar suggests cool sites and related search terms while you type. Use your address bar like a search engine and get keyword recommendations as you type. Simply enter a few letters in your address bar, and the Smart Address Bar will do the rest of the work for you by predicting...





Platforms: Windows

License: Freeware Size: 13.52 KB Download (95): Smart Address Bar Firefox Addon Download

Added: August 29, 2008 | Visits: 842

Kikoz Bar Kikoz Bar is a powerful Internet Explorer bar that allows you to encrypt and sync all your bookmarks/favorites and text notes among all your computers and easily share them with other people without any links to visit or special "packages" to deal with. Drag-and-drop interface. Tons of features....


Platforms: Windows

License: Freeware Cost: $19.95 USD Size: 1.55 KB Download (95): Kikoz Bar Download

Added: February 16, 2010 | Visits: 887

POE::Component::NomadJukebox POE::Component::NomadJukebox is an event-based contol of Nomad Jukebox players. SYNOPSIS use POE qw(COmponent::NomadJukebox); use Data::Dumper; POE::Session->create( inline_states => { _start => sub { POE::Component::NomadJukebox->create({ alias => njb }); }, njb_started => sub {...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (94): POE::Component::NomadJukebox Download

Added: July 01, 2010 | Visits: 705

POE::Component::Growl POE::Component::Growl provides a Growl notification dispatcher for POE. POE::Component::Growl provides a facility for notifying events through Growl using the Mac::Growl module as back-end. Integration with POEs architecture allows easy, non-blocking notifications. Multiple notifiers can be...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): POE::Component::Growl Download

Added: November 06, 2010 | Visits: 534

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: July 27, 2010 | Visits: 1.062

POE::Component::Player::Xmms POE::Component::Player::Xmms is a wrapper for the Xmms player. SYNOPSIS use POE qw(Component::Player::Xmms); POE::Component::Player::Xmms->spawn({ alias => xmms }); $kernel->post(xmms => play => test.mp3); POE::Kernel->run(); This component is used to manipulate the Xmms player from...


Platforms: *nix

License: Freeware Size: 95.23 KB Download (92): POE::Component::Player::Xmms 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: September 17, 2010 | Visits: 1.044

POE::Component::Player::Musicus POE::Component::Player::Musicus is a POE wrapper for the musicus audio player. SYNOPSIS use POE qw(Component::Player::Musicus); $musicus = POE::Component::Player::Musicus->new(); $musicus->play("test.mp3"); POE::Kernel->run(); This POE component is used to manipulate the musicus player...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (91): POE::Component::Player::Musicus Download

Added: July 20, 2010 | Visits: 698

POE::Component::Basement POE::Component::Basement provides Class::Std and base POE component functionality. SYNOPSIS package POE::MyComponent; # use as base use base qw/ POE::Component::Basement /; # where the initializations happen (see Class::Std) sub BUILD { ... } # see also Class::Std and...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (90): POE::Component::Basement Download

Added: January 26, 2010 | Visits: 1.097

POE::Component::Client::Traceroute POE::Component::Client::Traceroute is a non-blocking traceroute client. SYNOPSIS use POE qw(Component::Client::Traceroute); POE::Component::Client::Traceroute->spawn( Alias => tracer, # Defaults to tracer FirstHop => 1, # Defaults to 1 MaxTTL => 16, # Defaults to 32 hops Timeout => 0, #...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (90): POE::Component::Client::Traceroute Download

Added: August 16, 2010 | Visits: 862

POE::Component::OSCAR POE::Component::OSCAR is a POE component for the Net::OSCAR module. SYNOPSIS use POE qw(Component::OSCAR); [ ... POE set up ... ] sub _start { # start an OSCAR session $oscar = POE::Component::OSCAR->new(); # start an OSCAR session with automatic throttling of new connections # to...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (90): POE::Component::OSCAR Download

Added: May 21, 2010 | Visits: 805

POE::Component::Client::TCPMulti POE::Component::Client::TCPMulti is a high performance client TCP library. SYNOPSIS # Short Usage POE::Component::Client::TCPMulti->create ( InputEvent => sub { printf "%s:%d: %s", $_[CHEAP]->ADDR, $_[CHEAP]->PORT, $_[ARG0]; }, SuccessEvent => sub { printf "%s:%d: Connection Recieved",...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (90): POE::Component::Client::TCPMulti Download

Added: January 09, 2010 | Visits: 941

POE::Component::DebugShell::Jabber POE::Component::DebugShell::Jabber is a Perl component to allow interactive peeking into a running POE application via Jabber. SYNOPSIS use POE::Component::DebugShell::Jabber; POE::Component::DebugShell::Jabber->spawn( jabber_package => POE::Component::Jabber::Client::XMPP, jabber => {...


Platforms: *nix

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

Added: September 10, 2010 | Visits: 868

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

Released: August 20, 2012  |  Added: August 20, 2012 | Visits: 745

MultiThread Delphi Component MultiThread Delphi Component is a non visual class designed to help you to create multiple threads, for instance for making a multi threaded thumbnailer or any other task that needs many threads. You specify a max. thread count and simply add work to the class and when the work is ready a...


Platforms: Windows

License: Freeware Download (71): MultiThread Delphi Component Download

Released: July 25, 2013  |  Added: September 09, 2013 | Visits: 20.677

Electronic Component and BOM Management Ciiva is an electronic component management tool which has been designed to revolutionize the way components are managed throughout the Product Lifecycle Management (PLM) process. It brings together information sources which are normally fragmented or until now were simply not available and...


Platforms: Windows

License: Freeware Size: 423 KB Download (70): Electronic Component and BOM Management Download

Released: October 01, 2012  |  Added: October 01, 2012 | Visits: 948

Visual Graph ActiveX Component Visual Graph is a standard ActiveX component for developing graphics-related applications of various industries, such as power, coal, chemical, automation monitor, simulation, graphical modeling, graphical topology analysis, vector drawing, tables, geographic information system (GIS), workflow,...


Platforms: Windows

License: Freeware Size: 6.66 MB Download (68): Visual Graph ActiveX Component Download

Released: November 23, 2012  |  Added: November 23, 2012 | Visits: 1.045

Free web based bar code generator tool Generate Bar code images based on size, bar code type, generate multiple bar codes instantly


Platforms: All

License: Freeware Download (66): Free web based bar code generator tool Download

Added: May 10, 2013 | Visits: 882

Simple Upload Progress Bar Simple Upload Progress Bar (PHP) areĀ a few simple web based scripts to upload large files with progress bar (PHP, Perl, Ajax).


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (64): Simple Upload Progress Bar Download

< 1 2 3 4 5 >