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

Text Parser freeware
Filter: All | Freeware | Demo
 

Text Parser

< 1 2 3 4 5 
Added: October 05, 2010 | Visits: 825

Text::PromptBalanced Text::PromptBalanced aid in creating CLI prompts that keep track of balanced text. SYNOPSIS use Text::PromptBalanced qw(balance_factory); ($state,$balance) = balance_factory( string => { type => toggle, open => " }, paren => { type => balanced, open => (, close => ), ignore_in => string...



Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): Text::PromptBalanced Download

Added: May 15, 2010 | Visits: 1.023

Text::Graph Text::Graph is a Perl extension for generating text-based graphs. SYNOPSIS use Text::Graph; blah blah blah Some data is easier to analyze graphically than in its raw form. In many cases, however, a full-blown multicolor graphic representation is overkill. In these cases, a simple graph can...





Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Text::Graph Download

Added: March 27, 2010 | Visits: 1.168

Text::EP3::Verilog Text::EP3::Verilog Perl module contains a verilog extension for the EP3 preprocessor. SYNOPSIS use Text::EP3; use Text::EP3::Verilog; This module is an EP3 extension for the Verilog Hardware Description Language. The signal directive @signal key definition Take a list of signals and...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (102): Text::EP3::Verilog Download

Added: January 03, 2010 | Visits: 834

Text::VimColor Text::VimColor is a syntax color text in HTML or XML using Vim. SYNOPSIS use Text::VimColor; my $syntax = Text::VimColor->new( file => $0, filetype => perl, ); print $syntax->html; print $syntax->xml; This module tries to markup text files according to their syntax. It can be used to...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (87): Text::VimColor Download

Added: January 04, 2010 | Visits: 1.216

Uppaal Timed Automata Parser Library Uppaal Timed Automata Parser Library (libutap) is the parser library used by UPPAAL..


Platforms: *nix

License: Freeware Size: 419.84 KB Download (109): Uppaal Timed Automata Parser Library Download

Added: February 15, 2010 | Visits: 830

Text::Convert::ToImage Text::Convert::ToImage is a Perl module. SYNOPSIS use Text::Convert::ToImage; my $tti = Text::Convert::ToImage->new(); my $length = length($email); if ($length > 150) { $email = "Your text length of $length is too large:"; } my $config = { TEXT => $email ? $email : "y@hn.org",...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (98): Text::Convert::ToImage Download

Added: October 24, 2010 | Visits: 700

Text::Yats Text::Yats is Yet Another Template System. SYNOPSIS use Text::Yats; my $template = < < ENDHTML; < html > < head > < title >$title - $version< /title > < /head > < body > < form > < select name="names" >< !--{1}-- > < option $selected >$list< /option > < !--{2}-- >< /select > <...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (89): Text::Yats Download

Added: May 16, 2010 | Visits: 1.422

regular expression parser regular expression parser is a C++ regexp parser that accomplishes The Open Group specification Issue 6, IEEE Std 1003.1, 2004 Edition. regular expression parser allows you to parse input using regular expressions, and to retrieve parsed sub-expression matches in a few steps..


Platforms: *nix

License: Freeware Size: 337.92 KB Download (145): regular expression parser Download

Added: September 15, 2010 | Visits: 717

Text::Indent Text::Indent is a simple indentation of text shared among modules. SYNOPSIS In your main program: use Text::Indent; my $indent = Text::Indent->new; $indent->spaces(2); In a module to produce indented output: use Text::Indent; my $indent = Text::Indent->instance; $indent->increase;...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (104): Text::Indent Download

Added: March 07, 2010 | Visits: 1.659

MultipartRequest File Upload parser MultipartRequest File Upload parser provides a HttpServletMultipartRequest class that extends the HttpServletRequestWrapper implementation to provide methods for handling multipart form data. The project supports Servlets using Java 1.2 or later. Whats New in This Release: - The API was...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (134): MultipartRequest File Upload parser Download

Added: February 18, 2010 | Visits: 895

RDF::Simple::Parser RDF::Simple::Parser is a simple RDF/XML parser that reads a string containing RDF in XML. SYNOPSIS my $uri = http://www.zooleika.org.uk/bio/foaf.rdf; my $rdf = LWP::Simple::get($uri); my $parser = RDF::Simple::Parser->new(base => $uri) my @triples = $parser->parse_rdf($rdf); # returns...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (98): RDF::Simple::Parser Download

Added: February 04, 2010 | Visits: 1.130

OpenOffice::OODoc::Text OpenOffice::OODoc::Text is a Perl module for the text processing submodule of OpenOffice::OODoc. This manual chapter describes the text-oriented methods of OpenOffice::OODoc, implemented by the OpenOffice::OODoc::Text class, and inherited by the OpenOffice::OODoc::Document class. These...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (109): OpenOffice::OODoc::Text Download

Added: November 06, 2010 | Visits: 632

Regexp::Parser::Handlers Regexp::Parser::Handlers is a Perl module with handlers for Perl 5 regexes. This module holds the init() method for the Regexp::Parser class, which installs all the handlers for standard Perl 5 regexes. This documentation contains a sub-classing tutorial. SUB-CLASSING I will present two...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (86): Regexp::Parser::Handlers Download

Added: February 26, 2010 | Visits: 744

Regexp::Parser Regexp::Parser is a Perl module for parsing regexes. This module parses regular expressions (regexes). Its default "grammar" is Perl 5.8.4s regex set. Grammar is quoted because the module does not so much define a grammar as let each matched node state what it expects to match next, but there...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): Regexp::Parser Download

Added: October 23, 2010 | Visits: 1.048

Tag Soup TagSoup is a SAX2 parser written in Java that, instead of parsing well-formed or valid XML. Tag Soup parses HTML as it is found in the wild: nasty and brutish, though quite often far from short. By providing a SAX interface, it allows standard XML tools to be applied to even the worst HTML. It...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (101): Tag Soup Download

Added: August 06, 2010 | Visits: 985

Text::MetaMarkup::HTML Text::MetaMarkup::HTML is a MM-to-HTML converter. SYNOPSIS use Text::MetaMarkup::HTML; print Text::MetaMarkup::HTML->new->parse(file => $filename); This module extends Text::MetaMarkup and converts the parsed document to HTML. Text::MetaMarkup::HTML adds special support for the following...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (102): Text::MetaMarkup::HTML Download

Added: April 24, 2010 | Visits: 722

Text::EtText::HTML2EtText Text::EtText::HTML2EtText is a Perl module to convert from HTML to the EtText editable-text format. SYNOPSIS my $t = new Text::EtText::HTML2EtText; print $t->html2text ($html); or my $t = new Text::EtText::HTML2EtText; print $t->html2text (); # from STDIN ethtml2text will convert a HTML...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (89): Text::EtText::HTML2EtText Download

Added: April 05, 2010 | Visits: 923

Text::EtText::EtText2HTML Text::EtText::EtText2HTML is a Perl module to convert from the simple EtText editable-text format into HTML. SYNOPSIS my $t = new Text::EtText::EtText2HTML; print $t->text2html ($text); or my $t = new Text::EtText::EtText2HTML; print $t->text2html (); # from STDIN ettext2html will...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (87): Text::EtText::EtText2HTML Download

Added: November 15, 2010 | Visits: 978

XML::Parser::PerlSAX XML::Parser::PerlSAX is a Perl SAX parser using XML::Parser. SYNOPSIS use XML::Parser::PerlSAX; $parser = XML::Parser::PerlSAX->new( [OPTIONS] ); $result = $parser->parse( [OPTIONS] ); $result = $parser->parse($string); XML::Parser::PerlSAX is a PerlSAX parser using the XML::Parser...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (107): XML::Parser::PerlSAX Download

Added: November 02, 2010 | Visits: 1.439

Text::Editor::Vip::Buffer::DoUndoRedo Text::Editor::Vip::Buffer::DoUndoRedo is a non optional plugin for a Text::Editor::Vip::Buffer. The do, undo, redo functionality of Text::Editor::Vip::Buffer is implemented by this package. This package automatically extends a Text::Editor::Vip::Buffer when a Text::Editor::Vip::Buffer instance...


Platforms: *nix

License: Freeware Size: 53.25 KB Download (131): Text::Editor::Vip::Buffer::DoUndoRedo Download

< 1 2 3 4 5