busybox VS Wormies-AU-Helpers

Compare busybox vs Wormies-AU-Helpers and see what are their differences.

busybox

The Swiss Army Knife of Embedded Linux - private tree (by brgl)

Wormies-AU-Helpers

Helper scripts to make maintaining packages using AU even easier (by WormieCorp)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
busybox Wormies-AU-Helpers
6 1
55 12
- -
0.0 0.0
about 5 years ago about 1 month ago
C PowerShell
GNU General Public License v3.0 or later GNU General Public License v3.0 only
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.

busybox

Posts with mentions or reviews of busybox. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-25.
  • Sorry if this is too political.
    1 project | /r/linuxmasterrace | 22 Dec 2022
    Well.
  • Guide: Hush Shell-Scripting Language
    23 projects | news.ycombinator.com | 25 Apr 2022
  • There's a tool to produce a diff-like output from c code?
    1 project | /r/C_Programming | 1 Mar 2022
    Maybe you have better luck with the Busybox diff: https://github.com/brgl/busybox/blob/master/editors/diff.c
  • How could /dev/mem Linux directory be used in order to control the peripherals (MM/IO) ?
    2 projects | /r/embedded | 16 Jan 2022
    You can use busybox devmem to debug. The source code gives you an idea of how it works to write your own code.
  • Programming Puzzles
    3 projects | news.ycombinator.com | 23 Sep 2021
    You can fairly easily spot things like recursive search tree implementations in the wild.

    Also, compilers and interpreters often recursion, and that goes to as many levels as the program requires.

    Have you heard of a "recursive descent parser"? GNU C++ uses one (a huge source file written in C++, well over a megabyte long). This will recurse as deeply as the program's nesting goes; C++ programs often go to more than three levels of nesting. (There are some non-recursive hacks mixed in there, like some operator precedence parsing involving an explicit stack: Shunting-Yard or similar?)

    https://github.com/gcc-mirror/gcc/blob/master/gcc/cp/parser....

    Let's switch over to embedded. Have you heard of BusyBox? BusyBox provides scaled down system utilities for embedded systems. It is very widely used.

    BusyBox's "libb" internal library contains a function called "recursive_action" for walking file system trees. This is actually recursive, and frequently goes more than three levels deep in actual use:

    https://github.com/brgl/busybox/blob/master/libbb/recursive_...

    This is used by BusyBox programs like mdev (udev replacement) lsusb, lspci, chmod, ...

    Also, HN isn't a good place to exhibit Lisp condescension/ignorance.

  • Go & secondary groups: a kaniko adventure!
    3 projects | dev.to | 25 Feb 2021
    This is almost the same implementation you see in busybox's id command source

Wormies-AU-Helpers

Posts with mentions or reviews of Wormies-AU-Helpers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-25.
  • Guide: Hush Shell-Scripting Language
    23 projects | news.ycombinator.com | 25 Apr 2022
    > Any good text editor (e.g. vscode does it) should be able to translate aliases into long form commands.

    It can be done with script Expand-Alias[1] that can be used even as CI/CD action so people don't have to think about this.

    [1]: https://github.com/WormieCorp/Wormies-AU-Helpers/blob/develo...

What are some alternatives?

When comparing busybox and Wormies-AU-Helpers you can also consider the following projects:

barebox - The barebox bootloader - Mirror of ssh://[email protected]/barebox

hush - Hush is a unix shell based on the Lua programming language

gcc

choco-runner - Rapid fast multi package installer for chocolatey packages. Uses different threads for mach speed

kaniko - Build Container Images In Kubernetes

abs - Home of the ABS programming language: the joy of shell scripting.

stshell

hush-shell

hush - hush (a Bourne-style shell) for the GNO multitasking environment on the Apple IIgs

murex - A smarter shell and scripting environment with advanced features designed for usability, safety and productivity (eg smarter DevOps tooling)