QRona
QRona - a not very serious Corona Certificate Validator (by domm)
ack3
ack is a grep-like search tool optimized for source code. (by beyondgrep)
QRona | ack3 | |
---|---|---|
1 | 21 | |
0 | 741 | |
- | 1.5% | |
0.0 | 8.4 | |
almost 3 years ago | about 1 month ago | |
Perl | Perl | |
- | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
QRona
Posts with mentions or reviews of QRona.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-11.
-
What are the coolest things you've made with Perl?
Here's a talk about it and the code.
ack3
Posts with mentions or reviews of ack3.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-18.
-
Any Linux admins willing to try Pygrep?
fyi ack is like this but for perl instead of python https://beyondgrep.com/
-
Vim: ZZ and zz: Do you know the difference?
If you just need a single shell command you can do :!. Example:
:!ack "stupid_structure->who_wrote_this_crap.oooohhhhh\s+="
(and if you wonder what "ack" means: https://beyondgrep.com/)
-
Share your little shell functions and one-liners that make your life easier
Ack is consistent with grep but will sensibly handle the recursive stuff for you.
-
Found malware in the source code for my company’s website
Scan the file tree containing the website for the links, or part of tje links, for example with ack which is an easy to use, recursive reimplementation of grep.
-
What is something you want to make, but python is too slow for it?
I've thought about redoing ack in Python but it wasn't any faster than the current Perl.
-
I made grep -- but better
Ever hear of ack it might be a faster alternative.
-
Ask HN: Can I see your scripts?
No, but thanks for pointing out its existence. Homepage:
https://beyondgrep.com/
-
Can't run freeze_graph python script, No module named 'tensorflow.python'
(ack comes from ack-grep, a better version of grep, but you can just replace it with grep -r)
-
Using Ack To Search Elixir Code
I've been a fan of ack for quite some time. Somehow (and I'm not quite sure how) once or twice it's found stuff in source code that VSCode simply misses (likely I was searching wrong with VSCode). And there are a few things I've found that make it even more effective in searching Elixir code that I thought I'd share.
-
ripgrep: grep but better
Very much agreed. I'm a developer and I honestly prefer ack (https://beyondgrep.com/) myself. But it has the exact same issue. It's not standard.
What are some alternatives?
When comparing QRona and ack3 you can also consider the following projects:
altbox - Website for altbox.dev, the alternative toolbox for developers
autobots - ⚡️ Scripts & dotfiles for automation and/or bootstrapping new system setup
output-as-format - Output stdin as GitHub/Slack/Jira etc... formatted code, lists, or quotes
net-amqp-rabbitmq - Perl bindings to the librabbitmq-c AMQP library.
fzf.vim - fzf :heart: vim
the_silver_searcher - A code-searching tool similar to ack, but faster.