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

Create Name freeware
Filter: All | Freeware | Demo
 

Create Name

< 1 2 3 4 5 
Added: February 24, 2010 | Visits: 853

List::RewriteElements List::RewriteElements is a Perl module that can create a new list by rewriting elements of a first list. SYNOPSIS use List::RewriteElements; Constructor Simplest case: Input from array, output to STDOUT. $lre = List::RewriteElements->new( { list => @source, body_rule => sub { my...



Platforms: *nix

License: Freeware Size: 26.62 KB Download (98): List::RewriteElements Download

Added: November 01, 2010 | Visits: 922

ExtUtils::ModuleMaker::PBP ExtUtils::ModuleMaker::PBP is a Perl module to create a Perl extension in the style of Damian Conways Perl Best Practices. SYNOPSIS use ExtUtils::ModuleMaker::PBP; $mod = ExtUtils::ModuleMaker::PBP->new( NAME => Sample::Module ); $mod->complete_build(); $mod->dump_keys(qw| ... # key...





Platforms: *nix

License: Freeware Size: 34.82 KB Download (120): ExtUtils::ModuleMaker::PBP Download

Added: February 15, 2010 | Visits: 862

Gtk2::Ex::MindMapView::Border::RoundedRect Gtk2::Ex::MindMapView::Border::RoundedRect is a Perl module to create a rounded rectangle border. SYNOPSIS use Gtk2::Ex::MindMapView::Border::RoundedRect; This module is internal to Gtk2::Ex::MindMapView. It draws a rounded rectangle border for a Gtk2::Ex::MindMapView::Item. This rectangle...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (90): Gtk2::Ex::MindMapView::Border::RoundedRect Download

Added: August 27, 2010 | Visits: 1.126

Rose::Class::MakeMethods::Set Rose::Class::MakeMethods::Set is a Perl module to create class methods to manage sets. SYNOPSIS package MyClass; use Rose::Class::MakeMethods::Set ( inheritable_set => [ required_name => { add_implies => add_valid_name, test_method => name_is_required, }, ], inherited_set => [...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (95): Rose::Class::MakeMethods::Set Download

Added: July 10, 2010 | Visits: 1.062

Module::Starter::XSimple Module::Starter::XSimple is a Perl module to create XS modules with Module::Starter. Replacement class for Module::Starter::Simple. Can be used in two ways: Using the commandline Pass as an override class to the module-starter script: module-starter --module=[modulename]...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): Module::Starter::XSimple Download

Added: August 09, 2010 | Visits: 894

mkcdtoc mkcdtoc is a small and flexible command line utility to create TOC files for cdrdao. mkcdtoc project reads a list of audio files and outputs a TOC file with a track specification for each audio file. Input data can be a raw list with one file name on each line, or an m3u play list. The program...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (94): mkcdtoc Download

Added: March 06, 2010 | Visits: 1.337

RapidXml RapidXml is an attempt to create the fastest XML parser possible, while retaining useability, portability and reasonable W3C compatibility. It is an in-situ parser written in modern C++, with parsing speed approaching that of strlen function executed on the same data. If you are looking for a...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (127): RapidXml Download

Added: March 24, 2010 | Visits: 902

HTML::Adsense HTML::Adsense is a Perl module that can create adsense widgets easily. SYNOPSIS This module wraps Google Adsense ad creation in OO perl code. use HTML::Adsense; my $myad = HTML::Adsense->new( client => pub-4763368282156432, ); # OR $myad->client(pub-4763368282156432); print...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (91): HTML::Adsense Download

Added: November 15, 2010 | Visits: 775

Pieforms Pieforms project provides a simple, unified way to create, validate and process forms all with a common look and feel, with support for pluggable elements, renderers and validation rules. Huh? What does all that mean? In simple terms, Pieforms provides a library for building HTML forms. So...


Platforms: *nix

License: Freeware Download (93): Pieforms Download

Added: January 09, 2010 | Visits: 990

XML::Mini XML::Mini is a Perl implementation of the XML::Mini XML create/parse interface. 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...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (95): XML::Mini Download

Added: September 15, 2010 | Visits: 1.099

Software::Packager::Tar Software::Packager::Tar is used to create tar files with the required structure as specified by the list of object added to the packager. SYNOPSIS use Software::Packager; my $packager = new Software::Packager(tar); FUNCTIONS new() This method creates and returns a new class object....


Platforms: *nix

License: Freeware Size: 21.5 KB Download (96): Software::Packager::Tar Download

Added: November 27, 2010 | Visits: 1.007

File::Path File::Path is a Perl module to create or remove directory trees. SYNOPSIS use File::Path; mkpath([/foo/bar/baz, blurfl/quux], 1, 0711); rmtree([foo/bar/baz, blurfl/quux], 1, 1); The mkpath function provides a convenient way to create directories, even if your mkdir kernel call wont...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (93): File::Path Download

Added: August 04, 2010 | Visits: 745

Tk::JComboBox Tk::JComboBox is a Perl module that can create and manipulate JComboBox widgets. SYNOPSIS $jcb = $parent->JComboBox(?options); JComboBox is a composite widget that contains a text Label or Entry, a Button, and a popup Listbox. It performs the same sort of tasks that can be accomplished by...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (89): Tk::JComboBox Download

Added: January 18, 2010 | Visits: 1.504

B::Generate B::Generate is a Perl module which you can create your own op trees. SYNOPSIS use B::Generate; # Do nothing, slowly. CHECK { my $null = new B::OP("null",0); my $enter = new B::OP("enter",0); my $cop = new B::COP(0, "hiya", 0); my $leave = new B::LISTOP("leave", 0, $enter, $null);...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): B::Generate Download

Added: February 05, 2010 | Visits: 1.135

File::Revision File::Revision is a Perl module to return a name of non-existing backup file with a revision id. SYNOPSIS ####### # Subroutine interface # use File::Revision qw(new_revision num2revision parse_options revision2num revision_file rotate); ($file_name, $next_revsion) = new_revision($file,...


Platforms: *nix

License: Freeware Size: 89.09 KB Download (88): File::Revision Download

Added: March 09, 2010 | Visits: 1.962

Net::DHCP::Packet Net::DHCP::Packet is a Perl module with object methods to create a DHCP packet. SYNOPSIS use Net::DHCP::Packet; my $p = new Net::DHCP::Packet->new( Chaddr => 000BCDEF, Xid => 0x9F0FD, Ciaddr => 0.0.0.0, Siaddr => 0.0.0.0, Hops => 0); Represents a DHCP packet as specified in RFC 1533,...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (104): Net::DHCP::Packet Download

Added: June 27, 2010 | Visits: 758

Aguia Aguia is an Apache module to create lua handlers. It can cache precompiled scripts on the server to improve server speed. This code should be considered is beta stage, although it is being used in a project, and it is known to be very stable for now. The name aguia is based in the portuguese...


Platforms: *nix

License: Freeware Size: 87.04 KB Download (94): Aguia Download

Added: February 27, 2010 | Visits: 724

Sub::Regex Sub::Regex is a Perl module to create synonymous subroutines. SYNOPSIS use Sub::Regex; sub /look(s|ing)?_for/ ($){ foobar blah blah } look_for(Amanda); looks_for(Amanda); looking_for(Amanda); lOoKiNg_fOr(Amanda); Sub::Regex is a small tool for users to create a subroutine with...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (102): Sub::Regex Download

Added: January 25, 2010 | Visits: 786

Name Search Companion Name Search Companion lets you search by name in the current Finder window. Searches can include wildcards. Teach an old dog new tricks!Name Search Companion is a work in progress. Please provide feedback, and please, please read the included ReadMe! For best results, please follow the install...


Platforms: Mac

License: Freeware Download (109): Name Search Companion Download

Added: January 25, 2010 | Visits: 1.926

Create Contact Sheets Create Contact Sheets is a useful Automator action to create contact sheets from image files. CCS provides four different layouts for contact sheets.


Platforms: Mac

License: Freeware Size: 114 KB Download (117): Create Contact Sheets Download

< 1 2 3 4 5