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

Edgar Allen Poe software
Filter: All | Freeware | Demo
 

Edgar Allen Poe

< 1 2 3 4 5 > 
Added: July 14, 2010 | Visits: 1.678

ShoutChat ShoutChat is a PHP script which allows developers to add an instant message (or IRC) like shout box to Web sites. The shoutchat is an iframe element (Mozilla compatible), and the script operates using Javascript and stores the messages in a MySQL database (a file gets complicated with...



Platforms: *nix

License: Freeware Size: 48.13 KB Download (115): ShoutChat 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: November 24, 2010 | Visits: 1.020

Net::DAAP::Server::AAC Net::DAAP::Server::AAC is a DAAP server that handles MP3 and AAC. SYNOPSIS use POE; use Net::DAAP::Server::AAC; # same as Net::DAAP::Server my $server = Net::DAAP::Server::AAC->new( path => "/home/miyagawa/music", port => 9999, name => "My Music", ); $poe_kernel->run;...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (106): Net::DAAP::Server::AAC Download

Added: January 25, 2010 | Visits: 727

Pineapple News Pineapple News is a USENET newsreader for Mac OS X. It is primarily an offline reader, but it has features and user interface conventions that make it easy to use online also. As you can see, it uses the traditional three-pane paradigm.Pineapple News can decode binary attachments in several...


Platforms: Mac

License: Shareware Cost: $0.00 USD Download (105): Pineapple News Download

Added: April 02, 2010 | Visits: 1.104

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: November 09, 2010 | Visits: 1.131

DOM Menu DOM Menu allows developers to add dynamic, hierarchical popup menus on their web pages. The direction of the menu can either be horizontal or vertical and the menu can open (or popout) in either direction. It has both screen edge detection and < select > element detection (for browsers that...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (103): DOM Menu Download

Added: August 12, 2010 | Visits: 743

POE::Filter::FSSocket POE::Filter::FSSocket is a POE filter that parses FreeSWITCH events into hashes. SYNOPSIS #!/usr/bin/perl use warnings; use strict; use POE qw(Component::Client::TCP Filter::FSSocket); use Data::Dumper; POE::Component::Client::TCP->new( RemoteAddress => 127.0.0.1, RemotePort =>...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (102): POE::Filter::FSSocket 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: September 12, 2010 | Visits: 1.196

Video::Info::MPEG::Constants Video::Info::MPEG::Constants is a suite of modules to probe video files for various attributes. Previous versions of Video::Info depended on external modules, such as RIFF::Info and ASF::Info. This is no longer the case, you dont need to install them. All the functionality is now included with...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (101): Video::Info::MPEG::Constants 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: 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

Released: August 30, 2011  |  Added: October 03, 2011 | Visits: 774

MindOnTrack MindOnTrack - first in the world task manager with built-in mind maps! Why is it matter? First, mind maps allows you to quickly do a brainstorm of your problems. Once the map is completed, it can easily be transformed into a set of projects and actions. Second, any task list, a set of projects,...


Platforms: Windows

License: Demo Cost: $0.00 USD Size: 45.36 MB Download (99): MindOnTrack Download

Added: April 23, 2010 | Visits: 1.061

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: 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: May 07, 2010 | Visits: 867

POE::Filter::LZW::Progressive POE::Filter::LZW::Progressive is a POE filter wrapped around Compress::LZW::Progressive..


Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): POE::Filter::LZW::Progressive Download

Added: September 17, 2010 | Visits: 1.183

Video::Info::MPEG::System Video::Info::MPEG::System is a suite of modules to probe video files for various attributes. Previous versions of Video::Info depended on external modules, such as RIFF::Info and ASF::Info. This is no longer the case, you dont need to install them. All the functionality is now included with the...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (96): Video::Info::MPEG::System Download

Added: November 04, 2010 | Visits: 935

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: February 18, 2010 | Visits: 678

POE::Exceptions POE::Exceptions is a POE class for handling exceptions. SYNOPSIS use POE::Exceptions; POE::Session::Exception->create( inline_states => { _start => sub { print START; $_[KERNEL]->sig(DIE,death_handled); }, death_handled => sub { print EXCEPTION CAUGHT $_[KERNEL]->sig_handled(); },...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (95): POE::Exceptions Download

Added: March 01, 2010 | Visits: 963

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

< 1 2 3 4 5 >