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

Component Frameworks software
Filter: All | Freeware | Demo
 

Component Frameworks

< 1 2 3 4 5 > 
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

Added: November 06, 2010 | Visits: 531

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

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

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

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

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: April 27, 2010 | Visits: 1.452

Frameworks Frameworks is stop-motion animation frame capture software primarily for Linux. It captures images from a camera and strings them together into an animation. These still images may then be combined into a single video file using other software. Only video4linux webcams are currently supported;...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (155): Frameworks Download

Added: July 01, 2010 | Visits: 703

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: June 20, 2010 | Visits: 1.389

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 (119): POE::Component::Client::AirTunes Download

Added: June 15, 2010 | Visits: 746

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: July 20, 2010 | Visits: 697

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

Added: May 21, 2010 | Visits: 803

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: August 20, 2010 | Visits: 1.127

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

Released: December 12, 2008  |  Added: April 26, 2010 | Visits: 1.615

FlyCharts Flash Chart Component FlyCharts is a chart flash component, which is a set of Adobe Flash (SWF) files that gives you outstanding possibility to visualize your data. FlyCharts help create compact, interactive flash graphs, charts, diagrams fast and easy. FlyCharts doesn't need installation, runs without using an...


Platforms: Windows, Mac, *nix, OS/2

License: Shareware Cost: $99.00 USD Size: 452.03 KB Download (446): FlyCharts Flash Chart Component Download

Released: September 12, 2011  |  Added: September 15, 2011 | Visits: 1.603

Edraw Viewer Component for Word Edraw Viewer Component for Word contains a standard ActiveX control that acts as an ActiveX document container for hosting MS Word documents in a custom form or Web page. The control is lightweight and flexible, and gives developers new possibilities for using Office in a custom solution....


Platforms: Windows

License: Shareware Cost: $999.00 USD Size: 2.67 MB Download (131): Edraw Viewer Component for Word Download

Released: July 31, 2012  |  Added: September 20, 2012 | Visits: 1.234

Edraw Viewer Component for Excel Edraw Viewer Component for Excel contains a standard ActiveX control that acts as an ActiveX document container for hosting MS Excel documents in a custom form or Web page. The control is lightweight and flexible, and gives developers new possibilities for using Office in a custom solution....


Platforms: Windows

License: Shareware Cost: $999.00 USD Size: 5.53 MB Download (123): Edraw Viewer Component for Excel Download

Released: November 20, 2007  |  Added: October 20, 2010 | Visits: 1.100

ANSMTP SMTP Component ANSMTP Object is a high performance, easy- to-use and full-featured SMTP COM Object (email component) which enables your ASP, VB, VC++, C#, VB.NET, ASP.NET, VBS, Jscript, WScript, Delphi or other COM environment application to send rich text/HTML email using the SMTP/ESMTP protocol. ANSMTP...


Platforms: Windows

License: Shareware Cost: $99.95 USD Size: 1.05 MB Download (112): ANSMTP SMTP Component Download

Released: May 16, 2019  |  Added: June 09, 2019 | Visits: 1.298

EASendMail SMTP Component EASendMail enables your C#, VB.NET, JScript.NET, ASP.NET or other .NET framework applications to send Text/Html email based on SMTP/ESMTP protocol. It is a full-featured component which supports all operations of the SMTP/ESMTP protocol and provides many advanced features as follows: - DNS...


Platforms: Windows Server

License: Shareware Cost: $99.95 USD Size: 3.58 MB Download (153): EASendMail SMTP Component Download

Released: August 20, 2013  |  Added: January 11, 2015 | Visits: 1.092

Edraw Viewer Component for MS Word Edraw Viewer Component for Word contains a standard ActiveX control that acts as an ActiveX document container for hosting MS Word documents in a custom form or Web page. The control is lightweight and flexible, and gives developers new possibilities for using Office in a custom solution. The...


Platforms: Windows

License: Shareware Cost: $999.00 USD Size: 5.53 MB Download (121): Edraw Viewer Component for MS Word Download

< 1 2 3 4 5 >