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

Regular Baptist Press freeware
Filter: All | Freeware | Demo
 

Regular Baptist Press

< 1 2 3 4 5 > 
Added: March 25, 2010 | Visits: 727

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

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

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 (93): libiptcdata Download

Added: June 23, 2010 | Visits: 989

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

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 (94): Regexx Download

Added: January 12, 2010 | Visits: 1.187

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

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 (104): RegExplorer Download

Added: September 12, 2010 | Visits: 909

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

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

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

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

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

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 (97): Search::Tools::RegExp Download

Added: October 11, 2010 | Visits: 1.165

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

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 (92): Kodos Download

Added: January 19, 2010 | Visits: 710

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

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

Added: January 12, 2010 | Visits: 1.168

Unicode::Regex::Set Unicode::Regex::Set is a subtraction and intersection of Character Sets in Unicode Regular Expressions. SYNOPSIS use Unicode::Regex::Set qw(parse); $regex = parse([p{Latin} & p{L&} - A-Z]); Perl 5.8.0 misses subtraction and intersection of characters, which is described in Unicode Regular...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Unicode::Regex::Set Download

Added: October 26, 2010 | Visits: 1.659

PRES 1.10.0 Beta PRES project (the Press Release System) is a simple content management system, essentially targeted at producing a news and information site. Managing a PRES system is designed to be simple. However, presentation is sophisticated and flexible. An elementary knowledge of IT would be useful but...


Platforms: *nix

License: Freeware Size: 7.2 MB Download (101): PRES 1.10.0 Beta Download

Added: October 13, 2010 | Visits: 862

autoblock.so 0.2 This is a Gaim plugin that automatically blocks nicknames or messages based on regular expression matches. Right now it only works with yahoo since those are the only chat rooms I visit using gaim. Installation: To install, copy autoblock.c and autoblock.h to /path/to/gaim/sources/plugins and...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (101): autoblock.so 0.2 Download

< 1 2 3 4 5 >