Projects tagged ‘grep’


[35 total ]

2185 Users
   

Grep searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines.
Created over 3 years ago.

98 Users
   

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. * ... [More] Searches recursively through directories by default, while ignoring .svn, CVS and other VCS directories. * 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]
Created over 3 years ago.

3 Users
 

dnGREP is a new Open Source GREP utility written in .NET 2.0 (testing so far only on Windows). It was designed to provide a fast and stable regular-expression based search/replace functionality to ... [More] Windows users. This utility currently supports: * Shell integration (ability to search from explorer) * Plain text/regex search (including case-insensitive search) * Multiline search (ability to search and replace multiple lines) * Undo functionality * Preview of search results * Optional integration with text editor (like notepad++) Suggestions and requests for new features are always welcome and appreciated. Works with Windows XP and Windows Vista [Less]
Created 12 months ago.

2 Users
   

ngrep strives to provide most of GNU grep's common features, applying them to the network layer. ngrep is a pcap-aware tool that will allow you to specify extended regular or hexadecimal expressions ... [More] to match against data payloads of packets. It currently recognizes IPv4/6, TCP, UDP, ICMPv4/6, IGMP and Raw across Ethernet, PPP, SLIP, FDDI, Token Ring and null interfaces, and understands BPF filter logic in the same fashion as more common packet sniffing tools, such as tcpdump and snoop. [Less]
Created about 1 year ago.

1 Users
   

Write and run functional tests of your web application using resources available on almost every Linux host. bashWebTest is an esoteric framework that started as part dare, part experiment. At this ... [More] point the tool has become somewhat useful for my situation so I figure it's a good time to let others check it out. I am giving back to the internets. The crudest, ugliest code in the world is available right now. Take a peek if only you're terribly desperate for a lame testing tool. [Less]
Created about 1 year ago.

1 Users

This emacs package manages multiple search results buffers: - the search results of grep, lgrep, rgrep, and find-grep are sent to separate buffers instead of overwriting the contents of a single ... [More] buffer. - several navigation functions are provided to allow the user to treat the search results buffers as a stack and/or ring, and to easily reset the state of each search buffer after navigating through the results [Less]
Created about 1 year ago.

1 Users

This emacs package lets the user launch a search, with a single key combination, for the word under the cursor, in the current repository, or the current directory, or in the set of currently open files.
Created about 1 year ago.

1 Users

Graudit is a simple script and signature sets that allows you to find potential security flaws in source code using the GNU utility grep. It's comparable to other static analysis applications like ... [More] RATS and SWAAT while keeping the technical requirements to a minimum and being very flexible. [Less]
Created 6 months ago.

0 Users

cgrepcolorgrep, cgrep - цветовой маркер текста. Пример ИспользоватьИспользуйте cgrep [OPTIONS]... PATTERN [FILE] [...FILE] Ищет PATTERN в ... [More] каждом FILE или стандартном вводе и выделяет ее цветом. Пример: сgrep 'hello world' menu.h main.c Управление подсветкой: -L, --mark-line подсвечивает всю линию -S, --mark-space подсвечивает до первого пробела -C, --color= COLOR цвет выделения [0-16] (black,red ... white)Скачатьhttp://colorgrep.googlecode.com/files/cgrep.tar.gz Исходный кодsvn checkout http://colorgrep.googlecode.com/svn/trunk/ colorgrep-read-only Wikihttp://code.google.com/p/colorgrep/wiki/cgrep [Less]
Created 12 months ago.

0 Users

NewsI have only just added this to google code - so there isn't much detail posted here about the program but I will update it as soon as possible. You are still able to download the 0.9 version of ... [More] the program. Version 0.10 beta is coming very soon. Please report any issues/features and I will do my best to fix/add them. AboutUsing this program you can easily search text files ( source code, logging, or any other text file ) for a certain string. All of the lines in the text file that contain the string you searched for will then be displayed in a tab. Options to limit line numbers, save results, ignore case and exclude words are all available. [Less]
Created about 1 year ago.