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

Rectangle Dom Tubing software
Filter: All | Freeware | Demo
 

Rectangle Dom Tubing

< 1 2 3 4 5 > 
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: May 20, 2010 | Visits: 667

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 (97): XML::DOM::DOMImplementation Download

Added: May 02, 2010 | Visits: 714

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: 710

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.012

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

Added: May 10, 2013 | Visits: 465

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 (55): Event DOM Class Download

Added: May 10, 2013 | Visits: 464

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 (51): Remove whitespace from an XML DOM Download

Added: May 10, 2013 | Visits: 348

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 (54): SAX to DOM Chunker Download

Added: June 25, 2013 | Visits: 524

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 (50): DOM Image Rollover Script Download

Added: April 10, 2013 | Visits: 470

rectangle drawing Simple function for drawing a rectangle in a gray image. Good for beginners. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): rectangle drawing Download

Released: September 12, 2012  |  Added: September 12, 2012 | Visits: 357

java.sql.ResultSet DOM Wrapper Java DOM wrapper for java.sql.ResultSet; Allows using XPath / XSLT on a thin DOM document representing the result-set. Document does not contain the actual result-set data, only references to row and column indices. Platforms: Windows, Mac, Linux

License: Freeware Size: 17 KB Download (59): java.sql.ResultSet DOM Wrapper Download

Released: September 22, 2012  |  Added: September 22, 2012 | Visits: 322

JTS 2 GML (DOM) This project aims to produce a fast and reliable Java library for converting JTS (Java Topology Suite) Geometry Objects into OGC GML-conformant DOM Elements Platforms: Windows, Mac, Linux

License: Freeware Size: 10.07 KB Download (52): JTS 2 GML (DOM) Download

Released: September 25, 2012  |  Added: September 25, 2012 | Visits: 293

Iconara DOM Framework Iconara DOM Framework is a Cocoa framework for manipulating XML-data in applications, similar to JDOM and XOM for Java. Also contains an XML parser, a formatter for pretty-printing XML and XPath-support. What's new in this version: This version is a major rewrite of v1.1.5 and is better in every... Platforms: Mac

License: Freeware Size: 1.3 MB Download (46): Iconara DOM Framework Download

Added: April 28, 2013 | Visits: 576

DOM Image Rollover II for Graphics and Animations DOM Image Rollover II script makes it easy to add rollover/ mousedown effects to any image on the page, including image submit buttons.It automatically preloads images as well. Script works in all DOM capable browsers- IE5 , NS6 , Opera7 . Platforms: JavaScript

License: Freeware Size: 102.4 KB Download (45): DOM Image Rollover II for Graphics and Animations Download

Added: April 08, 2013 | Visits: 424

Least squares fit of a rectangle to a given shape/boundary % Based on - A simple method for fitting of bounding rectangle to closed regions - D. Chaudhuri a , A. Samal b.% fit_rectangle - Function provides a least squares fit to the% given boundary points of an object of unknown shape.%% Inputs - Boundary elements that must be a Nx2 array. (atleast 3... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Least squares fit of a rectangle to a given shape/boundary Download

Added: June 26, 2013 | Visits: 339

Cropping an Image with resizable and draggable rectangle % Crops the Image from a resizable & draggable rectangle% & displays it (after the figure is closed)%% I is the Image to be cropped, assumed to be in the% matlab workspace%% EXAMPLES%% I = imread('liftingbody.png');% [rect_pos] = Crop_it(I);%% RGB = imread('peppers.png');% [rect_pos] = Crop_it(RGB); Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Cropping an Image with resizable and draggable rectangle Download

Added: July 07, 2013 | Visits: 318

Draw a rectangle H = DRAWRECTANGLE(PARAM,STYLE) This function draws a rectangle with the given parameters: - inputs: param................... 1x5 array - param = [a, b, w, h, theta] - (a,b): the center of the rectangle - (w,h): width and height of the rectangle > 0 - theta: the rotation angle of the rectangle... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Draw a rectangle Download

Added: May 09, 2013 | Visits: 328

Cropping an Image with draggable rectangle % Crops the Image from a draggable rectangle% & returns the Cropped Image and its co-ordinates%% I is the Image to be cropped assumed to be in the% matlab workspace%% w : width (default value : cols/2)% h : height (default value : rows/2)%% EXAMPLES%% I = imread('circuit.tif');% [O] =... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Cropping an Image with draggable rectangle Download

Added: August 17, 2013 | Visits: 307

JASPA.DOM The JASPA DOM API is a full abstraction layer for cross-browser scripting. It is written in a strongly-typed language modelled on AS3, and the JASPA compiler converts it into regular javascript. Platforms: PHP

License: Freeware Size: 296.96 KB Download (40): JASPA.DOM Download

Added: October 05, 2013 | Visits: 508

Rectangle Tetris Beginning as a game that we would play occasionally in 6th grade math, Rectangle Tetris is a game that takes a spin on the classic game of Tetris by introducing a dice roll. The game begins with a grid of nine by seventeen boxes. The goal of this game is to get either a high score or a low score.... Platforms: Mac

License: Freeware Size: 409.6 KB Download (37): Rectangle Tetris Download

< 1 2 3 4 5 >