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

Attribute Modifier software
Filter: All | Freeware | Demo
 

Attribute Modifier

< 1 2 3 4 5 > 
Added: January 05, 2010 | Visits: 660

Apache2::AuthNetLDAP Apache2::AuthNetLDAP is a mod_perl module that uses the Net::LDAP module for user authentication for Apache. SYNOPSIS AuthName "LDAP Test Auth" AuthType Basic #only set the next two if you need to bind as a user for searching #PerlSetVar BindDN "uid=user1,ou=people,o=acme.com" #optional... Platforms: *nix

License: Freeware Size: 7.17 KB Download (103): Apache2::AuthNetLDAP Download

Added: May 16, 2010 | Visits: 1.061

XML::DOM::Element XML::DOM::Element is an XML element node in XML::DOM. XML::DOM::Element extends XML::DOM::Node. By far the vast majority of objects (apart from text) that authors encounter when traversing a document are Element nodes. Assume the following XML document: < elementExample id="demo" > <... Platforms: *nix

License: Freeware Size: 112.64 KB Download (102): XML::DOM::Element Download

Released: March 22, 2010  |  Added: July 06, 2010 | Visits: 1.169

Alt&Title As a web developer you already know that certain HTML tags should contain alt and title attributes. Not only do they add visiual cues and improve accessibility, they also help your Web pages adhere to standards published by the World Wide Web Consortium (W3C). Despite their importance, have... Platforms: Windows

License: Demo Cost: $19.99 USD Size: 1.54 MB Download (102): Alt&Title Download

Added: November 08, 2010 | Visits: 1.446

Access Modifier Eclipse Plug-in Access Modifier Eclipse Plug-in allows the user to change the visibility (public, protected, default, private) and other modifiers (final, static, synchronized) of Java classes, interfaces, methods and fields in the workbenchs Outline, Members and Package Explorer views. The plug-in lets you... Platforms: *nix

License: Freeware Size: 153.6 KB Download (99): Access Modifier Eclipse Plug-in Download

Added: September 18, 2010 | Visits: 1.496

Video::Info::MPEG Video::Info::MPEG is a basic MPEG bitstream attribute parser. SYNOPSIS use strict; use Video::Info::MPEG; my $video = Video::Info::MPEG->new( -file => $filename ); $video->probe(); print $file->type; ## MPEG ## Audio information print $file->acodec; ## MPEG Layer 1/2 print... Platforms: *nix

License: Freeware Size: 634.88 KB Download (99): Video::Info::MPEG Download

Added: May 24, 2010 | Visits: 1.168

ShiftJIS::Regexp ShiftJIS::Regexp contains regular expressions in Shift-JIS. SYNOPSIS use ShiftJIS::Regexp qw(:all); match($string, p{Hiragana}{2}p{Digit}{2}); match($string, pH{2}pD{2}); # these two are equivalent: This module provides some functions to use regular expressions in Shift-JIS on the... Platforms: *nix

License: Freeware Size: 35.84 KB Download (99): ShiftJIS::Regexp Download

Added: January 25, 2010 | Visits: 433

Modifier Modifier is the best application for editing file attributes on your Mac! It now features batch info windows, a file browser, and a rewritten single info window architecture. Platforms: Mac

License: Shareware Cost: $0.00 USD Download (98): Modifier Download

Added: August 03, 2008 | Visits: 1.143

UNIX User Password Modifier UNIX User Password Modifier (2UPM) is a Windows application which is designed for batch modifying, generating and managing the user passwords on the various UNIX/Linux hosts. It may be useful for the UNIX/Linux system administrators, programmers and normal users, specially, if you manage or use... Platforms: Windows

License: Shareware Cost: $34.00 USD Size: 1000 KB Download (97): UNIX User Password Modifier Download

Added: September 21, 2010 | Visits: 702

XML::DOM::Attr XML::DOM::Attr is an XML attribute in XML::DOM. XML::DOM::Attr extends XML::DOM::Node. The Attr nodes built by the XML::DOM::Parser always have one child node which is a Text node containing the expanded string value (i.e. EntityReferences are always expanded.) EntityReferences may be added... Platforms: *nix

License: Freeware Size: 112.64 KB Download (97): XML::DOM::Attr Download

Added: November 15, 2010 | Visits: 1.440

Getopt::Attribute Getopt::Attribute is a Perl module to attribute wrapper for Getopt::Long. SYNOPSIS use Getopt::Attribute; our $verbose : Getopt(verbose!); our $all : Getopt(all); our $size : Getopt(size=s); our $more : Getopt(more+); our @library : Getopt(library=s); our %defines : Getopt(define=s);... Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): Getopt::Attribute Download

Added: June 26, 2010 | Visits: 835

Petal Petal is a Perl Template Attribute Language - TAL for Perl! SYNOPSIS in your Perl code: use Petal; my $template = new Petal (foo.xhtml); print $template->process (bar => BAZ); in foo.xhtml < html xmlns:tal="http://purl.org/petal/1.0/" > < body tal:content="bar" >Dummy Content< /body... Platforms: *nix

License: Freeware Size: 84.99 KB Download (96): Petal Download

Added: August 13, 2008 | Visits: 1.049

ContactGenie-Message Class Modifier CG-MCM is a utility that enables the modification of message classes for existing Microsoft Outlook contacts. 1- User Selection message classes to modify 2- Ability to Delete/Move/Copy contacts with selected message classes 3- Verification that new message class name has been published supports... Platforms: Windows

License: Freeware Size: 5.43 KB Download (96): ContactGenie-Message Class Modifier Download

Added: May 05, 2010 | Visits: 871

HyperWave::CSP SYNOPSIS use HyperWave::CSP; $server = HyperWave::CSP->New("my.hyperwave.server"); $server->quit; HyperWave is a class implementing a simple HyperWave client in Perl. CONSTRUCTOR new ( [ HOST [, PORT [, USERNAME [, PASSWORD [, ENCRYPT [, LANGUAGE ] ] ] ] ] ] ) This is the constructor... Platforms: *nix

License: Freeware Size: 17.41 KB Download (96): HyperWave::CSP Download

Added: June 17, 2010 | Visits: 976

XML::DOM::XML_Base XML::DOM::XML_Base Perl module can apply xml:base to attribute values. SYNOPSIS use XML::DOM::XML_Base; my $parser = XML::DOM::Parser->new(); my $xml = qq( ); # build the DOM my $dom = $parser->parse( $xml ); # get some elements my $endo = $dom->getElementsByTagName(... Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): XML::DOM::XML_Base Download

Added: April 09, 2010 | Visits: 767

Object::Relation::Meta::Attribute::Schema Object::Relation::Meta::Attribute::Schema is a Perl module for Object::Relation database store builder. Synopsis # Assuming MyThingy was generated by Object::Relation::Meta and that were building # a data store schema. my $class = MyThingy->my_class; print "nAttributes:n"; for my $attr... Platforms: *nix

License: Freeware Size: 235.52 KB Download (94): Object::Relation::Meta::Attribute::Schema Download

Added: June 10, 2010 | Visits: 1.445

Gentle.NET Gentle.NET is an RDBMS independent object persistence framework. Gentle.NET features automatic SQL generation and object construction, an SQL factory for creating custom queries, DataView construction helpers, excellent performance and reasonably complete docs. The framework defines a few... Platforms: *nix

License: Freeware Size: 7 MB Download (93): Gentle.NET Download

Released: May 10, 2011  |  Added: May 28, 2011 | Visits: 784

DeleteAttribute This page describes how to give users an easy way to remove Tags ATTRIBUTES from HTML code. Use this software to remove any html tag attributes. What for it to make? To remove an attribute: Open the necessary directory with your files. Place the cursor in the second window and mark... Platforms: Windows, *nix, Java

License: Shareware Cost: $30.00 USD Size: 61.95 KB Download (93): DeleteAttribute Download

Added: January 18, 2010 | Visits: 829

Sub::PatMat Sub::PatMat can call a version of subroutine depending on its arguments. SYNOPSIS use Sub::PatMat; # basics: sub fact : when($_[0] <= 1) { 1 } sub fact { my ($n) = @_; $n*fact($n-1) } print fact(6); # referring to things other than @_: sub mysort : when($a < $b) { -1 } sub mysort :... Platforms: *nix

License: Freeware Size: 14.34 KB Download (92): Sub::PatMat Download

Added: July 20, 2010 | Visits: 1.018

ferrisfuse ferrisfuse is a FUSE module for mounting libferris filesystems through the Linux kernel. About libferris In non technical terms libferris makes the file system and other hierarchical storage systems easier to use. For the geeks out there, libferris is a virtual file system (VFS) that runs in... Platforms: *nix

License: Freeware Size: 276.48 KB Download (91): ferrisfuse Download

Added: March 21, 2010 | Visits: 962

Class::ObjectTemplate Class::ObjectTemplate is a Perl extension for an optimized template builder base class. SYNOPSIS package Foo; use Class::ObjectTemplate; require Exporter; @ISA = qw(Class::ObjectTemplate Exporter); attributes(one, two, three); # initialize will be called by new() sub initialize { my... Platforms: *nix

License: Freeware Size: 6.14 KB Download (89): Class::ObjectTemplate Download

< 1 2 3 4 5 >