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

Sissify Cbt Fem Dom software
Filter: All | Freeware | Demo
 

Sissify Cbt Fem Dom

< 1 2 3 4 5 > 
Added: August 02, 2008 | Visits: 1.152

AMSES Plate FEM analysis and design of reinforced concrete slabs according to Eurocode 2. The program uses enhanced user interface for the geometry and load input. The load is organised in actions (load groups) which are combined in load cases. No special care is needed for mesh, since the mesh is...



Platforms: Windows

License: Shareware Cost: $760.00 USD Size: 2.03 KB Download (492): AMSES Plate Download

Added: August 24, 2008 | Visits: 884

IE WebDeveloper IE WebDeveloper (former IE DOM Inspector) is an add-on for Microsoft Internet Explorer. The rich web debugging toolset allows you to inspect and edit the live HTML DOM and urrent cascaded styles, evaluate expressions and display error messages, explore source code of webpage and monitor DHTML...





Platforms: Windows

License: Shareware Cost: $79.00 USD Size: 3.48 KB Download (96): IE WebDeveloper Download

Added: August 23, 2008 | Visits: 1.008

SEO cbt Search engine optimization is the most important and effective tool for your online business. SEOcbt is an in-depth program developed by SEO experts. And of course, it's free. So download your course now and leave your competition in the dust! Unit 1; Google Domination deals specifically with the...


Platforms: Windows

License: Freeware Size: 1.65 KB Download (101): SEO cbt Download

Added: September 10, 2010 | Visits: 751

Xerces2 Xerces2 project is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy...


Platforms: *nix

License: Freeware Size: 4.4 MB Download (90): Xerces2 Download

Added: January 22, 2010 | Visits: 1.269

VIF Lightweight Framework VIF Lightweight Framework is an object-relational bridge to store and retrieve data in relational database management systems (RDMS). The frameworks building blocks to access data are data object models (DOM objects) and joined data object models (joined DOM objects). A DOM object is used for...


Platforms: *nix

License: Freeware Download (89): VIF Lightweight Framework Download

Added: September 02, 2010 | Visits: 1.137

Doc::Perlish Doc::Perlish is a Perl module that contains Perl Documentation Tools. SYNOPSIS my $doc = Doc::Perlish->new( type => "POD", input => "source.pod" ); # simple conversions; my $html = $doc->to_html; # DOM-style interface; see Doc::Perlish::DOM for more; my $dom = $doc->to_dom; #...


Platforms: *nix

License: Freeware Size: 56.32 KB Download (97): Doc::Perlish Download

Added: July 05, 2010 | Visits: 1.003

Dice3DS Dice3DS project is a set of Python modules for dealing with 3D Studio format files. I have released it under the terms of a BSD-style license. 3D Studio is a 3D graphics modeling and rendering program that saved it images in a rather simple binary file format known as 3DS format. Although 3D...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (107): Dice3DS Download

Added: April 04, 2010 | Visits: 1.008

ebXML::Message ebXML::Message is a Perl module to encapsulate an ebMS message. SYNOPSIS use ebXML::Message; # create new message my $message = ebXML::Message->new ( CPAId => http://www.you.org/cpa/123456, Action => NewPurchaseOrder, MessageId => 12, RefMessageToId => 11, Service =>...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (94): ebXML::Message Download

Added: April 26, 2010 | Visits: 1.104

Sablotron Sablotron is a fast, compact and portable XML toolkit implementing XSLT 1.0, DOM Level2 and XPath 1.0. Sablotron is an open project; other users and developers are encouraged to use it or to help us testing or improving it. Sablotron is written in C++ and we try to keep it as portable as...


Platforms: *nix

License: Freeware Download (162): Sablotron Download

Added: October 21, 2010 | Visits: 859

HTTP::OAI::Repository HTTP::OAI::Repository is a documentation for building an OAI compliant repository using OAI-PERL. Using the OAI-PERL library in a repository context requires the user to build the OAI responses to be sent to OAI harvesters. SYNOPSIS use HTTP::OAI::Harvester; use...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (92): HTTP::OAI::Repository Download

Added: May 22, 2010 | Visits: 1.488

Chess::PGN::Filter Chess::PGN::Filter is a Perl extension for converting PGN files to other formats. SYNOPSIS use Chess::PGN::Filter; filter(source => $pgn,filtertype => XML); OR my %substitutions = ( hsmyers => Myers, Hugh S (ID), ); my @exclude = qw( WhiteElo BlackElo EventDate ); filter(...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (159): Chess::PGN::Filter Download

Added: April 23, 2010 | Visits: 1.227

jsFind jsFind is a Perl module that can generate index for full text search engine in JavaScript. SYNOPSIS use jsFind; my $t = new jsFind(B => 4); my $f = 1; foreach my $k (qw{minima ut dolorem sapiente voluptatem}) { $t->B_search(Key => $k, Data => { "path" => { t => "word $k", f => $f },...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (92): jsFind Download

Added: October 18, 2010 | Visits: 851

libsgml libsgml is a fast, lightweight state machine SGML parser capable of parsing HTML, XML, and most other markup languages in their most elementary forms. libsgml library natively supports parsing HTML and XML documents into a tree format (DOM). All other markup languages may be parsed via a system...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (102): libsgml Download

Added: November 01, 2010 | Visits: 1.722

XML::LibXML::Reader XML::LibXML::Reader is a Perl interface to libxml2 pull parser. SYNOPSIS use XML::LibXML::Reader; $reader = new XML::LibXML::Reader("file.xml") or die "cannot read file.xmln"; while ($reader->read) { processNode($reader); } sub processNode { $reader = shift; printf "%d %d %s %dn",...


Platforms: *nix

License: Freeware Size: 256 KB Download (108): XML::LibXML::Reader Download

Added: November 05, 2010 | Visits: 899

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: March 12, 2010 | Visits: 675

XML::EasyOBJ XML::EasyOBJ is an easy XML object navigation. SYNOPSIS # open exisiting file my $doc = new XML::EasyOBJ(my_xml_document.xml); my $doc = new XML::EasyOBJ(-type => file, -param => my_xml_document.xml); # create object from XML string my $doc = new XML::EasyOBJ(-type => string, -param =>...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (90): XML::EasyOBJ Download

Added: February 26, 2010 | Visits: 696

REXML REXML is a conformant XML processor for the Ruby programming language. REXML passes 100% of the Oasis non-validating tests and includes full XPath support. REXML is reasonably fast, and is implemented in pure Ruby. Best of all, it has a clean, intuitive API. REXML is included in the standard...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 522.24 KB Download (102): REXML Download

Added: September 13, 2010 | Visits: 956

XML::Checker XML::Checker is a Perl module for validating XML. SYNOPSIS XML::Checker::Parser - an XML::Parser that validates at parse time XML::DOM::ValParser - an XML::DOM::Parser that validates at parse time (Some of the package names may change! This is only an alpha release...) XML::Checker can be...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (95): XML::Checker Download

Added: September 17, 2010 | Visits: 819

XML::XQL XML::XQL is a perl module for querying XML tree structures with XQL. SYNOPSIS use XML::XQL; use XML::XQL::DOM; $parser = new XML::DOM::Parser; $doc = $parser->parsefile ("file.xml"); # Return all elements with tagName=title under the root element book $query = new XML::XQL::Query (Expr...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (99): XML::XQL Download

Added: January 25, 2010 | Visits: 455

XMLLib osax XMLLib osax is a Scripting Addition which implements the XML DOM in AppleScript. Features include:opening, validating, closing, saving an XML documentbrowsing an XML tree - parents, children, siblingssearching an XML tree - sending a XPATH requestediting, creating, removing an XML nodesearching...


Platforms: Mac

License: Freeware Size: 1.6 MB Download (91): XMLLib osax Download

< 1 2 3 4 5 >