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

Hello World software
Filter: All | Freeware | Demo
 

Hello World

< 1 2 3 4 5 > 
Added: May 12, 2010 | Visits: 976

X::Osd X::Osd is a Perl extension to the X On Screen Display library (xosd). SYNOPSIS use X::Osd; my $osd = X::Osd->new(NULL, 2); $osd->set_font("-*-lucidatypewriter-medium-r-normal-*-*-25-*-*-*-*-*-*"); $osd->set_colour("Green"); $osd->set_timeout(3); $osd->set_pos(XOSD_top);... Platforms: *nix

License: Freeware Size: 6.14 KB Download (138): X::Osd Download

Added: June 15, 2010 | Visits: 749

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: January 27, 2010 | Visits: 1.103

Speech::Recognizer::ViaVoice Speech::Recognizer::ViaVoice contains Perl wrappers for IBMs ViaVoice speech Recognizer library. SYNOPSIS use Speech::Recognizer::ViaVoice; $| = 1; if (0 == connectEngine) { if ( 0 == defineVocab(myTestVocab, [hello,world,quit]) ) { print please say "hello", "world", or "quit" at each... Platforms: *nix

License: Freeware Size: 8.19 KB Download (132): Speech::Recognizer::ViaVoice Download

Added: July 08, 2010 | Visits: 874

HTTPClient This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the... Platforms: *nix

License: Freeware Size: 532.48 KB Download (94): HTTPClient Download

Added: May 01, 2010 | Visits: 662

Blindeyes 1.0.0 BlindEyes is an open-source distributed framework designed to allow the distribution and chaining together of code in many popular languages. BlindEye is a Web Interface front-end to BlindEyes. It allows the user to submit and view jobs, view statistics on the controller and the nodes, and... Platforms: *nix

License: Freeware Size: 11 MB Download (90): Blindeyes 1.0.0 Download

Added: June 23, 2010 | Visits: 896

DBD::MaxDB DBD::MaxDB is a Perl module for MySQL MaxDB database driver for the DBI module version 7.6.0 BUILD 027-121-124-939. SYNOPSIS use DBI; $dbh = DBI->connect("dbi:MaxDB:$hostname/$dbname", "$user", "$password") or die "Cant connect $DBI::err $DBI::errstrn"; $sth = $dbh->prepare("SELECT Hello... Platforms: *nix

License: Freeware Size: 87.04 KB Download (100): DBD::MaxDB Download

Added: August 13, 2010 | Visits: 762

HTML::Declare HTML::Declare is a Perl module for When Template Systems Are Too Huge And Heredocs Too Messy. SYNOPSIS # Import all constructors use HTML::Declare :all; # A simple hello world print HTML { _ => [ HEAD { _ => TITLE { _ => Hello World! } }, BODY { _ => Hello World! } ] }; # Import... Platforms: *nix

License: Freeware Size: 19.46 KB Download (93): HTML::Declare Download

Added: April 16, 2010 | Visits: 975

B::Deparse B::Deparse is a Perl compiler backend to produce perl code. SYNOPSIS perl -MO=Deparse[,-d][,-fFILE][,-p][,-q][,-l] [,-sLETTERS][,-xLEVEL] prog.pl B::Deparse is a backend module for the Perl compiler that generates perl source code, based on the internal compiled structure that perl itself... Platforms: *nix

License: Freeware Size: 12.2 MB Download (93): B::Deparse Download

Added: March 26, 2010 | Visits: 970

Escher Escher is a Java X11 library. Escher is a collection of libraries for X Window System written purely in Java. It consists of an X11 protocol implementation (similar to Xlib for C/C++), and its extensions including GLX, and the OpenGL rendering protocol. How To Run Install JDK 1.3... Platforms: *nix

License: Freeware Size: 53.25 KB Download (109): Escher Download

Added: March 04, 2010 | Visits: 783

Search::FreeText Search::FreeText is a free text indexing module for medium-to-large text corpuses. SYNOPSIS my $test = new Search::FreeText(-db => [DB_File, "stories.db"]); $text->open_index(); $text->clear_index(); $text->index_document(1, "Hello world"); $text->index_document(2, "World in motion");... Platforms: *nix

License: Freeware Size: 10.24 KB Download (95): Search::FreeText Download

Added: January 17, 2010 | Visits: 861

Text::ScriptTemplate Text::ScriptTemplate is a standalone ASP/JSP/PHP-style template processor. SYNOPSIS use Text::ScriptTemplate; $text = < # - any Perl expression is supported Message is: < %= $TEXT % >. # - also supports variable expansion < % } % >... Platforms: *nix

License: Freeware Size: 9.22 KB Download (91): Text::ScriptTemplate Download

Added: August 24, 2010 | Visits: 747

WriteTarget WriteTarget is a template based text generator. The project can be used to easily generate text in ANY computer language. HTML and C programming language examples are included in templates section. While using Bash as text substitution engine, it provides programming power, rich, stable and... Platforms: *nix

License: Freeware Size: 6.14 KB Download (89): WriteTarget Download

Added: January 03, 2010 | Visits: 639

Perl6::Pugs Perl6::Pugs is a Perl 6 Implementation. SYNOPSIS % pugs -e "{ Hello, , @^x }.(World!).say" Hello, World! With Perl 5 embedding support: use v6-alpha; use perl5:DBI; my $dbh = DBI.connect(dbi:SQLite:dbname=test.db); $dbh.do("CREATE TABLE Test (Project, Pumpking)"); Pugs is an... Platforms: *nix

License: Freeware Size: 6.5 MB Download (90): Perl6::Pugs Download

Added: July 16, 2010 | Visits: 947

File::Util File::Util is an easy, versatile, portable file handling module. File::Util provides a comprehensive toolbox of utilities to automate all kinds of common tasks on file / directories. Its purpose is to do so in the most portable manner possible so that users of this module wont have to worry... Platforms: *nix

License: Freeware Size: 41.98 KB Download (109): File::Util Download

Added: March 21, 2010 | Visits: 639

Chipcard::CTAPI Chipcard::CTAPI is a Perl module for communication with chipcard terminals. SYNOPSIS use Chipcard::CTAPI; my $ct = new Chipcard::CTAPI(interface => Χpcard::CTAPI::PORT_COM1) or die "Cant communicate with card terminal"; my $memory_size = $ct->getMemorySize(); $ct->read(0,... Platforms: *nix

License: Freeware Size: 28.67 KB Download (114): Chipcard::CTAPI Download

Added: February 12, 2010 | Visits: 765

Math::XOR Math::XOR is a package to handle XOR encryption of string buffers. SYNOPSIS use XOR; print xor_buf("hello", "world"), "n"; The XOR module allows you to quickly XOR two strings together. This is the only method of encryption that (assuming the randomness of the pattern used as an encryption... Platforms: *nix

License: Freeware Size: 2.05 KB Download (159): Math::XOR Download

Added: November 24, 2010 | Visits: 1.908

Net::YMSG Net::YMSG is a Perl interface to the Yahoo! Messenger IM protocol. SYNOPSIS use Net::YMSG; my $yahoo = Net::YMSG->new( id => your_yahoo_id, password => your_password, ); $yahoo->login or die "Cant login Yahoo!Messenger"; $yahoo->send(recipient_yahoo_id, Hello World!); Net::YMSG is a... Platforms: *nix

License: Freeware Size: 15.36 KB Download (305): Net::YMSG Download

Added: August 08, 2010 | Visits: 788

QWizard QWizard is a Perl module that can display a series of questions, get the answers, and act on the answers. SYNOPSIS # # The following code works as a application *or* as a CGI script both: # use QWizard; my %primaries = ( starting_node => { title => "starting here", introduction =>... Platforms: *nix

License: Freeware Size: 81.92 KB Download (91): QWizard Download

Added: March 02, 2010 | Visits: 1.075

Syntax::Highlight::Universal Syntax::Highlight::Universal is a Perl module for syntax highlighting based on the Colorer library. SYNOPSIS use Syntax::Highlight::Universal; my $highlighter = Syntax::Highlight::Universal->new; $highlighter->addConfig("hrc/proto.hrc");... Platforms: *nix

License: Freeware Size: 686.08 KB Download (112): Syntax::Highlight::Universal Download

Released: September 20, 2010  |  Added: October 02, 2010 | Visits: 3.039

PHP Spell Check PHP SPELL CHECK - AN INNOVATIVE SPELLCHECKING SCRIPT FOR PHP4 & PHP5 * A fully featured spelling dialog just like MS Word * Contextual As-You Type PHP Spell Checking with red wiggly underlines in your text boxes on all major browsers. * Did-You-Mean search phrase suggestions in PHP and... Platforms: Windows, Mac, *nix, Other

License: Demo Cost: $99.00 USD Size: 722.39 KB Download (267): PHP Spell Check Download

< 1 2 3 4 5 >