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

Lastname freeware
Filter: All | Freeware | Demo
 

Lastname

1 2 > 
Added: April 14, 2010 | Visits: 996

Hash::Type Hash::Type module contains pseudo-hashes as arrays tied to a "type" (list of fields). SYNOPSIS use Hash::Type; # create a Hash::Type my $personType = new Hash::Type(qw(firstname lastname city)); # create and populate some hashes tied to $personType tie %wolfgang, $personType, "wolfgang...



Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Hash::Type Download

Added: May 10, 2013 | Visits: 252

Auto username That allows for usernames that are, for instance, forced to be "Lastname, Firstname", "Firstname Last-initial", etc.Installation - Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x - Drupal Token module





Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): Auto username Download

Added: May 10, 2013 | Visits: 812

gender and name This is a simple way to change Welcome $name into Welcome $gender $Lastname which is displayed on index.php.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (49): gender and name Download

Added: August 21, 2006 | Visits: 19.584

AzDGDatingLite - More that 34 field types for each user - Multilanguage, easy to add new - Very customizable (Can add new genders (man, woman, couple), categories (seeking man, seeking woman and more), marital statuses, edit countries list and more other) - Working on templates (header, footer, configuration...


Platforms: Windows, *nix, Windows CE

License: Freeware Size: 288 KB Download (469): AzDGDatingLite Download

Added: January 18, 2010 | Visits: 1.410

Class::DBI::Plugin::FilterOnClick Class::DBI::Plugin::FilterOnClick is a Perl module to generate browsable and searchable HTML Tables using FilterOnClick in conjunction with Class::DBI. SYNOPSIS # Inside of your sub-class of Class::DBI add these lines: use Class::DBI::Plugin::FilterOnClick; use Class::DBI::Pager; use...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (98): Class::DBI::Plugin::FilterOnClick Download

Added: January 18, 2010 | Visits: 1.733

PostScript::MailLabels PostScript::MailLabels are modules for creating PostScript files of mailing address labels. Flexible enough to tackle other printing tasks, basically anything requiring a set fields be printed on a regular grid. Also creates PostScript(tm) code for calibrating and testing mailing label...


Platforms: *nix

License: Freeware Size: 41.98 KB Download (95): PostScript::MailLabels Download

Added: June 18, 2010 | Visits: 911

DBIx::DBStag DBIx::DBStag is a Perl module for Relational Database to Hierarchical (Stag/XML) Mapping. SYNOPSIS use DBIx::DBStag; my $dbh = DBIx::DBStag->connect("dbi:Pg:dbname=moviedb"); my $sql = q[ SELECT studio.*, movie.*, star.* FROM studio NATURAL JOIN movie NATURAL JOIN movie_to_star...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (100): DBIx::DBStag Download

Added: February 06, 2010 | Visits: 1.045

Data::CTable Data::CTable is a Perl module that helps you read, write, manipulate tabular data. SYNOPSIS ## Read some data files in various tabular formats use Data::CTable; my $People = Data::CTable->new("people.merge.mac.txt"); my $Stats = Data::CTable->new("stats.tabs.unix.txt"); ## Clean stray...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (95): Data::CTable Download

Added: September 20, 2010 | Visits: 864

jPersist 2 jPersist is an extremely powerful, light-weight, object-relational database persistence API that manages to avoid the need for configuration and annotation; mapping is automatic. The project uses JDBC and can work with any relational database and any type of connection resource. jPersist uses...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (100): jPersist 2 Download

Added: April 04, 2010 | Visits: 880

ICS::Simple ICS::Simple is a simple interface to CyberSource ICS2. SYNOPSIS Here is some basic code. Hopefully Ill come back through soon to document it properly. use ICS::Simple; my $ics = ICS::Simple->new( ICSPath => /opt/ics, MerchantId => v0123456789, # CyberSource supplies this number to you...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): ICS::Simple Download

Added: July 01, 2010 | Visits: 986

XML::Filter::Sort XML::Filter::Sort is a SAX filter for sorting elements in XML. SYNOPSIS use XML::Filter::Sort; use XML::SAX::Machines qw( :all ); my $sorter = XML::Filter::Sort->new( Record => person, Keys => [ [ lastname, alpha, asc ], [ firstname, alpha, asc ], [ @age, num, desc] ], ); my...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (109): XML::Filter::Sort Download

Added: January 15, 2010 | Visits: 1.437

GSM::SMS::NBS GSM::SMS::NBS is a API for sending and receiving SMS messages. SYNOPSIS use GSM::SMS::NBS; my $nbs = GSM::SMS::NBS->new; $nbs->sendRTTTL(+32475000000, $rtttl_string); $nbs->sendOperatorLogo_b64($msisdn, $countrycode, $operator, $b64, gif); $nbs->sendOperatorLogo_file($msisdn,...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (204): GSM::SMS::NBS Download

Added: August 01, 2010 | Visits: 1.522

HTML::Chunks HTML::Chunks is a simple nested template engine for HTML, XML and XHTML. This class implements a simple text-based template engine, originally intented to allow web applications to completely separate layout HTML from programming logic. However, the engine is flexible enough to be applied to...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (103): HTML::Chunks Download

Added: September 06, 2010 | Visits: 676

AxKit::XSP::PerForm AxKit::XSP::PerForm is an XSP Taglib for making complex forms easy. SYNOPSIS AxAddXSPTaglib AxKit::XSP::PerForm PerForm is a large and complex taglib for AxKit XSP that facilitates creating large and complex HTML, WML, or other types of data-entry forms. PerForm tends to make life easier...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): AxKit::XSP::PerForm Download

Added: October 22, 2010 | Visits: 1.046

Class::Maker Class::Maker Perl module contains classes, reflection, schema, serialization, attribute- and multiple inheritance. SYNOPSIS use Class::Maker qw(class); class Human, { isa => [qw( ParentClass )], public => { string => [qw(name lastname)], ref => [qw(father mother)], array =>...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (110): Class::Maker Download

Added: January 25, 2010 | Visits: 626

Ultimate Eudora Plugin This is a Mac OS 8, 9 and X Eudora plug-in that enables many hidden features of Eudora Pro (and Eudora Lite, to a lesser extent), from version 3 onward, though many of them will only do anything useful in version 4, 5, 6 and (presumably) onward.Some of the coolest features: edit the "From" field...


Platforms: Mac

License: Freeware Size: 106 KB Download (93): Ultimate Eudora Plugin Download

Released: November 02, 2012  |  Added: November 02, 2012 | Visits: 854

Buensoft Socios 2009 Get started today with the easiest health and fitness club software in the world Buensoft Socios 2008®. Buensoft Socios makes it possible to easily manage a health club or fitness center. Track your members' attendance, process payments, lockers and product sales, track inventory and even...


Platforms: Windows

License: Freeware Size: 3.94 MB Download (64): Buensoft Socios 2009 Download

Released: July 25, 2012  |  Added: July 25, 2012 | Visits: 427

Gmail Xpress Lite Gmail Xpress is a profesionally designed tool specifically crafted as per todays Marketing trends to let you use world's best free emails service as targetted marketing tool. Gmail Xpress is an effective, non-traditional, personalized email marketing tool which uses personalized emails to reach...


Platforms: Windows

License: Freeware Size: 4.71 MB Download (574): Gmail Xpress Lite Download

Released: July 13, 2012  |  Added: July 13, 2012 | Visits: 394

vCardExplorer vCardExplorer is a program for displaying VCF files in OS X without opening Address Book. It also supports hCards. WHAT'S NEW Version 1.3.2: * some bugfixes in the card template * problem with encoding for latin1 fixed * duplicate bug in addressbook fixed * problem with adding multiple...


Platforms: Mac

License: Freeware Size: 1.2 MB Download (52): vCardExplorer Download

Added: May 10, 2013 | Visits: 568

Uppercase for the name of customers The goal is to force the creation of the customer name and firstname as follow : Whatever the way the customer will enter his information, instead of having "joe black", you will get "Joe BLACK" in your database.1. Open the file "create_account.php"2. Close to line 20, find : $firstname =...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (53): Uppercase for the name of customers Download

1 2 >