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

Regexes freeware
 

Regexes

Added: November 08, 2010 | Visits: 1.092

Regexp::Common::comment Regexp::Common::comment is a Perl module that provide regexes for comments. SYNOPSIS use Regexp::Common qw /comment/; while (<>) { /$RE{comment}{C}/ and print "Contains a C commentn"; /$RE{comment}{C++}/ and print "Contains a C++ commentn"; /$RE{comment}{PHP}/ and print "Contains a PHP...



Platforms: *nix

License: Freeware Size: 112.64 KB Download (103): Regexp::Common::comment Download

Added: July 06, 2010 | Visits: 985

Template::Alloy::Operator Template::Alloy::Operator is a Perl module that provides the regexes necessary for Template::Alloy::Parse to parse operators and place them in their appropriate precedence. It also provides the play_operator method which is used by Template::Alloy::Play and Template::Alloy::Compile for playing...





Platforms: *nix

License: Freeware Size: 143.36 KB Download (94): Template::Alloy::Operator Download

Added: February 09, 2010 | Visits: 1.118

Regexp::Common::net Regexp::Common::net is a Perl module that provide regexes for IPv4 addresses. SYNOPSIS use Regexp::Common qw /net/; while (<>) { /$RE{net}{IPv4}/ and print "Dotted decimal IP address"; /$RE{net}{IPv4}{hex}/ and print "Dotted hexadecimal IP address"; /$RE{net}{IPv4}{oct}{-sep => :}/ and...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (115): Regexp::Common::net Download

Added: November 06, 2010 | Visits: 635

Regexp::Parser::Handlers Regexp::Parser::Handlers is a Perl module with handlers for Perl 5 regexes. This module holds the init() method for the Regexp::Parser class, which installs all the handlers for standard Perl 5 regexes. This documentation contains a sub-classing tutorial. SUB-CLASSING I will present two...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (86): Regexp::Parser::Handlers Download

Added: February 26, 2010 | Visits: 748

Regexp::Parser Regexp::Parser is a Perl module for parsing regexes. This module parses regular expressions (regexes). Its default "grammar" is Perl 5.8.4s regex set. Grammar is quoted because the module does not so much define a grammar as let each matched node state what it expects to match next, but there...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): Regexp::Parser Download

Added: October 10, 2013 | Visits: 515

File::PathInfo File::PathInfo is a Perl module that provides an object oriented interface to things you want to know about a file, such as extension, absolute path, relative path, size, filename (without extension), etc. It is a sort of swissarmy knife of file info. A lot of times you need to know a file's...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (36): File::PathInfo Download

Added: October 17, 2010 | Visits: 1.096

File::Sort File::Sort is a Perl module to sort a file or merge sort multiple files. SYNOPSIS use File::Sort qw(sort_file); sort_file({ I => [qw(file_1 file_2)], o => file_new, k => 5.3,5.5rn, -t => | }); sort_file(file1, file1.sorted); This module sorts text files by lines (or records)....


Platforms: *nix

License: Freeware Size: 32.77 KB Download (95): File::Sort Download

Added: October 22, 2010 | Visits: 696

JoeDog::Config JoeDog::Config provides a perl extension for parsing data/configuration file. It reads columns, key-value pairs, and INI style config files into arrays, hashes and hashes of hashes. It can take characters or regexes for separators. ABSTRACT: This is a autoloadable module which allows the...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (88): JoeDog::Config Download

Added: August 12, 2010 | Visits: 1.039

MPlayer Tools MPlayer Tools is a collection of utilities that eases the use of MPlayer. If you have a TV tuner, you can use MPlayer Tools to record and timeshift easily. MPlayer Tools also remembers movies and positions, so you can resume a movie with a short command. It can also detect movie series, counts...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (100): MPlayer Tools Download

Added: November 19, 2010 | Visits: 851

Test::Cmd Test::Cmd is a Perl module for portable testing of commands and scripts. SYNOPSIS use Test::Cmd; $test = Test::Cmd->new(prog => program_or_script_to_test, interpreter => script_interpreter, string => identifier_string, workdir => , subdir => dir, match_sub => $code_ref, verbose => 1);...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (109): Test::Cmd Download

Added: October 24, 2010 | Visits: 1.122

perlfaq3 perlfaq3 Perl module contains programming tools. How do I do (anything)? Have you looked at CPAN (see perlfaq2)? The chances are that someone has already written a module that can solve your problem. Have you read the appropriate manpages? Heres a brief index: Basics perldata, perlvar,...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (88): perlfaq3 Download

Released: September 26, 2012  |  Added: September 26, 2012 | Visits: 607

Syslog Server Syslog Server was built as a simple and powerful syslog protocol server and analyzer. The program can be tuned to only log events under a threshold, or to directly mail and admin when another threshold value is reached. The events can be viewed by hosts, by severity, or by facility. You can...


Platforms: Windows

License: Freeware Download (428): Syslog Server Download

Released: August 21, 2012  |  Added: August 21, 2012 | Visits: 590

Quoter Converts text with many possible cleanups, including preparation of HTML and Java, aligning in columns, character set conversion, case converting, removing excess white space, removing blank lines, preparing regex expressions.... converts raw text with the following possible cleanups: 0. Flow...


Platforms: Windows, Mac, Java, Linux, Unix

License: Freeware Size: 1.89 MB Download (54): Quoter Download

Released: December 18, 2012  |  Added: December 18, 2012 | Visits: 463

Quoter Amanuensis Converts text with many possible cleanups, including preparation of HTML and Java, aligning in columns, character set conversion, case converting, removing excess white space, removing blank lines, preparing regex expressions.... Converts raw text with the following possible cleanups: 1. Convert...


Platforms: Windows

License: Freeware Size: 1.2 MB Download (49): Quoter Amanuensis Download

Released: July 21, 2012  |  Added: July 21, 2012 | Visits: 171

vimplugin Vimplugin is an attempt to use the vim editor inside the eclipse IDE. This is handy especially for longtime vim users. But other users (say occasional vim users) can also profit: macros, regexes, syntax-highlighting for 1001 languages etcpp.


Platforms: Windows, Mac, Linux

License: Freeware Size: 276.78 KB Download (48): vimplugin Download

Added: November 03, 2013 | Visits: 318

HTML Purifier for linux HTML Purifier project is the premiere PHP solution for all your HTML filtering needs. Tired of forcing users to use BBCode or some other obscure custom markup language due to the current landscape of deficient or hole-ridden HTML filterers? Look no further: HTMLPurifier will not only remove all...


Platforms: *nix

License: Freeware Size: 604.16 KB Download (33): HTML Purifier for linux Download

Added: July 13, 2013 | Visits: 317

Hatchet Hatchet provides a log parser for OpenBSD's PF. Hatchet is a log parsing/presentation program written for OpenBSD's PF logs. Hatchet should be useful to the typical PF administrator who wishes to review their PF logs in a chronological order via a graphical (web) interface. Hatchet archives the...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (43): Hatchet Download

Released: January 30, 2019  |  Added: March 30, 2019 | Visits: 2.259

ConyEdit for Windows A cross-editor plugin to improve any text editor or IDE on Windows OS, based on clipboard monitoring and command line parsing. That means, with ConyEdit running in the background, you can use the commands of ConyEdit in any text editor or IDE on Windows OS without switching windows frequently....


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 8.57 MB Download (1980): ConyEdit for Windows Download