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 49.593.963 Times

Hello Goodbye freeware
Filter: All | Freeware | Demo
 

Hello Goodbye

< 1 2 3 4 5 
Added: March 23, 2010 | Visits: 1.214

AxKit2::Transformer::XSP AxKit2::Transformer::XSP Perl module contains eXtensible Server Pages. SYNOPSIS < xsp:page xmlns:xsp="http://apache.org/xsp/core/v1" > < xsp:structure > < xsp:import >Time::Piece< /xsp:import > < /xsp:structure > < page > < title >XSP Test< /title > < para > Hello World! < /para >...



Platforms: *nix

License: Freeware Size: 645.12 KB Download (97): AxKit2::Transformer::XSP Download

Added: November 19, 2010 | Visits: 1.238

App::Modular App::Modular is a Perl module with modularization framework for perl programs. SYNOPSIS package App::Modular::Module::Test; use base qw(App::Modular::Module); sub say_hello { print "Hello, dear user!"; }; package main; use App::Modular; my $modul = instance App::Modular;...





Platforms: *nix

License: Freeware Size: 16.38 KB Download (102): App::Modular Download

Added: September 06, 2010 | Visits: 909

EasyHTTPD EasyHTTPD is a drop in C++ class to implement an HTTP 1.0 Server - Now with OpenSSL Support! The class can be used to allow an application to be controlled by a browser, hence Embedded. To this functionality to an app, add the C++ class to the application, write and register request callback...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (96): EasyHTTPD Download

Added: March 09, 2010 | Visits: 1.467

Inline-API Inline-API is a Perl module that teach you how to bind a programming language to Perl using Inline.pm. SYNOPSIS #!/usr/bin/perl use Inline Foo; say_it(foo); # Use Foo to print "Hello, Foo" __Foo__ foo-sub say_it { foo-my $foo = foo-shift; foo-print "Hello, $foon"; } So you think...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (88): Inline-API Download

Added: August 03, 2010 | Visits: 1.058

XSD/e XSD/e is a XML Processing for Embedded Systems. CodeSynthesis XSD/e is an open-source XML parser generator for mobile and embedded systems. It provides event-driven, stream-oriented XML parsing, XML Schema validation, and C++ data binding while maintaining a small footprint and portability....


Platforms: *nix

License: Freeware Size: 2.6 MB Download (96): XSD/e Download

Added: June 17, 2010 | Visits: 1.010

Inline::CPR Inline::CPR is C Perl Run. Embed Perl in C, ala Inline SYNOPSIS #!/usr/local/bin/cpr int main(void) { printf("Hello World, Im running under Perl version %sn", CPR_eval("use Config; $Config{version}") ); return 0; } Is it C? Is it Perl? Its neither, its both. Its CPR! CPR (C Perl...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (102): Inline::CPR Download

Added: June 06, 2010 | Visits: 739

RiveScript RiveScript is a Perl module that allows you to rendering intelligence very easily. SYNOPSIS use RiveScript; # Create a new RiveScript interpreter. my $rs = new RiveScript; # Load some replies. $rs->loadDirectory ("./replies"); # Load in another file. $rs->loadFile...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (89): RiveScript Download

Added: November 13, 2010 | Visits: 670

HTML::CMTemplate HTML::CMTemplate.pm is a Perl module that can generate text-based content from templates. SYNOPSIS use HTML::CMTemplate; $t = new HTML::CMTemplate( path => [ /path1, /longer/path2 ] ); $t->import_template( filename => file.html.ctpl, # in the paths above packagename => theTemplate,...


Platforms: *nix

License: Freeware Size: 65.54 KB Download (92): HTML::CMTemplate Download

Added: May 14, 2010 | Visits: 978

PostScript::File PostScript::File is a Perl base class for creating Adobe PostScript files. SYNOPSIS use PostScript::File qw(check_tilde check_file incpage_label incpage_roman); Simplest An hello world program: use PostScript::File; my $ps = new PostScript::File(); $ps->add_to_page( <


Platforms: *nix

License: Freeware Size: 22.53 KB Download (118): PostScript::File Download

Added: March 17, 2010 | Visits: 832

OpenInteract::Template::Plugin OpenInteract::Template::Plugin is a Perl module with custom OpenInteract functionality in templates. SYNOPSIS # Create the TT object with the OI plugin my $template = Template->new( PLUGINS => { OI => OpenInteract::Template::Plugin }, ... ); my ( $output ); $template->process(...


Platforms: *nix

License: Freeware Size: 655.36 KB Download (92): OpenInteract::Template::Plugin Download

Added: February 01, 2010 | Visits: 849

OpenInteract2::TT2::Plugin OpenInteract2::TT2::Plugin is a Perl module for custom OpenInteract functionality in templates. SYNOPSIS # Create the TT object with the OI plugin my $template = Template->new( PLUGINS => { OI => OpenInteract2::TT2::Plugin }, ... ); my ( $output ); $template->process( package::template,...


Platforms: *nix

License: Freeware Size: 931.84 KB Download (91): OpenInteract2::TT2::Plugin Download

Added: May 23, 2010 | Visits: 800

Test::Unit::Procedural Test::Unit::Procedural Perl module contains a procedural style unit testing interface. SYNOPSIS use Test::Unit::Procedural; # your code to be tested goes here sub foo { return 23 }; sub bar { return 42 }; # define tests sub test_foo { assert(foo() == 23, "Your message here"); } sub...


Platforms: *nix

License: Freeware Size: 75.78 KB Download (89): Test::Unit::Procedural Download

Added: September 08, 2010 | Visits: 1.346

HTML::Scrubber HTML::Scrubber is a Perl extension for scrubbing/sanitizing html. SYNOPSIS #!/usr/bin/perl -w use HTML::Scrubber; use strict; # my $html = q[ BAD { background: #666; color: #666;} alert(Hello, I am EVIL!); a => link br => b => bold u => UNDERLINE ]; # my $scrubber =...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (93): HTML::Scrubber Download

Added: September 07, 2010 | Visits: 1.019

DynaPage::Document DynaPage::Document is a Perl module with DynaPage Document container. SYNOPSIS: step1 - document ( create file mydoc.document ) ---[content of mydoc-document.info]--- !include.template =- mydoc-template.htmt my-title =- This is single line my-head =- Hello World my-para ==~ This is...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (91): DynaPage::Document Download

Added: August 24, 2010 | Visits: 1.170

Convert::Braille Convert::Braille is a Perl module that can convert Between Braille Encodings. SYNOPSIS use Convert::Braille; print brailleAsciiToUnicode ( "HELLO" ), "n"; print brailleDotsToAscii ( "12515123123135" ), "n"; EXPORTS brailleDotsToUnicode brailleUnicodeToDots brailleUnicodeToAscii...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (120): Convert::Braille Download

Added: February 04, 2010 | Visits: 1.158

Convert::Braille::English Convert::Braille::English is a Perl module that can convert Between Braille Encodings. SYNOPSIS use Convert::Braille; print brailleAsciiToEnglish ( "HELLO" ), "n"; print brailleDotsToEnglish ( "12515123123135" ), "n"; EXPORTS englishToBrailleUnicode englishToBrailleAscii...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (130): Convert::Braille::English Download

Added: September 09, 2010 | Visits: 777

Class::InsideOut Class::InsideOut is a Perl module with a safe, simple inside-out object construction kit. SYNOPSIS package My::Class; use Class::InsideOut qw( public private register id ); public name => my %name; # accessor: name() private age => my %age; # no accessor sub new { register( shift ) }...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (87): Class::InsideOut Download

Added: January 27, 2010 | Visits: 1.037

XML::Writer XML::Writer is a Perl extension for writing XML documents. SYNOPSIS use XML::Writer; use IO::File; my $output = new IO::File(">output.xml"); my $writer = new XML::Writer(OUTPUT => $output); $writer->startTag("greeting", "class" => "simple"); $writer->characters("Hello, world!");...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (90): XML::Writer Download

Added: July 17, 2010 | Visits: 1.761

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 (113): Hecl Programming Language Download

Added: April 01, 2010 | Visits: 673

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 (86): CeeSpot Download

< 1 2 3 4 5