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

Regular Baptist Press Vbs freeware
Filter: All | Freeware | Demo
 

Regular Baptist Press Vbs

< 1 2 3 4 5 > 
Added: August 13, 2010 | Visits: 1.084

FLAT::Legacy::FA::RE FLAT::Legacy::FA::RE is a regular expression base class. SYNOPSIS use FLAT::Legacy::FA::RE; use FLAT::Legacy::FA::NFA; my $re = RE->new(); $re->set_re(a|b|(hi)*); my $nfa = $re->to_nfa(); print $nfa->info(); # see stuff on NFA my $dfa = $nfa->to_dfa(); print $dfa->info(); # see stuff...



Platforms: *nix

License: Freeware Size: 32.77 KB Download (117): FLAT::Legacy::FA::RE Download

Added: April 08, 2010 | Visits: 952

Getopt::Declare Getopt::Declare is a Perl module with Declaratively Expressed Command-Line Arguments via Regular Expressions. SYNOPSIS use Getopt::Declare; $args = Getopt::Declare->new($specification_string, $optional_source); # or: use Getopt::Declare $specification_string => $args; Getopt::Declare...





Platforms: *nix

License: Freeware Size: 35.84 KB Download (93): Getopt::Declare Download

Added: August 25, 2013 | Visits: 919

regexxer regexxer project is a nifty search/replace tool featuring Perl-style regular expressions. It features recursive search through directory trees and Perl-style regular expressions (using libpcre). The user interface is similar to the project-wide search/replace dialog in the Sniff+ IDE, but...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (100): regexxer Download

Added: March 25, 2010 | Visits: 730

Grepmail Grepmail searches for emails in a normal or compressed mailbox using a regular expression or date constraint. To install this package, change to the directory where you unarchived this distribution and do the following steps: perl Makefile.PL make make test make install.


Platforms: *nix

License: Freeware Size: 522.24 KB Download (88): Grepmail Download

Added: August 17, 2010 | Visits: 1.106

Regexp::Assemble Regexp::Assemble is Perl module to assemble multiple Regular Expressions into a single RE. SYNOPSIS use Regexp::Assemble; my $ra = Regexp::Assemble->new; $ra->add( ab+c ); $ra->add( ab+- ); $ra->add( awd+ ); $ra->add( ad+ ); print $ra->re; # prints a(?:w?d+|b+[-c]) Regexp::Assemble...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (94): Regexp::Assemble Download

Added: June 01, 2010 | Visits: 1.133

libiptcdata libiptcdata project is a C library for manipulating the International Press Telecommunications Council (IPTC) metadata stored within multimedia files such as images. This metadata can include captions and keywords, often used by popular photo management applications. The library provides...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (94): libiptcdata Download

Added: June 23, 2010 | Visits: 991

Tie::Hash::RegexKeys Tie::Hash::RegexKeys will match hash keys using Regular Expressions. SYNOPSIS use Tie::Hash::RegexKeys; use Data::Dumper; my %h; tie %h, Tie::Hash::RegexKeys; my $a = .1.2.3.4.5.6.2; my $b = .1.2.3.4.5.7; my $c = .1.2.3.4.5.6.1; my $d = .1.2.3.4.5.6.1.6; $h{$a}="key1";...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (104): Tie::Hash::RegexKeys Download

Added: August 21, 2010 | Visits: 842

Regexx Regexx is a complete regular expressions C++ solution. Regexx implements easy expression execution, global searching, replace with atom substitution, customized replaces, easy match/atom string retrieving, and splitting strings with strings or regular expressions.. Get Regexx at...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (95): Regexx Download

Added: January 12, 2010 | Visits: 1.190

Arbitrary Command Output Colourer acoc is a regular-expression based colour formatter for programs that display output on the command-line. It works as a wrapper around the target program, executing it and capturing the stdout stream. Optionally, stderr can be redirected to stdout, so that it, too, can be manipulated. acoc then...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): Arbitrary Command Output Colourer Download

Added: March 01, 2010 | Visits: 843

RegExplorer RegExplorer project is a regular Expression Explorer. It allows for writing regular expressions and visually see the matches, thus making regular expression much easier to write and maintain..


Platforms: *nix

License: Freeware Size: 28.67 KB Download (105): RegExplorer Download

Added: September 12, 2010 | Visits: 912

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: February 08, 2010 | Visits: 1.137

GRegExp Explorer GRegExp Explorer is a graphical regular expression explorer based on the PCRE regular expression library. It is possible to test regular expressions on the fly and check the result in detail..


Platforms: *nix

License: Freeware Size: 122.88 KB Download (101): GRegExp Explorer Download

Added: September 23, 2010 | Visits: 1.218

Visual REGEXP Visual REGEXP project can easily design and debug regular expressions by providing a graphical visualization of the expression and its matches on a sample of your choice. Limitations:.


Platforms: *nix

License: Freeware Size: 25.6 KB Download (119): Visual REGEXP Download

Added: June 23, 2010 | Visits: 803

Reapoff Regular Expression, Arbitrary Protocol, Opensource Filtering Firewall (Reapoff) is an arbitrary protocol proxy. A proxy server is a program which accepts connections on behalf of another program and forwards these connections to the original program. There are a many different commonly used...


Platforms: *nix

License: Freeware Size: 450.56 KB Download (90): Reapoff Download

Added: August 26, 2010 | Visits: 895

perlrecharclass perlrecharclass package contains Perl regular expression character classes. The top level documentation about Perl regular expressions is found in perlre. This manual page discusses the syntax and use of character classes in Perl Regular Expressions. A character class is a way of denoting a...


Platforms: *nix

License: Freeware Size: 14.8 MB Download (94): perlrecharclass Download

Added: June 18, 2010 | Visits: 1.032

Search::Tools::RegExp Search::Tools::RegExp is a Perl module to build regular expressions from search queries. SYNOPSIS my $regexp = Search::Tools::RegExp->new(); my $kw = $regexp->build(the quick brown fox); for my $w ($kw->keywords) { my $r = $kw->re( $w ); # the word itself printf("the word is %sn",...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (102): Search::Tools::RegExp Download

Added: October 11, 2010 | Visits: 1.170

Search::Tools::RegExp::Keywords Search::Tools::RegExp::Keywords is a Perl module to access regular expressions for keywords. SYNOPSIS my $regexp = Search::Tools::RegExp->new(); my $kw = $regexp->build(the quick brown fox); for my $w ($kw->keywords) { my $r = $kw->re( $w ); } Search::Tools::RegExp::Keywords provides...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (92): Search::Tools::RegExp::Keywords Download

Added: September 11, 2010 | Visits: 1.011

Kodos Kodos is a Python GUI utility for creating, debugging and testing regular expressions for the Python programming language. Kodos should aid any developer to efficiently and effortlessly develop regular expressions in Python. Since Pythons implementation of regular expressions is based on the...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (93): Kodos Download

Added: January 19, 2010 | Visits: 713

PCRE PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5, with just a few differences. The current implementation corresponds to Perl 5.005. PCRE is used by many programs, including Exim, Postfix, and PHP. Whats New in...


Platforms: *nix

License: Freeware Size: 788.48 KB Download (94): PCRE Download

Added: May 24, 2010 | Visits: 1.162

ShiftJIS::Regexp ShiftJIS::Regexp contains regular expressions in Shift-JIS. SYNOPSIS use ShiftJIS::Regexp qw(:all); match($string, p{Hiragana}{2}p{Digit}{2}); match($string, pH{2}pD{2}); # these two are equivalent: This module provides some functions to use regular expressions in Shift-JIS on the...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (99): ShiftJIS::Regexp Download

< 1 2 3 4 5 >