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

Hello World software
Filter: All | Freeware | Demo
 

Hello World

< 1 2 3 4 5 > 
Added: July 17, 2010 | Visits: 1.784

Hecl Programming Language The Hecl Programming Language is a high-level scripting language implemented in Java. Hecl Programming Language is intended to be small, extensible, extremely flexible, and easy to learn and use. Hecl is intended as a complement to the Java programming language, not a replacement. As such, it... Platforms: *nix

License: Freeware Size: 2.6 MB Download (114): Hecl Programming Language Download

Added: April 01, 2010 | Visits: 686

CeeSpot CeeSpot, or "c." is a program run as a Linux or UNIX command interpreter using the #!/usr/bin/ceespot or #!/bin/c. syntax. After eating (and interpreting) any # comments at the beginning of the file, it compiles the rest and executes the result. This lets you use a compiled language as a... Platforms: *nix

License: Freeware Size: 12.29 KB Download (87): CeeSpot Download

Added: January 03, 2010 | Visits: 957

XML::TiePYX XML::TiePYX is a Perl module to read or write XML data in PYX format via tied filehandle SYNOPSIS use XML::TiePYX; tie *XML,XML::TiePYX,file.xml open IN,file.xml or die $!; tie *XML,XML::TiePYX,*IN,Condense=>0; my $text=< tag xmlns="http://www.omsdev.com" >text< /tag >; tie... Platforms: *nix

License: Freeware Size: 7.17 KB Download (95): XML::TiePYX Download

Added: June 20, 2010 | Visits: 1.108

vars::global vars::global is a Perl module that tries to make global variables a little safer. SYNOPSIS # In the place/package where we want to create globals use vars::global create => qw( $foo @bar %baz ); # Add some more global symbols vars::global->create(qw( $hello @world %now )); # Somewhere... Platforms: *nix

License: Freeware Size: 7.17 KB Download (99): vars::global Download

Added: July 02, 2010 | Visits: 1.060

Apache::ImageMagick Apache::ImageMagick is a Perl module that can convert and manipulate images on the fly. SYNOPSIS In httpd.conf or .htaccess < Location /images > PerlFixupHandler Apache::ImageMagick PerlSetVar AIMCacheDir /var/aimcache < /Location > Then request... Platforms: *nix

License: Freeware Size: 256 KB Download (108): Apache::ImageMagick Download

Added: March 14, 2010 | Visits: 716

PLJava PLJava is Perl module that will embed Perl into Java. USAGE import perl5.Perl ; import perl5.SV ; public class test { public static void main(String argv[]) { Perl.eval("print qq`Hello World!n` ;") ; /////////////////// SV foo = Perl.NEW("foo") ; // $foo = new foo() ;... Platforms: *nix

License: Freeware Size: 163.84 KB Download (103): PLJava Download

Added: September 11, 2010 | Visits: 973

List::Util List::Util Perl module contains a selection of general-utility list subroutines. SYNOPSIS use List::Util qw(first max maxstr min minstr reduce shuffle sum); List::Util contains a selection of subroutines that people have expressed would be nice to have in the perl core, but the usage would... Platforms: *nix

License: Freeware Size: 44.03 KB Download (102): List::Util Download

Added: August 12, 2010 | Visits: 735

Scalar::Util Scalar::Util is a selection of general-utility scalar subroutines. SYNOPSIS use Scalar::Util qw(blessed dualvar isweak readonly refaddr reftype tainted weaken isvstring looks_like_number set_prototype); Scalar::Util contains a selection of subroutines that people have expressed would be... Platforms: *nix

License: Freeware Size: 43.01 KB Download (97): Scalar::Util Download

Added: August 03, 2010 | Visits: 1.252

PDL::Graphics::AquaTerm PDL::Graphics::AquaTerm is a Perl module that provides access to the AquaTerm Mac OS-X graphics terminal. SYNOPSIS # example 1 use PDL; use PDL::Graphics::LUT; use PDL::Graphics::AquaTerm; my $x_size = 255; my $y_size = 255; aquaOpen({SIZE_X => $x_size, SIZE_Y => $y_size});... Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): PDL::Graphics::AquaTerm Download

Added: January 01, 2010 | Visits: 1.106

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

License: Freeware Size: 16.38 KB Download (152): Net::YahooMessenger Download

Added: October 21, 2010 | Visits: 865

HTTP::OAI::Repository HTTP::OAI::Repository is a documentation for building an OAI compliant repository using OAI-PERL. Using the OAI-PERL library in a repository context requires the user to build the OAI responses to be sent to OAI harvesters. SYNOPSIS use HTTP::OAI::Harvester; use... Platforms: *nix

License: Freeware Size: 36.86 KB Download (92): HTTP::OAI::Repository Download

Added: January 22, 2010 | Visits: 875

Scalar::Properties Scalar::Properties is a Perl module package that contains run-time properties on scalar variables. SYNOPSIS use Scalar::Properties; my $val = 0->true; if ($val && $val == 0) { print "yup, its true alright...n"; } my @text = ( hello world->greeting(1), forget it, hi... Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Scalar::Properties Download

Added: April 11, 2010 | Visits: 739

ustr ustr (Micro string library) is a string API for C. A few years ago now I wrote a very extensive String API for C, called Vstr, it was designed to perform extremely well for IO like patterns as that was my planned usage (for instance And-httpd, my Web server). It works very well, for that usage.... Platforms: *nix

License: Freeware Size: 819.2 KB Download (100): ustr Download

Added: April 03, 2010 | Visits: 906

Gtk2::Ex::MindMapView Gtk2::Ex::MindMapView is a Perl module to display mind map or outline on a Gnome2::Canvas. HEIRARCHY Glib::Object +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Layout +----Gnome2::Canvas +----Gtk2::Ex::MindMapView SYNOPSIS #!/usr/bin/perl -w use strict; use... Platforms: *nix

License: Freeware Size: 50.18 KB Download (104): Gtk2::Ex::MindMapView Download

Added: March 23, 2010 | Visits: 639

gitty-gitty gitty-gitty is a package that contains template generation tools, are a set of scripts for creating a whole set of sources which may already be compiled and installed using the GNU development tools. Think of gtgt as a program which is able to create an already compilable, very sophisticated... Platforms: *nix

License: Freeware Size: 716.8 KB Download (100): gitty-gitty Download

Added: November 24, 2010 | Visits: 875

XML::Parser XML::Parser is a perl module for parsing XML documents. SYNOPSIS use XML::Parser; $p1 = new XML::Parser(Style => Debug); $p1->parsefile(REC-xml-19980210.xml); $p1->parse( Hello World ); # Alternative $p2 = new XML::Parser(Handlers => {Start => &handle_start, End => &handle_end,... Platforms: *nix

License: Freeware Size: 225.28 KB Download (98): XML::Parser Download

Added: August 03, 2010 | Visits: 1.107

WWW::Selenium WWW::Selenium is a Perl Client for the Selenium Remote Control test tool. SYNOPSIS use WWW::Selenium; my $sel = WWW::Selenium->new( host => "localhost", port => 4444, browser => "*iexplore", browser_url => "http://www.google.com", ); $sel->start; $sel->open("http://www.google.com");... Platforms: *nix

License: Freeware Size: 41.98 KB Download (88): WWW::Selenium Download

Added: May 18, 2010 | Visits: 1.154

Test::WWW::Selenium Test::WWW::Selenium is a Perl module to test applications using Selenium Remote Control. SYNOPSIS Test::WWW::Selenium is a subclass of WWW::Selenium that provides convenient testing functions. use Test::More tests => 5; use Test::WWW::Selenium; # Parameters are passed through to... Platforms: *nix

License: Freeware Size: 39.94 KB Download (93): Test::WWW::Selenium Download

Added: March 22, 2010 | Visits: 1.189

Nemesis Pascal Nemesis Pascal is an Pascal interpreter that is: Free Open Source (GPL) Cross-platform (currently Windows and Linux) Nemesis Pascal is written in Delphi and Kylix. Borland CLX libraries supplies the cross-platform features. The Nemesis Pascal applications runs on Windows using native... Platforms: *nix

License: Freeware Download (172): Nemesis Pascal Download

Added: August 27, 2010 | Visits: 818

Tree::Simple::SAX Tree::Simple::SAX is a set of classes for using Tree::Simple with XML. SYNOPSIS use Tree::Simple::SAX; use XML::SAX::ParserFactory; my $handler = Tree::Simple::SAX::Handler->new(Tree::Simple->new()); my $p = XML::SAX::ParserFactory->parser(Handler => $handler); $p->parse_string(... Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Tree::Simple::SAX Download

< 1 2 3 4 5 >