Software Articles and Documents

These apps were designed for users who like to do simple tasks quickly in command line, and for users who like to automatize processes with scripts.

The preferred style of documentation is the "quick how-to", in which instructions are subjectively minimized, to keep the focus and clarity.

...


To build with JustBuild, use it instead of Make. The default goal is "all".


Command line for:

  • Incremental build : justbuild or justbuild all
  • Clean : justbuild clean
  • DistClean : justbuild distclean
  • Rebuild : justbuild clean-all or justbuild rebuild or justbuild reall
...

2025-09-29

  • helpers ver r250929
    • lsrec: Tree view can show additional columns.
    • lsrec: Allows resetting color and theme options.
    • lsrec: Option to enable tty detection.
    • rmrec: Allows resetting color option.
    • rmrec: Option to enable tty detection.
...


By following the steps described below you can obtain one or more Active-License files.

By downloading, installing or using the software, you agree to the following: EULA, Terms and Conditions, and Privacy Policy

Registration Steps:

Step [1] Enroll

...


Abc has been renamed to Abcd since v8.08 to better reflect its role and capabilities.

Abcd covers steps A,B,C,D and prepares step E in the ABCDE process.


Accordingly:

  • The executable was renamed from 'abc' to 'abcd'. However, you can still rename the executable as you like.
...

Ready? ... Let's start!

The main pattern

...

What is "C+-" ?

  • A subset of C++ language with additional code conventions.
  • A collection of libraries written in a special way.

"C+-" as a subset of C++:

  • No RTTI.
...

Introduction


Jake is a build utility. Its name comes from: Jobs Make. Parallel jobs are used to make goals.


Jake was inspired by the reliable "make" utility. However, the goal is not to support everything make can do. Rather, to provide a clear approach to achieve user-defined goals.

...

Thank you to everyone who accepted this challenge.

Enjoy your free licenses!

Challenge 2023-05 ( ends on 2023-07-23 )


Hi there,


Something weird about these year's releases: Nothing New?

Let's see:

  • Same functionality, nothing new was asked for.
...

Setup for the first time

[1] Unpack the archive:

unzip -o __ARCHIVE__.zip OR 7z x -y __ARCHIVE__.zip

(optional) Verify the checksums against the official checksum values.

Do not use checksums from unknown sources.

(optional) On Linux: chmod +x bin/* or chmod u+x bin/*.

...
..