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

Parse Words freeware
Filter: All | Freeware | Demo
 

Parse Words

1 2 3 4 5 > 
Added: September 14, 2010 | Visits: 1.004

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 (93): Template::Alloy::Parse Download

Added: January 18, 2010 | Visits: 2.318

Learn Words Learn Words project is a tool for teaching words in foreign languages. Once words and their meanings have been entered, the computer quizzes you and shows how many errors you made..





Platforms: *nix

License: Freeware Size: 66.56 KB Download (198): Learn Words Download

Added: July 15, 2010 | Visits: 898

Parse::Binary::FixedFormat::Variants Parse::Binary::FixedFormat::Variants is a Perl module to convert between variant records and hashes. Parse::Binary::FixedFormat supports variant record formats. To describe a variant structure, pass a hash reference containing the following elements to new. The object returned to handle variant...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (89): Parse::Binary::FixedFormat::Variants Download

Added: August 02, 2010 | Visits: 996

Parse::Binary::FixedFormat Parse::Binary::FixedFormat is a Perl module to convert between fixed-length fields and hashes. SYNOPSIS use Parse::Binary::FixedFormat; my $tarhdr = new Parse::Binary::FixedFormat [ qw(name:a100 mode:a8 uid:a8 gid:a8 size:a12 mtime:a12 chksum:a8 typeflag:a1 linkname:a100 magic:a6...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (96): Parse::Binary::FixedFormat Download

Added: March 07, 2010 | Visits: 1.012

XML Parse Library XML-Parse library is a lightweight set of re-usable functions for general purpose parsing, checking, and creating xml files. It can support stream-oriented, SAX or DOM parsing styles, and includes an optional xsd schema validator and graphical schema generator. It supports all valid XML, and...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (103): XML Parse Library Download

Added: May 02, 2010 | Visits: 1.198

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: 793

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: August 19, 2010 | Visits: 1.051

MIME::Words MIME::Words is a Perl module to deal with RFC-1522 encoded words. SYNOPSIS Before reading further, you should see MIME::Tools to make sure that you understand where this module fits into the grand scheme of things. Go on, do it now. Ill wait. Ready? Ok... use MIME::Words qw(:all); ###...


Platforms: *nix

License: Freeware Size: 389.12 KB Download (95): MIME::Words Download

Added: April 20, 2010 | Visits: 2.032

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 (252): Chess::PGN::Parse Download

Added: September 12, 2010 | Visits: 916

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: January 20, 2010 | Visits: 887

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 (95): MRTG::Parse Download

Added: September 25, 2010 | Visits: 855

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.877

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 (100): Module::MakefilePL::Parse Download

Added: November 16, 2010 | Visits: 1.289

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 (102): Fischerscope-Parse Download

Added: June 01, 2010 | Visits: 934

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: January 04, 2010 | Visits: 830

Kismet Parse Kismet Parse project can be used after kismet has sniffed 802.11 traffic and produced .network files. Kismet Parse is a Perl script that will parse these files to map the MAC addresses of the discovered wireless access point and clients to useful information. The information includes the...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (155): Kismet Parse Download

Released: October 08, 2012  |  Added: October 08, 2012 | Visits: 765

PATools Numbers to Words PATools Numbers to Words is an Excel spreadsheet designed to convert the numbers you enter in the designated fields to actual words. For instance, if you enter 1234 as the number, the application will return one thousand two hundred and thirty four as the word translation. for WindowsAll


Platforms: Windows

License: Freeware Download (46): PATools Numbers to Words Download

Released: November 02, 2012  |  Added: November 02, 2012 | Visits: 542

XML Parse Lib XML Parse Lib is a handy, simple set of re-usable functions designed for general purpose parsing, checking, and creating xml files. It can support stream-oriented, SAX or DOM parsing styles, and includes an optional xsd schema validator and graphical schema generator. This component also...


Platforms: Windows

License: Freeware Download (48): XML Parse Lib Download

Added: May 10, 2013 | Visits: 610

Reversing a String by Words or Characters Reversing a String by Words or Characters script allows you to reverse the characters or words of a string.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Reversing a String by Words or Characters Download

Added: June 30, 2013 | Visits: 631

Limit Characters and Words Entered This script allows you to limit the number of words or characters entered into a form. It is easily customizable.


Platforms: JavaScript

License: Freeware Size: 10 KB Download (59): Limit Characters and Words Entered Download

1 2 3 4 5 >