scripting_course VS awk-hack-the-planet

Compare scripting_course vs awk-hack-the-planet and see what are their differences.

scripting_course

:notebook: Books, reference guides and resources on Regular Expressions, CLI one-liners, Scripting Languages and Vim. (by learnbyexample)

awk-hack-the-planet

Source code repo for Ben Porter (FreedomBen)'s free course on Awk (originally a talk at Linux Fest Northwest 2019 and 2020) (by FreedomBen)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
scripting_course awk-hack-the-planet
16 5
1,340 230
- -
5.9 3.8
about 1 month ago 8 months ago
Vim Script Ruby
- MIT License
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.

scripting_course

Posts with mentions or reviews of scripting_course. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-10.
  • Whats Your VIMRC Setup For 2023?
    10 projects | /r/vim | 10 Mar 2023
    I'm still on Vim 8.1 (Ubuntu 20). Most of my settings are available here: https://github.com/learnbyexample/scripting_course/blob/master/.vimrc
  • .vimrc
    2 projects | /r/vim | 25 Nov 2022
    Here's mine: https://github.com/learnbyexample/scripting_course/blob/master/.vimrc
  • Not Your Grandfather’s Perl
    7 projects | news.ycombinator.com | 8 Sep 2022
    I wrote ebooks on CLI one-liners based on grep/sed/awk/perl/ruby/coreutils/etc. These are free to read online: https://github.com/learnbyexample/scripting_course#ebooks

    Plenty of examples and exercises.

  • Ask HN: What are the best open source books?
    1 project | news.ycombinator.com | 12 Jun 2022
    There are huge lists on freely available books on programming topics here:

    * https://ebookfoundation.github.io/free-programming-books/boo...

    * https://ebookfoundation.github.io/free-programming-books/boo...

    ---

    All my book are free to read online and markdown source are available on GitHub: https://github.com/learnbyexample/scripting_course#ebooks

  • Show HN: Command line text processing with GNU Coreutils eBook
    3 projects | news.ycombinator.com | 8 Oct 2021
    I did have an option couple of years back, but there were hardly any buyers. So I closed that store instead of spending time in keeping them updated.

    All my books are free to read online: https://github.com/learnbyexample/scripting_course#ebooks

    Also, you could print to pdf using the markdown source from my GitHub repos or use tools like pandoc to convert markdown to pdf/epub.

  • Ask HN: Anyone prefer a terminal based coding setup?
    3 projects | news.ycombinator.com | 18 Aug 2021
    These might help:

    * https://blog.sanctum.geek.nz/series/unix-as-ide/

    * https://themouseless.dev/

    Personally, I use gvim for all my text editing needs and use a normal terminal (i.e. no tmux, i3, etc). There's not much to share, unless you are interested in my vimrc, aliases, etc: https://github.com/learnbyexample/scripting_course

  • [Giveaway] My books on regexp, cli and scripting are free for a few days
    2 projects | /r/learnprogramming | 7 Jun 2021
    Thanks, do you mean web versions of my books? I made those using mdBook to convert markdown to html (plus js for things like search features).
  • Advice on Getting Better with Regex?
    2 projects | /r/regex | 20 Apr 2021
    https://github.com/learnbyexample/scripting_course#ebooks - I have several books on regex with plenty of examples/exercises (free to read online)
  • Where can I learn to write Regular Expressions?
    3 projects | /r/learnprogramming | 15 Apr 2021
    I have separate books for Python/Ruby/JS regexp. My books on grep/sed/awk include detailed chapters on regexp. You can read them for free online, see https://github.com/learnbyexample/scripting_course#ebooks for links. I use lots of examples to present a concept and there are plenty of exercises to test your knowledge as well.
  • Can anyone provide any references to learning Bash Scripting for newbs? Preferably with some exercises?
    1 project | /r/bash | 17 Feb 2021
    I have a few resources collected here: https://github.com/learnbyexample/scripting_course/blob/master/Linux_curated_resources.md#shell-scripting

awk-hack-the-planet

Posts with mentions or reviews of awk-hack-the-planet. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-10.
  • Aho – a Git implementation in Awk
    8 projects | news.ycombinator.com | 10 Feb 2024
    Disclaimer: self promotion

    If you're looking to get into Awk, and you learn well from a lecture style, I put together a talk for Linux Fest Northwest some years ago and recorded it for Youtube: https://youtu.be/E5aQxIdjT0M

  • (F18) cis student need help writing an awkward command file for price calculation, professor won't help.
    2 projects | /r/bash | 20 Nov 2022
    Re awk (which equally has its r/awk), the combination of presentation, exercise and GitHub repo of training data by Benjamin Porter is a nice resource, too.
  • Easily handle CLI operation via Python instead of regular Bash programs
    10 projects | news.ycombinator.com | 11 Feb 2022
    For people that know Ruby, if you haven't explored Ruby's CLI abilities, you definitely, definitely should. When I was building my (free and open source) awk course[1] I fell in love with awk. When I later found out that Ruby has some of the same features, it changed my life: I

    https://robm.me.uk/2013/11/ruby-enp/

    https://benoithamelin.tumblr.com/ruby1line/

    [1]: https://github.com/FreedomBen/awk-hack-the-planet

  • I wrote a super tiny Linux system fetch script in just shell commands
    6 projects | /r/linux | 22 Nov 2021
    Awk: Hack the Planet It has a youtube vid and problems to work through.
  • Getting better at Linux with 10 mini-projects
    4 projects | news.ycombinator.com | 2 Feb 2021
    Kind of a shameless plug, but you mentioned wanting to get better at Awk. I had that same desire and created a small course based on what I learned. The course got great feedback.

    There is a video presentation, and a set of "challenges" you can use to incrementally get more complex with awk, starting from super simple.

    The challenges repo is on github here: https://github.com/FreedomBen/awk-hack-the-planet

    If you want to watch the videos, there are links in the github repo but for convenience:

    Presentation video: https://youtu.be/43BNFcOdBlY

    My solutions to exercises video: https://youtu.be/4UGLsRYDfo8

What are some alternatives?

When comparing scripting_course and awk-hack-the-planet you can also consider the following projects:

bashcrawl

awesome-regex - A curated collection of awesome Regex libraries, tools, frameworks and software

coreutils - upstream mirror

vimrc - The ultimate Vim configuration (vimrc)

simple-awk - Simple and practical guide to awk.

unix-as-ide - The ebook version of Tom Ryder's series on the Unix programming environment

sysfetch - A super tiny system information fetch script written in BASH

.dotfiles - :fireworks: Arch Linux with i3 / nvim / tmux / urxvt / zsh / ...

starship - ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!

computer-science - :mortar_board: Path to a free self-taught education in Computer Science!

xonsh - :shell: Python-powered, cross-platform, Unix-gazing shell.