This commit is contained in:
Miloslav Ciz 2024-10-01 13:26:35 +02:00
parent de9f98731e
commit aab4692f16
10 changed files with 1879 additions and 1801 deletions

8
gnu.md
View file

@ -35,8 +35,12 @@ GNU has developed an almost unbelievable amount of software, it has software for
- [GNU Core Utilities](gnu_coreutils.md) (coreutils, basic utility programs)
- [GNU Debugger](gdb.md) (gdb, [debugger](debugger.md))
- [GNU Binary Utilities](gnu_binutils.md) (binutils, programs for working with binary programs)
- [GNU Chess](gnu_chess.md) (strong [chess](chess.md) engine)
- [GNU Go](gnu_go.md) ([go](go.md) game engine)
- board games:
- [GNU Chess](gnu_chess.md) (strong [chess](chess.md) engine)
- [GNU Go](gnu_go.md) ([go](go.md) game engine)
- [GNU Backgammon](gnu_backgammon.md) ([backgammon](backgammon.md))
- [GNU shogi](gnu_shogi.md) ([shogi](shogi.md))
- ...
- [GNU Autotools](autotools.md) ([build system](build_system.md))
- [CLISP](clisp.md) (common [lisp](lisp.md) language)
- GNU Pascal ([pascal](pascal.md) compiler)