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

Element freeware
Filter: All | Freeware | Demo
 

Element

< 1 2 3 4 5 > 
Added: March 21, 2010 | Visits: 819

Any::Renderer::XML Any::Renderer::XML Perl module can render a data structure as element-only XML. SYNOPSIS use Any::Renderer; my %xml_options = (); my %options = ( XmlOptions => %xml_options ); my $format = "XML"; my $r = new Any::Renderer ( $format, %options ); my $data_structure = [...]; # arbitrary...



Platforms: *nix

License: Freeware Size: 23.55 KB Download (98): Any::Renderer::XML Download

Added: January 22, 2010 | Visits: 1.179

KFileManagerUtils KFileManagerUtils project is a simple utility which adds several shell extensions to Konqueror: - Copy path to clipboard: copy the path(s) of the selected element(s) to the clipboard - Copy URL to clipboard: copy the url(s) of the selected element(s) to the clipboard - Regex Rename: popup a...





Platforms: *nix

License: Freeware Size: 57.34 KB Download (98): KFileManagerUtils Download

Added: February 25, 2010 | Visits: 976

XML::Mini::Element::Entity XML::Mini::Element::Entity Perl module is used internally to represent < !ENTITY name "stuff" >. You shouldnt need to use it directly, see XML::Mini::Elements entity() method..


Platforms: *nix

License: Freeware Size: 34.82 KB Download (96): XML::Mini::Element::Entity Download

Added: May 16, 2010 | Visits: 1.052

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 (96): XML::DOM::Element Download

Added: June 14, 2010 | Visits: 1.082

XML::Mini::Element::CData XML::Mini::Element::CData Perl module is used internally to represent < ![CDATA [ CONTENTS ]] >. You shouldnt need to use it directly, see XML::Mini::Elements cdata() method..


Platforms: *nix

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

Added: June 26, 2010 | Visits: 883

XML::Filter::Dispatcher::AsStructHandler XML::Filter::Dispatcher::AsStructHandler Perl module can help you convert SAX stream in to simple, data-oriented structure. SYNOPSIS ## Ordinarily used via the XML::Filter::Dispatchers as_data_struct() ## built-in extension function for XPath This SAX2 handler builds a simple hash from...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (95): XML::Filter::Dispatcher::AsStructHandler Download

Added: November 05, 2010 | Visits: 898

XML::EasySQL::XMLobj XML::EasySQL::XMLobj is a Fork of Robert Hansons killer XML::EasyOBJ module, which offers Easy XML object navigation. SYNOPSIS XML::EasySQL::XMLobj is a fork of Robert Hansons XML::EasyOBJ module. The goal of the fork was to simplify inheritance issues. However, easy inheritance comes at a...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (95): XML::EasySQL::XMLobj Download

Added: August 12, 2010 | Visits: 1.174

XML::Mini::Element::Comment XML::Mini::Element::Comment is used internally to represent . You shouldnt need to use it directly, see XML::Mini::Elements comment() method..


Platforms: *nix

License: Freeware Size: 34.82 KB Download (94): XML::Mini::Element::Comment Download

Added: April 22, 2010 | Visits: 1.070

XML::Mini::Element::Header XML::Mini::Element::Header Perl module is used internally to represent < ? xml blah="hohoho" ? > type headers. You shouldnt need to use it directly, see XML::Mini::Elements header() method..


Platforms: *nix

License: Freeware Size: 34.82 KB Download (94): XML::Mini::Element::Header Download

Added: March 21, 2010 | Visits: 939

Mozilla::DOM::ComputedStyle Mozilla::DOM::ComputedStyle is a Perl interface to Mozilla getComputedStyle function. SYNOPSIS use Mozilla::DOM::ComputedStyle; Get_Computed_Style_Property($mozilla_window, $element, $property_name); This module makes possible to get computed style properties from Mozilla DOM. See...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (94): Mozilla::DOM::ComputedStyle Download

Added: August 20, 2010 | Visits: 1.680

cgi-postin cgi-postin utility processes data generated from a World-Wide Web form. cgi-postin is a standalone processor that may be run easily from sh, perl, or Tcl scripts. Important Note: I recommend this tool only when implementing CGIs as shell scripts. For other languages, there are more modern and...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): cgi-postin Download

Added: January 11, 2010 | Visits: 700

HTTP::WebTest::XMLParser HTTP::WebTest::XMLParser is a Perl module to parse webscript in XML representation. SYNOPSIS use HTTP::WebTest::XMLParser; my ($tests, $opts) = HTTP::WebTest::XMLParser->parse($xmldata); use HTTP::WebTest; my $wt = new HTTP::WebTest; $wt->run_tests($tests, $opts);...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (94): HTTP::WebTest::XMLParser Download

Added: November 17, 2010 | Visits: 1.117

feresPost feresPost is a Ruby extension that provides the definition of classes and modules devoted to the development of automated post-processing for Nastran finite element results. feresPost library allows easy manipulation of finite element models, groups, and results. Efficient post-processing is...


Platforms: *nix

License: Freeware Size: 266.24 KB Download (94): feresPost Download

Added: September 26, 2010 | Visits: 955

YAPE::Regex::Element YAPE::Regex::Element contains sub-classes for YAPE::Regex elements. SYNOPSIS use YAPE::Regex MyExt::Mod; # this sets up inheritence in MyExt::Mod # see YAPE::Regex documentation YAPE MODULES The YAPE hierarchy of modules is an attempt at a unified means of parsing and extracting...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (93): YAPE::Regex::Element Download

Added: April 11, 2010 | Visits: 732

XML::SimpleObject XML::SimpleObject is a Perl extension allowing a simple object representation of a parsed XML::Parser tree. SYNOPSIS use XML::SimpleObject; # Construct with the key/value pairs as argument; this will create its # own XML::Parser object. my $xmlobj = new XML::SimpleObject(XML => $XML,...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (93): XML::SimpleObject Download

Added: March 07, 2010 | Visits: 942

Class::Struct::FIELDS Class::Struct::FIELDS module combine Class::Struct, base and fields. SYNOPSIS (This page documents Class::Struct::FIELDS v.1.1.) use Class::Struct::FIELDS; # declare struct, based on fields, explicit class name: struct (CLASS_NAME => { ELEMENT_NAME => ELEMENT_TYPE, ... }); use...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (92): Class::Struct::FIELDS Download

Added: November 18, 2010 | Visits: 774

Mozilla::Mechanize::GUITester Mozilla::Mechanize::GUITester is a Perl module that enhances Mozilla::Mechanize with GUI testing. SYNOPSIS use Mozilla::Mechanize::GUITester; # regular Mozilla::Mechanize initialization my $mech = Mozilla::Mechanize::GUITester->new(%mechanize_args); $mech->get_url($url); # convenience...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (91): Mozilla::Mechanize::GUITester Download

Added: November 27, 2010 | Visits: 876

HTML_QuickForm_LiveText HTML_QuickForm_LiveText project is custom HTML_QuickForm element implemented as an input text that intercepts key presses to perform a query via AJAX and then shows the result. When a result line is selected, its value fills the input text and optionally other HTML elements, based on result...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (91): HTML_QuickForm_LiveText Download

Added: July 18, 2010 | Visits: 885

VCShell VCShell is a command line interface for VCS::Lite::Repository. SYNOPSIS B< add > element|repository [element|repository...] B< remove > name [name...] B< ci >|check_in name [name...] B< co >|check_out parent_repository B< commit > B< update > B< cd > repository B< fetch > name@@gen...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (90): VCShell Download

Added: September 12, 2010 | Visits: 908

Parse::RandGen::Regexp Parse::RandGen::Regexp is a Perl module for regular expression Condition element. Regexp is a Condition element that matches the given compiled regular expression. For picking random data, the regular expression is parsed into its component Subrules, Literals, CharClasses, etc.... Therefore,...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (90): Parse::RandGen::Regexp Download

< 1 2 3 4 5 >