All Projects → beyondgrep → Ack2

beyondgrep / Ack2

Licence: other
**ack 2 is no longer being maintained. ack 3 is the latest version.**

Programming Languages

perl
6916 projects
prolog
421 projects
Parrot
15 projects
ruby
36898 projects - #4 most used programming language
c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to Ack2

vim-bettergrep
A better way to grep in vim.
Stars: ✭ 15 (-99%)
Mutual labels:  ack, grep
Find-String
A PowerShell script to provide functionality similar to grep or ack with highlighting.
Stars: ✭ 56 (-96.28%)
Mutual labels:  ack, grep
Vue Drag Tree
基于Vue的拖拽组织树
Stars: ✭ 98 (-93.48%)
Mutual labels:  tree
Pybktree
Python BK-tree data structure to allow fast querying of "close" matches
Stars: ✭ 117 (-92.22%)
Mutual labels:  tree
Chaid
A python implementation of the common CHAID algorithm
Stars: ✭ 108 (-92.82%)
Mutual labels:  tree
Bingrep
like ~~grep~~ UBER, but for binaries
Stars: ✭ 1,395 (-7.25%)
Mutual labels:  grep
Hierarchy
Layout algorithms for visualizing hierarchical data.
Stars: ✭ 110 (-92.69%)
Mutual labels:  tree
Kcp
⚡ KCP - A Fast and Reliable ARQ Protocol
Stars: ✭ 10,473 (+596.34%)
Mutual labels:  ack
Ucg
UniversalCodeGrep (ucg) is an extremely fast grep-like tool specialized for searching large bodies of source code.
Stars: ✭ 117 (-92.22%)
Mutual labels:  grep
Leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
Stars: ✭ 45,650 (+2935.24%)
Mutual labels:  tree
React Virtualized Sticky Tree
A React component for efficiently rendering tree like structures with support for position: sticky
Stars: ✭ 115 (-92.35%)
Mutual labels:  tree
Gods
GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, …
Stars: ✭ 10,883 (+623.6%)
Mutual labels:  tree
Abp.generaltree
For Abp vNext
Stars: ✭ 106 (-92.95%)
Mutual labels:  tree
Butterfly
🦋Butterfly,A JavaScript/React/Vue2 Diagramming library which concentrate on flow layout field. (基于JavaScript/React/Vue2的流程图组件)
Stars: ✭ 2,343 (+55.78%)
Mutual labels:  tree
Tree Node Cli
🌲 Node.js library to list the contents of directories in a tree-like format, similar to the Linux tree command
Stars: ✭ 102 (-93.22%)
Mutual labels:  tree
Infinite Tree
A browser-ready tree library that can efficiently display a large amount of data using infinite scrolling.
Stars: ✭ 117 (-92.22%)
Mutual labels:  tree
React Demo Storybook
create-react-app , story
Stars: ✭ 100 (-93.35%)
Mutual labels:  tree
Command Line Text Processing
⚡ From finding text to search and replace, from sorting to beautifying text and more 🎨
Stars: ✭ 9,771 (+549.67%)
Mutual labels:  grep
Json Git
A pure JS local Git to versionize any JSON
Stars: ✭ 109 (-92.75%)
Mutual labels:  tree
Wmztreeview
类似前端elementUI的树形控件,可自定义节点内容,支持无限极节点,可拖拽增删节点等等,非递归实现
Stars: ✭ 118 (-92.15%)
Mutual labels:  tree

Build status of dev branch

ack 2

ack is a code-searching tool, similar to grep but optimized for programmers searching large trees of source code. It runs in pure Perl, is highly portable, and runs on any platform that runs Perl.

ack is written and maintained by Andy Lester ([email protected]).

Building

ack requires Perl 5.8.8 or higher. Perl 5.8.8 was released January 2006.

# Required
perl Makefile.PL
make
make test
sudo make install # for a system-wide installation (recommended)
# - or -
make ack-standalone
cp ack-standalone ~/bin/ack2 # for a personal installation

Development

Developer's Guide

Design Guide

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].