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

The Regex Coach freeware
Filter: All | Freeware | Demo
 

The Regex Coach

< 1 2 3 4 5 > 
Added: January 13, 2010 | Visits: 690

Regexp::MatchContext Regexp::MatchContext is Perl module to replace (and improve) $MATCH, $PREMATCH, and $POSTMATCH SYNOPSIS use Regexp::MatchContext -vars; $str = m/(?p) d+ /; print "Before: $PREMATCHn"; print "Matched: $MATCHn"; print "After: $POSTMATCHn"; $MATCH = 2 * $MATCH; # substitute into original...



Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Regexp::MatchContext Download

Added: April 02, 2010 | Visits: 1.102

POE::Component::Player::Mpg123 SYNOPSIS use POE qw(Component::Player::Mpg123); $mp = POE::Component::Player::Mpg123->new(); $mp->play("/tmp/test.mp3"); POE::Kernel->run(); This component is used to manipulate the mpg123 player from within a POE application. The less common but open-source mpg321 has also been tested....





Platforms: *nix

License: Freeware Size: 7.17 KB Download (104): POE::Component::Player::Mpg123 Download

Added: April 14, 2010 | Visits: 1.206

ETTERLOG ETTERLOG is a utility for Network Lan (SWITCH) for file .ECI and .ECP. (Ettercap program). Etterlog is the log analyzer for logfiles created by ettercap. It can handle both compressed (created with -Lc) or uncompressed logfiles. With this tool you can manipulate binary files as you like and...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (119): ETTERLOG Download

Added: August 21, 2010 | Visits: 1.218

DateTime::Format::Builder::Tutorial DateTime::Format::Builder::Tutorial is a quick class on using Builder. CREATING A CLASS As most people who are writing modules know, you start a package with a package declaration and some indication of module version: package DateTime::Format::ICal; our $VERSION = 0.04; After that, you...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (107): DateTime::Format::Builder::Tutorial Download

Added: May 26, 2010 | Visits: 1.088

File::Wildcard File::Wildcard is a Perl module for enhanced glob processing. SYNOPSIS use File::Wildcard; my $foo = File::Wildcard->new(path => "/home/me///core"); while (my $file = $foo->next) { unlink $file; } When looking at how various operating systems do filename wildcard expansion (globbing),...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (96): File::Wildcard Download

Added: September 27, 2010 | Visits: 1.414

App::SimpleScan::Cookbook App::SimpleScan::Cookbook is a documentation-only module that describes how to use simple_scan for some common Web testing problems. BASICS simple_scan reads test specifications from standard input and generates Perl code based on these specifications. It can either execute them immediately,...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (92): App::SimpleScan::Cookbook Download

Added: July 17, 2010 | Visits: 932

PyCalendarGen PyCalendarGen generates customizable calendar pages in PDF format for use in things like photo calendars. PyCalendarGen supports custom holidays, birthdays, and other special days and has decent internationalization. Installation: Just unpack the archive somewhere useful, and run...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (95): PyCalendarGen Download

Added: September 23, 2010 | Visits: 1.814

Regexp::Log::BlueCoat Regexp::Log::BlueCoat is a regexp builder to parse BlueCoat log files. SYNOPSIS my $blue = Regexp::Log::BlueCoat->new( format => %g %e %a %w/%s %b %m %i %u %H/%d %c, capture => [qw( host code )], ); # the format() and capture() methods can be used to set or get $blue->format(%g %e %a...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (100): Regexp::Log::BlueCoat Download

Added: February 13, 2010 | Visits: 894

Apache::TestUtil Apache::TestUtil Perl module contains utility functions for writing tests. SYNOPSIS use Apache::Test; use Apache::TestUtil; ok t_cmp("foo", "foo", "sanity check"); t_write_file("filename", @content); my $fh = t_open_file($filename); t_mkdir("/foo/bar"); t_rmtree("/foo/bar");...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (89): Apache::TestUtil Download

Added: August 02, 2010 | Visits: 935

TRE TRE is a robust, lightweight, and efficient POSIX compliant regexp matching library with some exciting features such as approximate (fuzzy) matching. At the core of TRE is a new algorithm for regular expression matching with submatch addressing. The algorithm uses linear worst-case time in the...


Platforms: *nix

License: Freeware Size: 430.08 KB Download (94): TRE Download

Released: January 04, 2013  |  Added: January 04, 2013 | Visits: 629

EraseTemp EraseTemp is a utility that automatically deletes old temporary files from your computer. After helping people with computer problems I discovered that many computers had a lot of old temporary files. This wastes space on your hard drives and could be a stability problem. One solution to this can...


Platforms: Windows

License: Freeware Size: 307 KB Download (421): EraseTemp Download

Added: November 20, 2013 | Visits: 312

RegexEvaluator The Regex Evaluator is a powerful and efficient tool for helping with development of regular expressions. It speedily evaluates all kinds of regular expressions and efficiently displays the evaluation results. It runs on multiple platforms either as an applet in any Java enabled browser or as a...


Platforms: Mac

License: Freeware Size: 30.72 KB Download (41): RegexEvaluator Download

Released: September 22, 2012  |  Added: September 22, 2012 | Visits: 857

High Intensity Interval Training Coach for Mac OS This small application plays the role of a virtual coach as it assists the user in high intensity interval training Main Features: - User maintained database of exercises - Custom timed workouts - Custom workout soundtracks via iTunes integration - Spoken workout directions


Platforms: Mac

License: Freeware Size: 501.76 KB Download (480): High Intensity Interval Training Coach for Mac OS Download

Released: June 23, 2012  |  Added: June 23, 2012 | Visits: 472

SDL Regex Fuzzer The SDL Regex Fuzzer application was developed to be a small tool that can help users test regular expressions for potential denial of service vulnerabilities. Regular expression patterns containing certain clauses that execute in exponential time (for example, grouping clauses containing...


Platforms: Windows

License: Freeware Size: 2.4 MB Download (46): SDL Regex Fuzzer Download

Added: November 20, 2010 | Visits: 923

BSNMP regex bsnmp-regex is a module for bsnmpd which allows creation of counters from log files, program output or other text data. The counters use regular expressions to count the number of matches, or parse out specific text/numbers. The resulting data can then be queried or graphed with the usual SNMP...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (93): BSNMP regex 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: February 27, 2010 | Visits: 724

Sub::Regex Sub::Regex is a Perl module to create synonymous subroutines. SYNOPSIS use Sub::Regex; sub /look(s|ing)?_for/ ($){ foobar blah blah } look_for(Amanda); looks_for(Amanda); looking_for(Amanda); lOoKiNg_fOr(Amanda); Sub::Regex is a small tool for users to create a subroutine with...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (102): Sub::Regex Download

Released: November 13, 2012  |  Added: November 13, 2012 | Visits: 468

RegEx.DLL RegEx.DLL provides some much needed regular-expression handling for VB programmers. The 'clsRegEx' class implements all the common UNIX wildcard characters allowing sophisticated string comparisons and search-and-replace operations to be performed. * The '*' character represents zero or more...


Platforms: Windows

License: Freeware Size: 30.72 KB Download (49): RegEx.DLL Download

Added: October 31, 2013 | Visits: 475

RegEx Lite RegEx Lite is a simple application to validate regular expression on the fly. About Adobe AIR: Adobe AIR runtime allows Adobe AIR applications to be deployed on computers and devices running the Linux operating system. In addition, Adobe Flex Builder for Linux can be used to build rich internet...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (35): RegEx Lite Download

Released: February 02, 2002  |  Added: April 15, 2006 | Visits: 22.310

Spot the Diff' 2 Spot the Diff' 2 is a fun program that will have you putting your eyes to the test. You have 2 almost identical pictures in front of you - can you find the 5 differences? If you get stuck, there are clues available. While you play, listen to fun sounds and music. The pictures are great, the...


Platforms: Windows

License: Freeware Size: 10.23 MB Download (890): Spot the Diff' 2 Download

< 1 2 3 4 5 >