metacpan-web VS scripting_course

Compare metacpan-web vs scripting_course 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)
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
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
metacpan-web scripting_course
40 16
411 1,338
0.2% -
8.6 5.9
9 days ago 23 days ago
Perl Vim Script
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.

metacpan-web

Posts with mentions or reviews of metacpan-web. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-04.
  • Migrating Perl to Raku
    2 projects | dev.to | 4 Aug 2023
    In January 2018, I proposed a CPAN Butterfly Plan to convert Perl functionality to Raku as closely as possible to the original API. I stated this as a goal because Perl (as a programming language) is so much more than syntax alone. Ask anyone what Perl's unique selling point is, and they will most likely tell you it is CPAN.
  • The most interesting Open Source web applications
    5 projects | dev.to | 15 Jun 2023
    MetaCPAN. There are a number of project in the Perl community. This is one of the most interesting ones. source code
  • Perl developer required at popular IT commentary site...
    1 project | /r/perl | 10 May 2023
    Perl has numerous modules for practically everything. Try a search on https://metacpan.org for anything that takes your fancy.
  • New to Perl and have a few questions
    1 project | /r/perl | 25 Feb 2023
    I can point to the module library metacpan.org that has modules to do tons of different things -- I don't know what equivalent resouorce Python has.
  • MetaCPAN Author Pages Now Link to Repology
    1 project | /r/perl | 25 Feb 2023
    A good place for this issue would be https://github.com/metacpan/metacpan-web
  • 5 great Perl scripts to keep in your sysadmin toolbox
    3 projects | /r/perl | 23 Feb 2023
    All language package index websites are a poor imitation of metacpan.org. Without a doubt it is the single best package website I have used for finding packages, reading docs, examples, version changes, source repo. Everybody should be shamelessly copying it.
  • Day 5: CI for Win32-Wlan Perl module
    2 projects | dev.to | 4 Dec 2022
    While the indicates that this is a Windows-related thing, there are a number of packages on CPAN that are in the Win32 namespace, but also work on Linux. This one, it seems does not. It seems at least one of its dependencies, the Win32-API does not work on anything else besides Windows.
  • Use Dist::Zilla to Create a Perl Distribution
    2 projects | dev.to | 23 Oct 2022
    A Perl distribution is an archive of files that includes a Perl module. There are no official rules on what non-module files must be included in a distribution, but they often include (among other things) test scripts, a Makefile.PL, documentation, and the license. These distributions are commonly uploaded to CPAN, which is a place for Perl programmers to upload their Perl distributions for the purpose of sharing their code.
  • Need help for debugging with Devel:Camelcadedb
    2 projects | /r/perl | 10 Oct 2022
    If there are modules being used, you can read their documentation using the perldoc command or looking online at https://metacpan.org
  • metacpan unusable for anyone else?
    2 projects | /r/perl | 29 Sep 2022

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

What are some alternatives?

When comparing metacpan-web and scripting_course you can also consider the following projects:

stylus - Stylus - Userstyles Manager

bashcrawl

Corinna - Corinna - Bring Modern OO to the Core of Perl

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

codethesaur.us - A polyglot developer reference tool to compare programming language concepts side-by-side! Great for learning new languages or using for reference.

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)

gitflow - Git extensions to provide high-level repository operations for Vincent Driessen's branching model.

vimrc - The ultimate Vim configuration (vimrc)

cpan-audit - Check CPAN modules for known security vulnerabilities

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

problem-solving - 🦋 Problem Solving, a repo for handling problems that require review, deliberation and possibly debate

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