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

Pipe Component Calculation Program software
Filter: All | Freeware | Demo
 

Pipe Component Calculation Program

< 1 2 3 4 5 
Released: June 23, 2010  |  Added: July 03, 2010 | Visits: 1.966

Delphi ZIP Component ZipForge ZipForge is an advanced Delphi ZIP component, written completely in Delphi. It doesn't require any DLLs. ZipForge features include SFX archives support, repair, encryption, unicode filenames support, Zip64, string AES encryption splitting and multi-spanning support. Full source code is available....



Platforms: Windows

License: Shareware Cost: $69.00 USD Size: 12.73 MB Download (186): Delphi ZIP Component ZipForge Download

Released: May 06, 2014  |  Added: June 15, 2014 | Visits: 1.416

FTP Client Engine for Xbase++ The MarshallSoft FTP client component Xbase library (FCE4XB) provides direct control of the FTP protocol from any 32-bit or 64-bit Windows application program. The FTP Client Library uses a simple API to easily write programs that: - Connect to any FTP server. - Get a list of files on the...





Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $115.00 USD Size: 407 KB Download (115): FTP Client Engine for Xbase++ Download

Added: August 16, 2008 | Visits: 1.586

Guide-Calculation Guide-Calculation for Fishing Rods - English version of our software that helps in the construction of new rods - distances, diameters, heights of guides etc. Note: our links will start the download, the program homepage is here but it's in German!


Platforms: Windows

License: Freeware Size: 853 KB Download (147): Guide-Calculation Download

Released: March 23, 2013  |  Added: April 15, 2013 | Visits: 2.260

Telnet SSH ActiveX Component Telnet, Rlogin, SSH client ActiveX control, free to try! Do you want to have telnet and SSH client connection functionality in your program? Now it is easy to implement this feature with Telnet SSH ActiveX. Support RAW, Telnet, SSH, Rlogin connection type; Standard ActiveX contrl; Provide demos...


Platforms: Windows

License: Shareware Cost: $299.95 USD Size: 671.87 KB Download (195): Telnet SSH ActiveX Component Download

Released: February 19, 2009  |  Added: February 23, 2009 | Visits: 3.242

Music Organizer Program How to Organize Music? Organize Music - easily? Organize music - automatically with the Music Organizer Program. This automatic music organizer is a music organizer program that will organize music by artist, music organizer that will organize music by album, by genre, in any folder and exactly...


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 17.42 MB Download (168): Music Organizer Program Download

Released: August 25, 2007  |  Added: June 16, 2009 | Visits: 3.859

Financial Charting Component The Financial Charting Component is a specifically designed, high end stock charting component. Its great features include: 1. Written in 100 percent Visual C Sharp (CLS Compliant) 2. Integrated with Microsoft Visual Studio 2003 and 2005 3. Friendly usability and interactivity 4....


Platforms: Windows

License: Commercial Cost: $349.99 USD Size: 4.24 MB Download (576): Financial Charting Component Download

Added: September 04, 2010 | Visits: 1.292

POE::Component::Client::Halo POE::Component::Client::Halo is an implementation of the Halo query protocol. SYNOPSIS use Data::Dumper; # for the sample below use POE qw(Component::Client::Halo); my $halo = new POE::Component::Client::Halo( Alias => halo, Timeout => 15, Retry => 2, ); $kernel->post(halo, info,...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (163): POE::Component::Client::Halo 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: 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: September 02, 2010 | Visits: 1.167

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: November 04, 2010 | Visits: 937

POE::Component::Amazon::S3 POE::Component::Amazon::S3 is a Perl module to work with Amazon S3 using POE. SYNOPSIS use POE qw(Component::Amazon::S3); POE::Component::Amazon::S3->spawn( alias => s3, aws_access_key_id => your S3 id, aws_secret_access_key => your S3 key, ); ### Methods for working with buckets #...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (95): POE::Component::Amazon::S3 Download

Added: November 06, 2010 | Visits: 1.058

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

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

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 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: April 23, 2010 | Visits: 1.063

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

< 1 2 3 4 5