Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

ack

Compare

  Analyzed 4 days ago

ack is a tool like grep, aimed at programmers with large trees of heterogeneous source code. ack is written purely in Perl, and takes advantage of the power of Perl's regular expressions. * Searches recursively through directories by default, while ignoring .svn, CVS and other VCS directories. ... [More] * ack ignores most of the crap you don't want to search * Lets you specify file types to search, as in --perl or --nohtml. * Color highlighting of search results. * Uses real Perl regular expressions, not a GNU subset. * ack is pure Perl, so consistent across all platforms. It even comes as a single standalone program with no module dependencies. [Less]

58.4K lines of code

2 current contributors

almost 5 years since last commit

155 users on Open Hub

Inactive
4.80435
   
I Use This

Macromates TextMate Bundles

Compare

  No analysis available

"Official" TextMate Bundles

0 lines of code

0 current contributors

0 since last commit

88 users on Open Hub

Activity Not Available
4.59375
   
I Use This
Mostly written in language not available
Licenses: No declared licenses

cl-ppcre

Compare

  Analyzed 3 days ago

CL-PPCRE is a portable regular expression library for Common Lisp.

8.17K lines of code

1 current contributors

9 months since last commit

41 users on Open Hub

Very Low Activity
4.8125
   
I Use This
Tags regexp

Apache ORO

Compare

Claimed by Apache Software Foundation Analyzed about 21 hours ago

33.7K lines of code

0 current contributors

over 13 years since last commit

31 users on Open Hub

Inactive
4.0
   
I Use This
Licenses: No declared licenses

POCO C++ Libraries

Compare

  Analyzed 2 days ago

The POCO C++ Libraries (POCO stands for POrtable COmponents) are open source C++ class libraries that simplify and accelerate the development of network-centric, portable applications in C++. The libraries integrate perfectly with the C++ Standard Library and fill many of the functional gaps left ... [More] open by it. Their modular and efficient design and implementation makes the POCO C++ Libraries extremely well suited for embedded development, an area where the C++ programming language is becoming increasingly popular, due to its suitability for both low-level (device I/O, interrupt handlers, etc.) and high-level object-oriented development. Of course, the POCO C++ Libraries are also ready for enterprise-level challenges. [Less]

1.08M lines of code

18 current contributors

8 days since last commit

26 users on Open Hub

High Activity
4.75
   
I Use This

re2c

Compare

  Analyzed 1 day ago

re2c is a tool for writing very fast and very flexible scanners. Unlike any other such tool, re2c focuses on generating high efficient code for regular expression matching. As a result this allows a much broader range of use than any traditional lexer offers. And Last but not least re2c generates ... [More] warning free code that is equal to hand-written code in terms of size, speed and quality. [Less]

2.18M lines of code

4 current contributors

8 months since last commit

10 users on Open Hub

Very Low Activity
4.75
   
I Use This

Regexp::Assemble

Compare

  Analyzed 1 day ago

Regexp::Assemble takes an arbitrary number of regular expressions and assembles them into a single regular expression (or RE) that matches all that the individual REs match. As a result, instead of having a large list of expressions to loop over, a target string only needs to be tested against ... [More] one expression. This is interesting when you have several thousand patterns to deal with. Serious effort is made to produce the smallest pattern possible. It is also possible to track the original patterns, so that you can determine which, among the source patterns that form the assembled pattern, was the one that caused the match to occur. [Less]

0 lines of code

0 current contributors

over 16 years since last commit

6 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: Artistic_..., gpl

CocoaOniguruma

Compare

  Analyzed 3 days ago

CocoaOniguruma is an Objective-C binding of Oniguruma regular expression engine. It's simple and tiny compared to the other bindings.

24.1K lines of code

0 current contributors

almost 8 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This

WikiEngine

Compare

  Analyzed 3 days ago

WikiEngine.dll is a library with COM-objects to create and manage a wiki-website, or use 'wiki technology' in an application. WikiSyntax is parsed using a WikiParseXML definition. Data is stored in a database of choice.

40.8K lines of code

1 current contributors

about 5 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

ExpressionEditor

Compare

  Analyzed 1 day ago

A tool which aims to make editing regular expressions easy by providing a visual display of what the expression means, plus the ability to graphically edit the expression from the visualisation. The project supports PCRE, POSIX (regex.h), ICU, C++11 and Qt4's regexp formats.

7.82K lines of code

0 current contributors

almost 11 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This