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

Forum Component freeware
Filter: All | Freeware | Demo
 

Forum Component

< 1 2 3 4 5 > 
Added: August 20, 2010 | Visits: 1.128

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: August 12, 2008 | Visits: 1.279

NetToolWorks.NET S/MIME component The NetToolworks.Net S/MIME component allows .NET developers to quickly and easily add advanced E-mail encryption, decryption, signing and verification capabilities to their applications with minimal coding. S/MIME comes either as a standalone product for existing owners of our Mail component or...






License: Freeware Size: 2.1 KB Download (133): NetToolWorks.NET S/MIME component Download

Added: August 20, 2008 | Visits: 1.195

Visual Component Framework The Visual Component Framework is a C++ application framework that offers a modern, clean, C++ architecture and is designed to be cross platform. The core framework is divided into three major libraries, the FoundationKit, the GraphicsKit, and the ApplicationKit. Anti-aliased graphics are...


Platforms: Windows

License: Freeware Size: 29.06 MB Download (132): Visual Component Framework Download

Added: April 16, 2010 | Visits: 1.017

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: August 13, 2008 | Visits: 829

ZBit Zip-Unzip Component Lite Very light component for zipping and unzipping files from your code. Only provides basic functionality but is very fast and small (only 16Kb).


Platforms: Windows

License: Freeware Size: 16 KB Download (122): ZBit Zip-Unzip Component Lite Download

Added: June 20, 2010 | Visits: 1.391

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: May 15, 2010 | Visits: 1.049

POE::Component::Client::Rcon POE::Component::Client::Rcon is an implementation of the Rcon remote console protocol. SYNOPSIS use POE qw(Component::Client::Rcon); my $rcon = new POE::Component::Client::Rcon(Alias => rcon, Timeout => 15, Retry => 2, Bytes => 8192, ); $kernel->post(rcon, rcon, hl, 127.0.0.1, 27015,...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (115): POE::Component::Client::Rcon Download

Added: August 31, 2008 | Visits: 937

Random Number ActiveX Component Generate random numbers and random strings with this free ActiveX component.


Platforms: Windows

License: Freeware Size: 50 KB Download (114): Random Number ActiveX Component Download

Added: September 02, 2010 | Visits: 1.166

POE::Component::Proxy::TCP POE::Component::Proxy::TCP is a simplified TCP proxy. SYNOPSIS use POE qw(Component::Proxy::TCP); POE::Component::Proxy::TCP->new (Alias => "ProxyServerSessionAlias", Port => $local_server_port, OrigPort => $remote_server_port, OrigAddress => $remote_server_host, DataFromClient =>...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (112): POE::Component::Proxy::TCP Download

Added: September 27, 2010 | Visits: 2.746

Webdesign-Forum.de Toolbar Webdesign-Forum.de Toolbar is a Firefox extension that offers you a Webdesign-Forum.de toolbar. Whats New in This Release: - Firefox: 1.0 – 1.4. Webdesign-Forum.de,Erfahrungsaustausch A?ber Webdesign, Design, Layout, SEO, barrierefreie Seiten und Programmierung - z.B. in PHP, PERL, ASP,...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (112): Webdesign-Forum.de Toolbar Download

Added: January 25, 2010 | Visits: 1.003

Forum GT RSS Mac Widget Forum GT RSS Mac Widget allows you to read the Forum GT Mac section (an italian webmaster resource forum).


Platforms: Mac

License: Freeware Download (109): Forum GT RSS Mac Widget Download

Added: August 15, 2008 | Visits: 1.058

NetToolWorks.NET FTP component The NetToolworks.Net FTP component has a rich feature set allowing you to add FTP functionality to your applications without having to learn complex protocols. Bulk file transfers, proxy support, file/memory streaming, direct access to the FTP protocol and the ability to extend the framework are...



License: Freeware Size: 2.1 KB Download (108): NetToolWorks.NET FTP component Download

Added: March 03, 2010 | Visits: 1.568

Shadowlands Forum Shadowlands Forum is a flexible, friendly, robust chatroom reachable via any telnet client. Shadowlands Forum project uses UNIX username and password for authentication, and includes the authlocal module to authenticate quickly from localhost. Shadowlands Forum is the dedicated, wonderful work...


Platforms: *nix

License: Freeware Size: 266.24 KB Download (107): Shadowlands Forum Download

Added: May 18, 2010 | Visits: 2.619

WWW Forum WWW Forum is an extremely fast and reliable Web forum that is fully configurable and packed with features. The primary focus is the forum (message board), but many other useful communications features are either already implemented or planned for a future release. These all make a consistent...


Platforms: *nix

License: Freeware Size: 56.32 KB Download (104): WWW Forum Download

Added: April 02, 2010 | Visits: 1.105

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: August 16, 2010 | Visits: 1.233

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: 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: June 15, 2010 | Visits: 747

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: November 03, 2010 | Visits: 1.054

formVista formVista is an open-source dual-licensed PHP component framework for the rapid creation of advanced business web applications that run in commodity hosting environments. formVista purpose is to help web development companies do more, faster, with less staff. The framework implements the...


Platforms: *nix

License: Freeware Size: 2.4 MB Download (100): formVista Download

Added: November 06, 2010 | Visits: 1.057

POE::Component::Server::HTTP POE::Component::Server::HTTP is a foundation of a POE HTTP Daemon. SYNOPSIS use POE::Component::Server::HTTP; use HTTP::Status; my $aliases = POE::Component::Server::HTTP->new( Port => 8000, ContentHandler => { / => &handler1, /dir/ => sub { ... }, /file => sub { ... } }, Headers =>...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (99): POE::Component::Server::HTTP Download

< 1 2 3 4 5 >