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

Flex Component Bar Chart freeware
Filter: All | Freeware | Demo
 

Flex Component Bar Chart

< 1 2 3 4 5 
Added: February 26, 2010 | Visits: 755

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: 857

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 (91): POE::Component::ControlPort Download

Added: February 01, 2010 | Visits: 674

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 01, 2010 | Visits: 959

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: September 25, 2010 | Visits: 1.661

New Tab Button on Tab Bar New Tab Button on Tab Bar is an extension which adds a new tab button to the tab bar. This extension adds a new tab button to the tab bar. You do not need an extension to add a new tab button to the *toolbar*, but if you want a new tab button on the *tab bar* youll need this extension. This...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (169): New Tab Button on Tab Bar Download

Added: July 01, 2010 | Visits: 701

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: July 09, 2010 | Visits: 1.351

Chart::Sequence Chart::Sequence is a sequence Perl class. SYNOPSIS use Chart::Sequence; my $s = Chart::Sequence->new( Nodes => [qw( A B C )], Messages => [ [ A => B => "Message 1" ], [ B => A => "Ack 1" ], [ B => C => "Message 2" ], ], ); # or # my $s = Chart::Sequence->new( SeqMLInput =>...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (104): Chart::Sequence Download

Added: June 20, 2010 | Visits: 1.385

POE::Component::Client::AirTunes POE::Component::Client::AirTunes is a Perl module with stream music to Airport Express. SYNOPSIS use POE qw( Component::Client::AirTunes ); POE::Component::Client::AirTunes->new( host => $ip, alias => "airtunes", events => { connected => connected, error => error, done => done, },...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (113): POE::Component::Client::AirTunes Download

Added: June 15, 2010 | Visits: 744

POE::Component::YahooMessenger POE::Component::YahooMessenger is a POE component for Yahoo! Messenger. SYNOPSIS use POE qw(Component::YahooMessenger); # spawn YM session POE::Component::YahooMessenger->spawn(Alias => ym); # register your session for callbacks $kernel->post(ym => register); # tell YM how to connect...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (100): POE::Component::YahooMessenger Download

Added: September 04, 2010 | Visits: 1.016

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

Added: May 21, 2010 | Visits: 798

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 (89): POE::Component::Client::TCPMulti Download

Added: August 20, 2010 | Visits: 1.124

POE::Component::Enc::Flac POE::Component::Enc::Flac is a POE component to wrap FLAC encoder flac. SYNOPSIS use POE qw(Component::Enc::Flac); $encoder1 = POE::Component::Enc::Flac->new(); $encoder1->enc(input => "/tmp/track03.wav"); $encoder2 = POE::Component::Enc::Flac->new( parent => mainSession, priority =>...


Platforms: *nix

License: Freeware Size: 737.28 KB Download (146): POE::Component::Enc::Flac Download

Added: November 03, 2010 | Visits: 1.198

Chart::XMGR Chart::XMGR is a Perl object for displaying data via XMGR. SYNOPSIS use Chart::XMGR; xmgr($a, { SYMBOL => plus}; use Chart::XMGR (); $xmgr = new Chart::XMGR; $xmgr->line($pdl); $pdl->$xmgr->line; xmgr($pdl, { LINESTYLE => dotted }); Provides a perl/PDL interface to the XMGR...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (106): Chart::XMGR Download

Added: July 19, 2010 | Visits: 1.004

Chart::GRACE Chart::GRACE is a Perl object for displaying data via Xmgrace. SYNOPSIS use Chart::GRACE; xmgrace($a, { SYMBOL => plus}; use Chart::GRACE (); $grace = new Chart::GRACE; $grace->plot($pdl); xmgrace($pdl, { LINESTYLE => dotted }); Provides a perl/PDL interface to the XMGR plotting...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (102): Chart::GRACE Download

Added: March 16, 2010 | Visits: 1.874

VeriSign EV Green Bar Extension VeriSign EV Green Bar Extension enables Firefox to recognize SSL servers that have implemented the Extended Validation Certificate as currently supported by Microsoft in IE7. Installing this extension brings identical functionality to Firefox. VeriSign EV Green Bar Extension add-on adds...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (131): VeriSign EV Green Bar Extension Download

Added: October 14, 2010 | Visits: 3.697

Flex Flex is a Fast Lexical Analyzer. Flex is a fast lexical analyzer generator. It is a tool for generating programs that perform pattern-matching on text. Flex is a non-GNU free implementation of the well known Lex program. Flex is a tool for generating scanners: programs which recognized...


Platforms: *nix

License: Freeware Size: 880.64 KB Download (327): Flex Download

Released: June 17, 2010  |  Added: July 12, 2010 | Visits: 1.730

TeeChart for PHP Open Source Object-Oriented Charting component library completely written in PHP and ready to be used in any PHP scripts. It includes full source code meaning that no loaders have to be used in order to create a Graph on servers. PHP Charting Library Feature Summary: - 100% PHP5 code - Full PHP...


Platforms: Windows, Other

License: Freeware Size: 6.55 MB Download (163): TeeChart for PHP Open Source Download

Released: April 27, 2011  |  Added: May 07, 2011 | Visits: 1.302

Quick Access Bar This tool displays an aero-glass quick access bar for folders and drives on the top of your desktop. It has options to automatically hide itself when not needed and to add custom folders and system folders (e.g. Control Panel,...). It displays the available space on the drive and lets you specify...


Platforms: Windows

License: Freeware Size: 647 KB Download (123): Quick Access Bar Download

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

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

Released: October 12, 2011  |  Added: November 22, 2011 | Visits: 1.728

Windows Task Bar ViGlance Enhance your windows task bar with brand new themes and features with ViGlance! ViGlance makes your life simpler and less complicated. Its now easier for you to manage your programs on the task bar and at the same time gives your task bar a brand new look and feel with different themes to choose...


Platforms: Windows

License: Freeware Size: 328.02 KB Download (110): Windows Task Bar ViGlance Download

< 1 2 3 4 5