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

Write My Name Contact Php freeware
Filter: All | Freeware | Demo
 

Write My Name Contact Php

< 1 2 3 4 5 > 
Added: May 09, 2010 | Visits: 897

Class::Std Class::Std is a Perl module to support for creating standard "inside-out" classes. SYNOPSIS package MyClass; use Class::Std; # Create storage for object attributes... my %name : ATTR; my %rank : ATTR; my %snum : ATTR; my %public_data : ATTR; # Handle initialization of objects of... Platforms: *nix

License: Freeware Size: 30.72 KB Download (93): Class::Std Download

Added: September 09, 2010 | Visits: 787

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 (88): Class::InsideOut Download

Added: June 04, 2010 | Visits: 1.102

Locale::Object::Language Locale::Object::Language Perl module contains language information objects. Locale::Object::Language allows you to create objects containing information about languages such as their ISO codes, the countries theyre used in and so on. SYNOPSIS use Locale::Object::Language; my $eng =... Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): Locale::Object::Language Download

Added: November 03, 2010 | Visits: 728

AnnoCPAN::XMLCGI AnnoCPAN::XMLCGI is a Perl module to read XML input through a CGI.pm-like interface. SYNOPSYS use AnnoCPAN::XMLCGI; my $cgi = AnnoCPAN::XMLCGI->new; my $name = $cgi->param(name); print $cgi->header; print "Hello, $name!n"; # Hello, Bob! # In STDIN... < data > < name >Bob< /name > <... Platforms: *nix

License: Freeware Size: 79.87 KB Download (88): AnnoCPAN::XMLCGI Download

Added: August 13, 2010 | Visits: 722

DBIx::PDlib DBIx::PDlib is a Perl with DBI SQL abstraction and convenience methods. SYNOPSIS use DBIx::PDlib; my $db = DBIx::PDlib->connect({ driver => mydriver, host => myhost.com, dbname => mydb, user => myuser, password => mypassword, }); my ($name) = $db->select(name,table1,"id = 10"); my... Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): DBIx::PDlib Download

Added: April 17, 2010 | Visits: 1.358

Adventure Money Since I am the person who manages the money for our house, I need an efficient way to keep track of our expenses and an easy way to calculate who owes what to whom at the end of the month. There are lots of good free software utilities for managing money like GnuCash, KMyMoney and the wonderful... Platforms: *nix

License: Freeware Size: 23.55 KB Download (106): Adventure Money Download

Added: April 07, 2010 | Visits: 2.357

Mac::EyeTV Mac::EyeTV is a interface to the Elgato EyeTV Digital Video Recorder. SYNOPSIS use Mac::EyeTV; my $eyetv = Mac::EyeTV->new(); # See Mac::EyeTV::Channel foreach my $channel ($eyetv->channels) { my $name = $channel->name; my $number = $channel->number; print "$number $namen"; } # See... Platforms: *nix

License: Freeware Size: 4.1 KB Download (185): Mac::EyeTV Download

Added: February 25, 2010 | Visits: 971

XML::Compile::Schema::XmlReader XML::Compile::Schema::XmlReader Perl module contains bricks to translate XML to HASH. SYNOPSIS my $schema = XML::Compile::Schema- >new(...); my $code = $schema- >compile(READER = > ...); The translator understands schemas, but does not encode that into actions. This module implements those... Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): XML::Compile::Schema::XmlReader Download

Added: November 06, 2010 | Visits: 1.128

Drums++ Drums++ is a programming language I designed for sequencing music through drum machines. Drums++ program uses simple C ideas, for example // and /* */ comments and { } to seperate sections. I tried to make it as simple as possible so even a non-programmer could use it. See the docs section for... Platforms: *nix

License: Freeware Size: 17.41 KB Download (140): Drums++ Download

Added: May 03, 2010 | Visits: 867

Text::MicroMason::ServerPages Text::MicroMason::ServerPages Perl module contains an alternate syntax like ASP/JSP Templates. SYNOPSIS Instead of using this class directly, pass its name to be mixed in: use Text::MicroMason; my $mason = Text::MicroMason::Base->new( -ServerPages ); Use the standard compile and execute... Platforms: *nix

License: Freeware Size: 69.63 KB Download (93): Text::MicroMason::ServerPages Download

Added: January 08, 2010 | Visits: 1.032

XML::Mini::Document XML::Mini::Document is a Perl implementation of the XML::Mini Document API. SYNOPSIS use XML::Mini::Document; use Data::Dumper; ###### PARSING XML ####### # create a new object my $xmlDoc = XML::Mini::Document->new(); # init the doc from an XML string $xmlDoc->parse($XMLString);... Platforms: *nix

License: Freeware Size: 34.82 KB Download (92): XML::Mini::Document Download

Added: May 27, 2010 | Visits: 1.034

Software::Packager::Rpm Software::Packager::Rpm is a suite of Perl modules providing a common interface for the creation of platform specific software installation packagers. add_item() my %object_data = ( SOURCE => /source/file1, TYPE => file, KIND => doc, DESTINATION => /usr/local/file1, USER => joe, GROUP... Platforms: *nix

License: Freeware Size: 13.31 KB Download (105): Software::Packager::Rpm Download

Added: July 06, 2010 | Visits: 817

HTML::Seamstress::Quickstart HTML::Seamstress::Quickstart is a gentle introduction to HTML::Seamstress. Introduction This guide is designed to get you started with dynamically generating and modifying ("templating") HTML with HTML::Seamstress. We will work through several examples, with each one increasing your ability... Platforms: *nix

License: Freeware Size: 49.15 KB Download (93): HTML::Seamstress::Quickstart Download

Released: July 16, 2012  |  Added: July 16, 2012 | Visits: 560

Portable Trout My main audio player for many years has been, and will remain, foobar, but there are some times when I just want a simple "load'n'play" type of player. An application that comes very close is Billy. It's a fantastic little app that fits in with my preferences in software design i.e. standard... Platforms: Windows

License: Freeware Size: 1.4 MB Download (635): Portable Trout Download

Released: August 21, 2012  |  Added: August 21, 2012 | Visits: 591

Trout My main audio player for many years has been, and will remain, foobar, but there are some times when I just want a simple "load'n'play" type of player. An application that comes very close is Billy. It's a fantastic little app that fits in with my preferences in software design i.e. standard... Platforms: Windows

License: Freeware Size: 1.4 MB Download (680): Trout Download

Released: October 10, 2012  |  Added: October 10, 2012 | Visits: 660

Dependency Finder Dependency Finder is a suite of tools for analyzing compiled Java code. At the core is a powerful dependency analysis application that extracts dependency graphs and mines them for useful information. This application comes in many forms for your ease of use, including command-line tools, a... Platforms: Windows

License: Freeware Size: 1.8 MB Download (55): Dependency Finder Download

Released: August 13, 2012  |  Added: August 13, 2012 | Visits: 556

Portable Trout 1.0.6 Build My main audio player for many years has been, and will remain, foobar, but there are some times when I just want a simple "load'n'play" type of player. An application that comes very close is Billy. It's a fantastic little app that fits in with my preferences in software design i.e. standard... Platforms: Windows

License: Freeware Size: 1.4 MB Download (667): Portable Trout 1.0.6 Build Download

Released: June 07, 2012  |  Added: June 07, 2012 | Visits: 505

Trout 1.0.6 Build My main audio player for many years has been, and will remain, foobar, but there are some times when I just want a simple "load'n'play" type of player. An application that comes very close is Billy. It's a fantastic little app that fits in with my preferences in software design i.e. standard... Platforms: Windows

License: Freeware Size: 1.4 MB Download (588): Trout 1.0.6 Build Download

Added: May 22, 2013 | Visits: 2.843

AJAX Login Widget++ Features * Integrate login functionality into your site (rather than having it on a separate page). * User can login, register, and retrieve a lost password without ever leaving the page they are on. * AJAX-based. * XHTML 1.1 and CSS 3 compliant.Current Ideas for the Next Version * Beautify for... Platforms: PHP

License: Freeware Size: 10 KB Download (51): AJAX Login Widget++ Download

Added: November 08, 2013 | Visits: 906

JAWStats JAWStats is a free site analytics and statistics application. It runs in conjunction with AWStats and produces clear and informative charts, graphs and tables about your website visitors. Why was JAWStats made? There are two main reasons behind the decision to create JAWStats. Firstly, with no... Platforms: *nix

License: Freeware Size: 245.76 KB Download (42): JAWStats Download

< 1 2 3 4 5 >