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

Dom Round Tubing software
Filter: All | Freeware | Demo
 

Dom Round Tubing

< 1 2 3 4 5 > 
Added: March 02, 2010 | Visits: 821

XML::DOM XML::DOM is a perl module for building DOM Level 1 compliant document structures. SYNOPSIS use XML::DOM; my $parser = new XML::DOM::Parser; my $doc = $parser->parsefile ("file.xml"); # print all HREF attributes of all CODEBASE elements my $nodes = $doc->getElementsByTagName...



Platforms: *nix

License: Freeware Size: 143.36 KB Download (97): XML::DOM Download

Added: May 12, 2010 | Visits: 984

XML::DOM::Document XML::DOM::Document is an XML document node in XML::DOM. XML::DOM::Document extends XML::DOM::Node. It is the main root of the XML document structure as returned by XML::DOM::Parser::parse and XML::DOM::Parser::parsefile. Since elements, text nodes, comments, processing instructions, etc....





Platforms: *nix

License: Freeware Size: 112.64 KB Download (101): XML::DOM::Document Download

Added: September 21, 2010 | Visits: 696

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: May 20, 2010 | Visits: 663

XML::DOM::DOMImplementation XML::DOM::DOMImplementation is a information about XML::DOM implementation. The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model. The DOM Level 1 does not specify a way of creating a...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (91): XML::DOM::DOMImplementation Download

Added: May 02, 2010 | Visits: 708

XML::DOM::Text XML::DOM::Text is a piece of XML text in XML::DOM. XML::DOM::Text extends XML::DOM::CharacterData, which extends XML::DOM::Node. The Text interface represents the textual content (termed character data in XML) of an Element or Attr. If there is no markup inside an elements content, the text...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (100): XML::DOM::Text Download

Added: October 03, 2010 | Visits: 706

XML::DOM::XMLDecl XML::DOM::XMLDecl is a XML declaration in XML::DOM. XML::DOM::XMLDecl extends XML::DOM::Node, but is not part of the DOM Level 1 specification. It contains the XML declaration, e.g. < ?xml version="1.0" encoding="UTF-16" standalone="yes"? > See also XML::DOM::Document::getXMLDecl....


Platforms: *nix

License: Freeware Size: 112.64 KB Download (91): XML::DOM::XMLDecl Download

Added: November 18, 2010 | Visits: 1.006

XML::Generator::DOM XML::Generator::DOM is an XML::Generator subclass for producing DOM trees instead of strings. SYNOPSIS use XML::Generator::DOM; my $dg = XML::Generator::DOM->new(); my $doc = $dg->xml($dg->xmlcmnt("Test document."), $dg->foo({baz => bam}, 42)); print $doc->toString; yields: < ?xml...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (118): XML::Generator::DOM Download

Released: October 25, 2023  |  Added: October 30, 2023 | Visits: 1.143

Round-Robin Mailer Does your company have a sales staff? Do you have leads arriving by email? If so, you probably need a solution that distributes those leads promptly, reliably, and fairly to your staff. Round-Robin Mailer is designed to do exactly that. It connects directly to a POP3/IMAP4 mail server, reads...


Platforms: Windows, Windows 7, Windows Server

License: Free Trial Cost: $99.00 USD Size: 14.28 MB Download (597): Round-Robin Mailer Download

Released: October 11, 2012  |  Added: October 11, 2012 | Visits: 681

Round Robin Scheduler The Round Robin Scheduler has been designed to help you quickly create round-robin schedules for your sports organization. Some of the features include multi-division scheduling; prioritized field usage; prioritized day and time usage; field sharing; automatic schedule generation; standings...


Platforms: Windows, Other

License: Shareware Cost: $69.00 USD Size: 2.57 MB Download (46): Round Robin Scheduler Download

Released: March 09, 2016  |  Added: April 13, 2016 | Visits: 1.301

Year Round Screensaver Earth is our common home, it is beautiful and amazing all year round! Install our new seasons screensaver and you will find that it is true. Perfectly animated slideshow of four bright and colorful scenes relevant for every season. It will certainly decorate your desktop. Winter with our...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 3.58 MB Download (120): Year Round Screensaver Download

Released: October 15, 2012  |  Added: October 15, 2012 | Visits: 689

Fight Night Round 3 Screensaver (PS3) A screensaver that showcases Fight Night Round 3 for the Playstation 3. 39 images are included, all unique & watermark free. The smallest screenshot in this pack is 1137?602, and the largest is 1280?720. If this is bigger then your native resolution, don’t worry, as the screensaver will adjust...


Platforms: Windows

License: Freeware Size: 7.5 MB Download (47): Fight Night Round 3 Screensaver (PS3) Download

Released: December 08, 2012  |  Added: December 08, 2012 | Visits: 457

Round Trip Engineering Objects Round Trip Engineering Objects.Reverse object oriented source code (Java, C#, PHP5) into XOL (XML Object Language) DOM repository.Validate syntax using XML Schema. XSLT for code refactoring & code generation. IDE Editors available (Eclipse plugin)


Platforms: Windows, Mac, Linux

License: Freeware Size: 1.45 MB Download (48): Round Trip Engineering Objects Download

Added: May 10, 2013 | Visits: 461

Event DOM Class This is a little JS class that's designed to take an incoming DOM event and convert it to a cross-browser object.Anyone who has worked with JS long enough, has come to realize that each browser handles keyboard events differently. This class will attempt to return the data in a manner that's...


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

License: Freeware Download (49): Event DOM Class Download

Added: May 10, 2013 | Visits: 458

Remove whitespace from an XML DOM When creating a DOM from an XML source, XML parsers are required to consider several conditions when deciding whether to include whitespace-only text nodes. This function ignores all of those conditions and removes all whitespace-only text descendants of the specified node. If the unlink flag is...


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

License: Freeware Download (50): Remove whitespace from an XML DOM Download

Added: May 10, 2013 | Visits: 342

SAX to DOM Chunker This module is similar to pulldom in that it takes a stream of SAX objects and breaks it down into chunks of DOM. The differences are that it works with any DOM implementation meeting the Python DOM conventions, and that it uses simple pattern expressions to declaratively set how the DOM chunks...


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

License: Freeware Download (48): SAX to DOM Chunker Download

Added: May 10, 2013 | Visits: 477

Round-Robin Pairings Generator This script is an implementation of a round-robin algorithm for "fair" pairing of items from a list. The function produces a schedule of the pairings that can occur simultaneously.


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

License: Freeware Download (52): Round-Robin Pairings Generator Download

Added: June 25, 2013 | Visits: 515

DOM Image Rollover Script Image rollovers represent the classic and "timeless" javascript effect. This DOM script makes the process of adding them as simple as can be, by allowing you to apply a rollover to any image through just the insertion of a class attribute inside the image's tag.


Platforms: JavaScript

License: Freeware Size: 40.96 KB Download (46): DOM Image Rollover Script Download

Added: October 09, 2013 | Visits: 384

Round Slider A slider replacement, with a round knob. You can use any of 3 different sizes: normal, small and tiny, has a transparent background and fires MouseUp events, it also has an AllowCancel property, to return the slider to its original value when the MouseUp event was fired outside the slider.


Platforms: Mac

License: Freeware Size: 61.44 KB Download (37): Round Slider Download

Added: August 02, 2008 | Visits: 843

In The Round In The Round is a Card game that takes the concept of solitaire one step further and requires some strategy to win. You can play Single or Double Deck as well as Normal and Las Vegas Style Scoring.


Platforms: Windows

License: Shareware Cost: $4.99 USD Size: 597 KB Download (94): In The Round Download

Released: January 09, 2009  |  Added: February 24, 2009 | Visits: 1.417

All-Round Invoice All-Round Invoice is a reliable and easy to use tool for your company. But it's much more than an invoicing system, it's a complete system for managing your company billing, stock, customers. Make quotes recurring invoices as well as making statistics. Use the built-in PDF maker and...


Platforms: Windows

License: Shareware Cost: $49.95 USD Size: 7.51 MB Download (138): All-Round Invoice Download

< 1 2 3 4 5 >