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

Parse Message software
Filter: All | Freeware | Demo
 

Parse Message

< 1 2 3 4 5 > 
Added: May 02, 2010 | Visits: 1.193

Parse::Java Parse::Java is a Perl module that acts like a parser for Java code. SYNOPSIS use Parse::Java; my $ast = Parse::Java->parse_file(MyClass.java); Parse::Java parses Java code into an Abstract Syntax Tree which can be used for many things like writing compilers and stuff. As this module is...



Platforms: *nix

License: Freeware Size: 18.43 KB Download (114): Parse::Java Download

Added: March 08, 2010 | Visits: 787

Parse::RecDescent Parse::RecDescent is a Perl module to generate Recursive-Descent Parsers. SYNOPSIS use Parse::RecDescent; # Generate a parser from the specification in $grammar: $parser = new Parse::RecDescent ($grammar); # Generate a parser from the specification in $othergrammar $anotherparser =...





Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): Parse::RecDescent 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 20, 2010 | Visits: 2.028

Chess::PGN::Parse Chess::PGN::Parse is a Perl module that reads and parses PGN (Portable Game Notation) Chess files. SYNOPSIS use Chess::PGN::Parse; use English qw( -no_match_vars ); my $pgnfile = "kk_2001.pgn"; my $pgn = new Chess::PGN::Parse $pgnfile or die "cant open $pgnfilen"; while...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (246): Chess::PGN::Parse Download

Added: November 19, 2010 | Visits: 1.668

Smarty and MIME message integration Smarty and MIME message integration is a PHP class library that can send e-mail messages using Smarty templates. This package can be used to compose and send e-mail messages using Smarty templates. It wraps around Smarty and MIME message class by Manuel Lemos, and prepares the body and...


Platforms: *nix

License: Freeware Download (119): Smarty and MIME message integration Download

Added: September 12, 2010 | Visits: 908

Parse::RandGen::Regexp Parse::RandGen::Regexp is a Perl module for regular expression Condition element. Regexp is a Condition element that matches the given compiled regular expression. For picking random data, the regular expression is parsed into its component Subrules, Literals, CharClasses, etc.... Therefore,...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (90): Parse::RandGen::Regexp Download

Added: July 03, 2010 | Visits: 1.009

Gtk2::Ex::Dialogs::Message Gtk2::Ex::Dialogs::Message provides a simple message dialog. SYNOPSIS use Gtk2::Ex::Dialogs::Message ( destroy_with_parent => TRUE, modal => TRUE, no_separator => FALSE ); # do some stuff like creating your apps main $window then, # to ensure that all messages use the right parent, set...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (97): Gtk2::Ex::Dialogs::Message Download

Added: March 27, 2010 | Visits: 1.497

THCNET Message System THCNET Message System project is a customizable PHP-enabled Web application which provides a moderated message system using a backend MySQL database. Installation download and install MySQL. download and install apache with mod_rewrite and php4 or php5 compiled with the pspell libraries....


Platforms: *nix

License: Freeware Size: 378.88 KB Download (93): THCNET Message System Download

Added: January 20, 2010 | Visits: 881

MRTG::Parse MRTG::Parse is a Perl extension for parsing and utilizing the logfiles generated by the famous MRTG Tool. SYNOPSIS use strict; use MRTG::Parse; my $mrtg_logfile = "/var/www/htdocs/mrtg/eth0.log"; my $period = "day"; my $desired_unit = "GB"; my ($traffic_incoming, $traffic_outgoing,...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (91): MRTG::Parse Download

Added: March 25, 2010 | Visits: 1.279

Mail::Message::Head::Complete Mail::Message::Head::Complete is a Perl module with the header of one message. INHERITANCE Mail::Message::Head::Complete is a Mail::Message::Head is a Mail::Reporter Mail::Message::Head::Complete is extended by Mail::Message::Head::Partial Mail::Message::Replace::MailHeader...


Platforms: *nix

License: Freeware Size: 583.68 KB Download (102): Mail::Message::Head::Complete Download

Added: January 08, 2010 | Visits: 1.117

Mail::Message::Head::SpamGroup Mail::Message::Head::SpamGroup is a Perl module which contains spam fighting related header fields. INHERITANCE Mail::Message::Head::SpamGroup is a Mail::Message::Head::FieldGroup is a Mail::Reporter SYNOPSIS my $sg = Mail::Message::Head::SpamGroup->new(head => $head, ...);...


Platforms: *nix

License: Freeware Size: 583.68 KB Download (99): Mail::Message::Head::SpamGroup Download

Added: April 25, 2010 | Visits: 1.130

Mail::Message::Head::FieldGroup Mail::Message::Head::FieldGroup is a Perl module with a sub set of fields in a header. INHERITANCE Mail::Message::Head::FieldGroup is a Mail::Reporter Mail::Message::Head::FieldGroup is extended by Mail::Message::Head::ListGroup Mail::Message::Head::ResentGroup...


Platforms: *nix

License: Freeware Size: 583.68 KB Download (97): Mail::Message::Head::FieldGroup Download

Added: August 02, 2010 | Visits: 1.113

Debug::Message Debug::Message is a Perl module that eases the use of debug print with level, indentation and color. SYNOPSIS use Debug::Message; use Log::Dispatch; use Log::Dispatch::Screen; my $dispatcher = Log::Dispatch->new; $dispatcher->add( Log::Dispatch::Screen->new( name => screen, min_level =>...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): Debug::Message Download

Added: February 18, 2010 | Visits: 1.406

Message Level Authentication for WebMail Message Level Authentication for WebMail is a Firefox extension that authenticates mail from Message Level Network users, Mail Reputation provided by Sender Score for each message and Anti-Phishing Data from PhishTank. Registration is FREE but not required. Currently works with the following...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (100): Message Level Authentication for WebMail Download

Added: September 14, 2010 | Visits: 996

Template::Alloy::Parse Template::Alloy::Parse is a Perl module with common parsing role for creating AST from templates. The Template::Alloy::Parse role is reponsible for storing the majority of directive parsing code, as well as for delegating to the TT, HTE, Tmpl, and Velocity roles for finding variables and...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (92): Template::Alloy::Parse Download

Added: January 05, 2010 | Visits: 929

Message::Style Message::Style is a Perl module to perform stylistic analysis of messages. SYNOPSIS use Message::Style; my $score=Message::Style::score(@article); # or my $score=Message::Style::score(@article); This Perl library does an analysis of a RFC2822 format message (typically email messages or...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (90): Message::Style Download

Added: September 25, 2010 | Visits: 849

Parse::Template Parse::Template was initially created to serve as a code generator for the Parse::Lex class. The class is now available as a separate module..


Platforms: *nix

License: Freeware Size: 22.53 KB Download (88): Parse::Template Download

Released: December 25, 2012  |  Added: December 25, 2012 | Visits: 1.865

Module::MakefilePL::Parse Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", <$fh>) ); $info = $parser->required; The purpose of this module is to determine the...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (94): Module::MakefilePL::Parse Download

Released: September 21, 2012  |  Added: September 21, 2012 | Visits: 1.116

Wily::Message Wily::Message is a Perl extension to handle Wily Messages. SYNOPSIS use Wily::Message; use Wily::Connect; # opens a file in wily and exits when the window is destroyed my $win_id; my $ws = Wily::Connect::connect(); my $wm = Wily::Message->new(Wily::Message::WMnew, 0, 0, 0, 1,...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (92): Wily::Message Download

Added: November 16, 2010 | Visits: 1.283

Fischerscope-Parse Fischerscope-parse project is a php script for parsing data out of WinHCU, software accompanying the Fischerscope H100 nanoindenter..


Platforms: *nix

License: Freeware Size: 38.91 KB Download (101): Fischerscope-Parse Download

< 1 2 3 4 5 >