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

Recdescent freeware
 

Recdescent

Added: March 08, 2010 | Visits: 794

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: June 01, 2010 | Visits: 937

Parse::RecDescent::FAQ Parse::RecDescent::FAQ is the official, authorized FAQ for Parse::RecDescent. OVERVIEW-TYPE QUESTIONS Is Parse::RecDescent LL(1)? LL(N)? LR(1)? LR(N)? Answer by Yves Orton: I have a data structure which is a hash of entries where an entry is a list/array of sets I have also a grammar... Platforms: *nix

License: Freeware Size: 77.82 KB Download (99): Parse::RecDescent::FAQ Download

Added: October 19, 2010 | Visits: 826

Bigtop::Parser Bigtop::Parser is the Parse::RecDescent grammar driven parser for bigtop files. SYNOPSIS Make a file like this: config { base_dir `/home/username`; Type1 Backend {} Type2 Backend {} Type3 Backend {} } app App::Name { table name { } controller SomeController {} } Then run this... Platforms: *nix

License: Freeware Size: 378.88 KB Download (99): Bigtop::Parser Download

Added: January 18, 2010 | Visits: 939

RFC::RFC822::Address RFC::RFC822::Address is a Perl module for RFC 822 style address validation. SYNOPSIS use RFC::RFC822::Address qw /valid/; print "Validn" if valid abigail@example.com; This module checks strings to see whether they are have the valid syntax, as defined in RFC 822 [1]. One subroutine,... Platforms: *nix

License: Freeware Size: 1.5 MB Download (111): RFC::RFC822::Address Download

Released: September 19, 2012  |  Added: September 19, 2012 | Visits: 515

Entrez Gene Parser in Perl Perl Entrez Gene Parser project provides Perl parsers for NCBI's Entrez Gene based on regular expression, Parse::RecDescent, Parse::Yapp and Perl-byacc. Some can parse human genome annotations in minutes. Documentation and user guides are provided. Platforms: Windows, Mac, Linux

License: Freeware Size: 35.3 KB Download (45): Entrez Gene Parser in Perl Download

Added: April 02, 2010 | Visits: 769

sqlt-diff sqlt-diff is a Perl module that can find the differences b/w two schemas. SYNOPSIS For help: sqlt-diff -h|--help For a list of all valid parsers: sqlt -l|--list To diff two schemas: sqlt-diff [options] file_name1=parser file_name2=parser Options: -d|--debug Show debugging info... Platforms: *nix

License: Freeware Size: 532.48 KB Download (95): sqlt-diff Download

Added: February 18, 2010 | Visits: 1.448

php_writeexcel php_writeexcel is a port of John McNamaras excellent Spreadsheet::WriteExcel Perl package to PHP. It allows you to generate Microsoft Excel documents on your PHP enabled Web server without any other tools. Ive included six example PHP scripts which are also taken out of the... Platforms: *nix

License: Freeware Size: 71.68 KB Download (197): php_writeexcel Download

Added: March 09, 2010 | Visits: 1.078

Mail::RFC822::Address Mail::RFC822::Address is a Perl extension for validating email addresses according to RFC822. SYNOPSIS use Mail::RFC822::Address qw(valid validlist); if (valid("pdw@ex-parrot.com")) { print "Thats a valid addressn"; } if (validlist("pdw@ex-parrot.com, other@elsewhere.com")) { print... Platforms: *nix

License: Freeware Size: 5.12 KB Download (104): Mail::RFC822::Address Download

Added: August 02, 2010 | Visits: 873

Regexp::MultiLanguage::BaseDialect Regexp::MultiLanguage::BaseDialect takes care of most of the work of writing a dialect for Regexp::MultiLanguage. SYNOPSIS Handles interfacing with the Parse::RecDescent grammar to simplify the code that must be written for a dialect of Regexp::MultiLanguage. Dialect writers only need write... Platforms: *nix

License: Freeware Size: 6.14 KB Download (98): Regexp::MultiLanguage::BaseDialect Download

Added: March 11, 2010 | Visits: 1.032

Config::Magic SYNOPSIS Example 1 use Config::Magic; use Data::Dumper; $input=q{ Section 1 { [Section 4] #Comment style #1 //Comment style #2 ;Comment style #3 Monkey:1 Monkey=>2 Monkey:=3 < Section 2 > Foo = Bar Baz { Bip:1 Pants==5 } < /Section > < Tasty Cheese="3" / > < Section 5 >... Platforms: *nix

License: Freeware Size: 20.48 KB Download (113): Config::Magic Download

Added: May 10, 2013 | Visits: 709

Perl Entrez Gene Parser This program is a parser that abstract a data structure from a given Entrez Gene record, and users of the parser can decide what to do/extract from the data structure. Perl Entrez Gene Parser project provides Perl parsers for NCBI's Entrez Gene based on regular expression, Parse::RecDescent,... Platforms: Windows, Mac, *nix, Perl, BSD Solaris

License: Freeware Download (65): Perl Entrez Gene Parser Download