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

Define Hypertext Markup Language freeware
Filter: All | Freeware | Demo
 

Define Hypertext Markup Language

< 1 2 3 4 5 > 
Added: January 26, 2010 | Visits: 1.360

PyOPC PyOPC is a Python library implementing the OPC XML Data Access Protocol Version 1.01 (OPC XML-DA 1.01). PyOPC supports the easy creation of XMLDA-compliant clients and servers without having to deal with the SOAP protocol and server issues. The Open Linking and Embedding for Process Control...



Platforms: *nix

License: Freeware Size: 3.1 MB Download (111): PyOPC Download

Added: January 25, 2010 | Visits: 1.104

GENE Graph Export Engine GENE Graph Export Engine is an advanced XML exporter. GENE Graph Export Engine is a complex convertor/framework for multi-namespace XML transforming and exporting. It is able to convert various XML types including SVG, DocBook, MathML, XSL-FO, and their combinations into a wide area of output...





Platforms: *nix

License: Freeware Size: 1.1 MB Download (96): GENE Graph Export Engine Download

Added: July 07, 2010 | Visits: 1.972

PHP Voice PHP Voice (formerly known as PHP VXML) contain four classes that assist in developing voice application using PHP. PHP Voice supports Speech Synthesis Markup Language 1.0, Speech Recognition Grammar Specification 1.0, Voice Browser Call Control: CCXML 1.0, and Voice Extensible Markup Language...


Platforms: *nix

License: Freeware Size: 440.32 KB Download (206): PHP Voice Download

Added: August 24, 2010 | Visits: 746

WriteTarget WriteTarget is a template based text generator. The project can be used to easily generate text in ANY computer language. HTML and C programming language examples are included in templates section. While using Bash as text substitution engine, it provides programming power, rich, stable and...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (89): WriteTarget Download

Released: August 03, 2012  |  Added: August 03, 2012 | Visits: 475

eFitnesse Existing Java testing methodologies for embedded systems suffer from weak tooling support for automated embedded test execution. As a result, automated test cases are often executed on the development machine instead of the actual target device. eFitnesse was specially developed as a Java...


Platforms: Windows

License: Freeware Download (48): eFitnesse Download

Released: August 23, 2012  |  Added: August 23, 2012 | Visits: 1.135

Chemistry Add-in for Word Empowering students, teachers, and chemists to easily author documents in the language of chemistry is at the heart of the Chemistry Add-in for Word. Every discipline has its own language. And being able to communicate and collaborate in a discipline-specific language is essential to scientific...


Platforms: Windows

License: Freeware Size: 11.4 MB Download (516): Chemistry Add-in for Word Download

Added: April 27, 2013 | Visits: 272

Markdown Text This plugin allows users familiar with the Markdown syntax to use it from within the sidebar. Its chief benefit is that it allows users who are unfamiliar with HTML, to get many of the benefits of a robust markup language, which is easier to learn and read back.Installation : 1. Upload...


Platforms: PHP

License: Freeware Size: 10 KB Download (46): Markdown Text Download

Added: November 10, 2013 | Visits: 329

Epydoc Epydoc is a tool for generating API documentation for Python modules, based on their docstrings. For an example of epydoc's output, see the API documentation for epydoc itself (html, pdf). A lightweight markup language called epytext can be used to format docstrings, and to add information about...


Platforms: *nix

License: Freeware Size: 522.24 KB Download (35): Epydoc Download

Added: August 20, 2008 | Visits: 7.149

ACD/ChemSketch The global smash hit, all-purpose chemical drawing and graphics software. Use templates or free-hand, click and draw molecules, ions, stereobonds, text, polygons, arrows, etc. Automatic calculation of MW and formula. See estimates of density, refractive index, molar volume, etc. Now you can...


Platforms: Windows

License: Freeware Size: 26 MB Download (88): ACD/ChemSketch Download

Released: December 29, 2010  |  Added: January 06, 2011 | Visits: 4.324

OkMap OkMap is a GPS and map software that: -Works with vectorial maps and calibrates raster maps -Organizes paths by creating waypoints, routes and tracks -Uploads/downloads data to/from your GPS -Uses altitude DEM data -Supports GPS real-time navigation -Sends/receives vehicles position...


Platforms: Windows

License: Freeware Size: 20.25 MB Download (1277): OkMap Download

Added: June 25, 2010 | Visits: 1.067

Data::ENAML Data::ENAML is a Perl extension for ENAML data representation. SYNOPSIS use Data::ENAML qw (serialize deserialize); print serialize(login => {nick => Schop, email => ariel@atheist.org.il, tagline => If I had no modem I would not lose Regina}); $struct = deserialize(bad-nick: {nick:...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): Data::ENAML Download

Added: June 24, 2010 | Visits: 1.552

Enterprise Sign On Engine Enterprise Sign On Engine (ESOE) is an advanced system which allows an enterprise to meet its individual goals for integrated identity management, federation, single sign on, authorization and accountability for resource access in a very extensible manner. The ESOE is built using the OASIS SAML...


Platforms: *nix

License: Freeware Download (101): Enterprise Sign On Engine Download

Added: June 06, 2010 | Visits: 750

RiveScript RiveScript is a Perl module that allows you to rendering intelligence very easily. SYNOPSIS use RiveScript; # Create a new RiveScript interpreter. my $rs = new RiveScript; # Load some replies. $rs->loadDirectory ("./replies"); # Load in another file. $rs->loadFile...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (89): RiveScript Download

Added: June 24, 2010 | Visits: 850

StringParser_BBCode StringParser_BBCode class provides the possibility to parse strings with BB-Codes and convert them to e.g. HTML code. BBCode is a kind of markup "language" with which one may structure and format text. It is similar to HTML but it utilizes square braces instead of angle brackets. Another...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (102): StringParser_BBCode Download

Added: April 15, 2010 | Visits: 973

Callplot Callplot is a tool for drawing "call-flow" diagrams of the kind common in the telecommunications industry. Input to the tool is in a terse textual notation, and output from the tool can be in several formats, including "ASCII-art", pic format, XML, SVG, and VML. The -pic option produces pic(1)...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (109): Callplot Download

Added: January 13, 2010 | Visits: 845

IO::Util IO::Util is a selection of general-utility IO function. SYNOPSIS use IO::Util qw(capture slurp Tid Lid Uid load_mml); capture() # captures the selected filehandle $output_ref = capture { any_printing_code() } ; # now $$output_ref eq something # captures FILEHANDLE $output_ref = capture...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (89): IO::Util Download

Added: October 19, 2010 | Visits: 1.051

BBCode::Parser BBCode::Parser is a Perl module that parses BBCode tags. BBCode is a simplified markup language used in several online forums and bulletin boards. It originated with phpBB, and remains most popular among applications written in PHP. Generally, users author their posts in BBCode, and the forum...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (112): BBCode::Parser Download

Added: August 09, 2010 | Visits: 766

libxml2 Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library is free software available under the MIT License. XML itself is a metalanguage to design markup languages, i.e. text language where semantic and structure are added...


Platforms: *nix

License: Freeware Size: 4.3 MB Download (100): libxml2 Download

Added: January 26, 2010 | Visits: 835

Epydoc 3.0 Beta Epydoc is a tool for generating API documentation for Python modules, based on their docstrings. For an example of epydocs output, see the API documentation for epydoc itself (html, pdf). A lightweight markup language called epytext can be used to format docstrings, and to add information about...


Platforms: *nix

License: Freeware Size: 1.6 MB Download (100): Epydoc 3.0 Beta Download

Added: February 20, 2010 | Visits: 950

Docutils Docutils is an open-source text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX. Docutils project includes reStructuredText, the easy to read, easy to use, what-you-see-is-what-you-get plaintext markup language..


Platforms: *nix

License: Freeware Size: 1.2 MB Download (88): Docutils Download

< 1 2 3 4 5 >