summaryrefslogtreecommitdiff
path: root/about/showcase.gmi.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'about/showcase.gmi.tpl')
-rw-r--r--about/showcase.gmi.tpl521
1 files changed, 272 insertions, 249 deletions
diff --git a/about/showcase.gmi.tpl b/about/showcase.gmi.tpl
index b55a8697..da4ff6c0 100644
--- a/about/showcase.gmi.tpl
+++ b/about/showcase.gmi.tpl
@@ -1,6 +1,6 @@
# Project Showcase
-Generated on: 2026-07-08
+Generated on: 2026-07-15
=> showcase-rank-history.svg Interactive Project Rank History Graph (SVG)
@@ -10,26 +10,50 @@ This page showcases my side projects, providing an overview of what each project
## Overall Statistics
-* πŸ“¦ Total Projects: 75
-* πŸ“Š Total Commits: 13,485
-* πŸ“ˆ Total Lines of Code: 687,545
-* πŸ“„ Total Lines of Documentation: 294,280
-* πŸ’» Languages: Go (49.3%), Java (8.7%), Shell (7.0%), C++ (5.4%), Dart (4.6%), C (3.7%), C/C++ (3.1%), XML (3.0%), YAML (2.7%), Perl (2.3%), JavaScript (1.8%), JSON (1.7%), Ruby (1.3%), HTML (1.1%), TypeScript (1.1%), CSS (1.0%), Config (0.7%), HCL (0.4%), Python (0.4%), Make (0.3%), TOML (0.1%)
-* πŸ“š Documentation: Text (76.2%), Markdown (22.6%), LaTeX (1.1%)
-* πŸš€ Release Status: 42 released, 33 experimental (56.0% with releases, 44.0% experimental)
+* πŸ“¦ Total Projects: 76
+* πŸ“Š Total Commits: 13,526
+* πŸ“ˆ Total Lines of Code: 629,776
+* πŸ“„ Total Lines of Documentation: 297,391
+* πŸ’» Languages: Go (54.0%), Java (9.5%), Shell (6.2%), C (5.2%), Dart (5.0%), XML (3.3%), YAML (3.0%), Perl (2.3%), JavaScript (2.0%), JSON (1.8%), Ruby (1.4%), TypeScript (1.2%), CSS (1.1%), C/C++ (1.0%), HTML (0.9%), Config (0.5%), HCL (0.4%), Python (0.4%), Make (0.3%), TOML (0.1%)
+* πŸ“š Documentation: Text (75.4%), Markdown (23.5%), LaTeX (1.1%)
+* πŸš€ Release Status: 42 released, 34 experimental (55.3% with releases, 44.7% experimental)
## Projects
-### 1. gonf 1
+### 1. ggaze 1
+
+* πŸ’» Languages: C (88.8%), C/C++ (8.3%), XML (1.8%), Python (1.1%)
+* πŸ“š Documentation: Markdown (98.6%), Text (1.4%)
+* πŸ“Š Commits: 16
+* πŸ“ˆ Lines of Code: 8609
+* πŸ“„ Lines of Documentation: 2423
+* 🏷️ Tags: 0
+* πŸ“… Development Period: 2026-07-12 to 2026-07-14
+* πŸ† Score: 105.5 (combines recent activity, code size, tags, and release status)
+* βš–οΈ License: GPL-3.0
+* πŸ§ͺ Status: Experimental (no releases yet)
+
+
+**ggaze (GNOME Gaze)** is a small, fast, native GTK4 image viewer written in C for Fedora Linux, designed to quickly preview a folder of camera downloads, cull rejects, and move on β€” think `feh`/`nsxiv`/`qiv` but GNOME-native and KISS (no library, database, or sidecars). Its workflow pairs a gthumb-style thumbnail grid with a full-window large view, plus rich keyboard-driven actions: navigation, zoom/pan, EXIF info overlay, mark/select, trash (with undo) or permanent delete, configurable move destinations, external program launchers, shell-script runners, optional GEGL quick-enhance and crop/straighten/rotate, clipboard copy, fullscreen, and slideshow.
+
+**Architecture:** A meson/ninja C project built on GTK4 + libadwaita + GLib, with a strict main-thread-touches-GTK / decode-in-`GTask`-threads split and a "one active load per window, last-write-wins" invariant backed by a bounded `GdkTexture` LRU. Plain-C modules (navigator, loader, detect, thumbnail, trash, mover, opener, runner, enhancer, info, texturecache, clipboard) are display-free and unit-tested standalone; GTK widgets live in `app`, `window`, `viewer`, `gridview`, and `shortcuts`. Decode backends are pluggable behind `GGAZE_HAVE_*` guards (pixbuf default; optional `gegl`, `jxl`, `avif`, `heif` as meson `feature`s), so a minimal GdkPixbuf-only build stays valid and fast. Testing is two mandatory tracks (unit β‰₯80% coverage via gcov for plain-C modules; integration suites for cross-module flows with offscreen GTK and real temp dirs), plus an ASan/UBSan leak-check pass after every milestone.
+
+=> https://codeberg.org/snonux/ggaze View on Codeberg
+=> https://github.com/snonux/ggaze View on GitHub
+For cgit access go to c-git dot f3s dot buetow dot org slash ggaze
+
+---
+
+### 2. gonf 2↙1
* πŸ’» Languages: Go (100.0%)
-* πŸ“š Documentation: Markdown (99.2%), Text (0.8%)
-* πŸ“Š Commits: 25
-* πŸ“ˆ Lines of Code: 2828
-* πŸ“„ Lines of Documentation: 118
+* πŸ“š Documentation: Markdown (99.3%), Text (0.7%)
+* πŸ“Š Commits: 28
+* πŸ“ˆ Lines of Code: 3373
+* πŸ“„ Lines of Documentation: 136
* 🏷️ Tags: 0
-* πŸ“… Development Period: 2026-07-04 to 2026-07-07
-* πŸ† Score: 81.3 (combines recent activity, code size, tags, and release status)
+* πŸ“… Development Period: 2026-07-04 to 2026-07-09
+* πŸ† Score: 31.7 (combines recent activity, code size, tags, and release status)
* βš–οΈ License: No license found
* πŸ§ͺ Status: Experimental (no releases yet)
@@ -46,7 +70,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash gonf
---
-### 2. shuriken.sh 2↙1←1←1
+### 3. shuriken.sh 3↙2↙1←1←1
* πŸ’» Languages: Shell (99.6%), Config (0.3%), Docker (0.1%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -55,7 +79,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash gonf
* πŸ“„ Lines of Documentation: 825
* 🏷️ Tags: 31
* πŸ“… Development Period: 2011-11-19 to 2026-06-28
-* πŸ† Score: 48.3 (combines recent activity, code size, tags, and release status)
+* πŸ† Score: 31.7 (combines recent activity, code size, tags, and release status)
* βš–οΈ License: No license found
* 🏷️ Latest Release: 0.12.4 (2026-06-28)
@@ -71,16 +95,16 @@ For cgit access go to c-git dot f3s dot buetow dot org slash shuriken.sh
---
-### 3. conf 3←3β†–7←7↙6←6↙4β†–5β†–14↙12↙10↙7←7β†–9↙7β†–9←9↙7↙5
+### 4. conf 4↙3←3β†–7←7↙6←6↙4β†–5β†–14↙12↙10↙7←7β†–9↙7β†–9←9↙7↙5
-* πŸ’» Languages: YAML (75.7%), Shell (10.5%), Perl (8.0%), Python (2.8%), Make (1.0%), JSON (0.6%), Docker (0.5%), Config (0.3%), TOML (0.3%), Ruby (0.2%), HTML (0.1%)
+* πŸ’» Languages: YAML (75.1%), Shell (11.0%), Perl (7.9%), Python (2.8%), Make (1.3%), JSON (0.5%), Docker (0.5%), TOML (0.3%), Config (0.3%), Ruby (0.2%), HTML (0.1%)
* πŸ“š Documentation: Markdown (97.4%), Text (2.6%)
-* πŸ“Š Commits: 998
-* πŸ“ˆ Lines of Code: 23773
+* πŸ“Š Commits: 1006
+* πŸ“ˆ Lines of Code: 24037
* πŸ“„ Lines of Documentation: 7431
* 🏷️ Tags: 0
-* πŸ“… Development Period: 2021-12-28 to 2026-07-07
-* πŸ† Score: 43.8 (combines recent activity, code size, tags, and release status)
+* πŸ“… Development Period: 2021-12-28 to 2026-07-12
+* πŸ† Score: 29.8 (combines recent activity, code size, tags, and release status)
* βš–οΈ License: No license found
* πŸ§ͺ Status: Experimental (no releases yet)
@@ -93,7 +117,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash conf
---
-### 4. tasksamurai 4↙2β†–15↙14↙13←13β†–14↙11↙9←9↙7↙5←5β†–23↙22↙18←18↙16←16
+### 5. tasksamurai 5↙4↙2β†–15↙14↙13←13β†–14↙11↙9←9↙7↙5←5β†–23↙22↙18←18↙16←16
* πŸ’» Languages: Go (99.9%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -102,7 +126,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash conf
* πŸ“„ Lines of Documentation: 264
* 🏷️ Tags: 24
* πŸ“… Development Period: 2025-06-19 to 2026-06-27
-* πŸ† Score: 40.7 (combines recent activity, code size, tags, and release status)
+* πŸ† Score: 27.9 (combines recent activity, code size, tags, and release status)
* βš–οΈ License: BSD-2-Clause
* 🏷️ Latest Release: v0.18.1 (2026-06-27)
@@ -117,16 +141,38 @@ For cgit access go to c-git dot f3s dot buetow dot org slash tasksamurai
---
-### 5. hexai 5←5↙2β†–5β†–7←7↙6↙4β†–5↙3β†–8↙6←6↙4↙1←1β†–3β†–15↙2
+### 6. dotfiles 6←6↙4↙3↙2β†–3←3β†–8↙7←7←7β†–9↙8←8↙6↙4↙3β†–5↙3←3
+
+* πŸ’» Languages: Shell (74.2%), Config (7.0%), TOML (6.5%), CSS (6.1%), Python (3.3%), JSON (2.1%), Ruby (0.6%), INI (0.1%)
+* πŸ“š Documentation: Markdown (100.0%)
+* πŸ“Š Commits: 1126
+* πŸ“ˆ Lines of Code: 5350
+* πŸ“„ Lines of Documentation: 16817
+* 🏷️ Tags: 0
+* πŸ“… Development Period: 2023-07-30 to 2026-07-13
+* πŸ† Score: 23.1 (combines recent activity, code size, tags, and release status)
+* βš–οΈ License: No license found
+* πŸ§ͺ Status: Experimental (no releases yet)
+
+
+These are all my dotfiles. I can install them locally on my laptop and/or workstation as well as remotely on any server.
+
+=> https://codeberg.org/snonux/dotfiles View on Codeberg
+=> https://github.com/snonux/dotfiles View on GitHub
+For cgit access go to c-git dot f3s dot buetow dot org slash dotfiles
+
+---
+
+### 7. hexai 7↙5←5↙2β†–5β†–7←7↙6↙4β†–5↙3β†–8↙6←6↙4↙1←1β†–3β†–15↙2
* πŸ’» Languages: Go (100.0%)
* πŸ“š Documentation: Markdown (100.0%)
-* πŸ“Š Commits: 557
+* πŸ“Š Commits: 558
* πŸ“ˆ Lines of Code: 47443
* πŸ“„ Lines of Documentation: 3894
-* 🏷️ Tags: 105
-* πŸ“… Development Period: 2025-08-01 to 2026-07-08
-* πŸ† Score: 27.2 (combines recent activity, code size, tags, and release status)
+* 🏷️ Tags: 106
+* πŸ“… Development Period: 2025-08-01 to 2026-07-15
+* πŸ† Score: 22.2 (combines recent activity, code size, tags, and release status)
* βš–οΈ License: No license found
* 🏷️ Latest Release: v0.42.0 (2026-07-02)
@@ -141,29 +187,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash hexai
---
-### 6. dotfiles 6↙4↙3↙2β†–3←3β†–8↙7←7←7β†–9↙8←8↙6↙4↙3β†–5↙3←3
-
-* πŸ’» Languages: Shell (72.9%), Config (7.3%), TOML (6.9%), CSS (6.4%), Python (3.5%), JSON (2.3%), Ruby (0.6%), INI (0.1%)
-* πŸ“š Documentation: Markdown (100.0%)
-* πŸ“Š Commits: 1114
-* πŸ“ˆ Lines of Code: 5078
-* πŸ“„ Lines of Documentation: 16665
-* 🏷️ Tags: 0
-* πŸ“… Development Period: 2023-07-30 to 2026-07-08
-* πŸ† Score: 24.8 (combines recent activity, code size, tags, and release status)
-* βš–οΈ License: No license found
-* πŸ§ͺ Status: Experimental (no releases yet)
-
-
-These are all my dotfiles. I can install them locally on my laptop and/or workstation as well as remotely on any server.
-
-=> https://codeberg.org/snonux/dotfiles View on Codeberg
-=> https://github.com/snonux/dotfiles View on GitHub
-For cgit access go to c-git dot f3s dot buetow dot org slash dotfiles
-
----
-
-### 7. gitsyncer 7↙6↙5↙3β†–10←10←10β†–20←20↙19↙18←18←18↙16↙14↙11←11β†–17↙15
+### 8. gitsyncer 8↙7↙6↙5↙3β†–10←10←10β†–20←20↙19↙18←18←18↙16↙14↙11←11β†–17↙15
* πŸ’» Languages: Go (95.2%), Shell (4.5%), JSON (0.2%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -172,7 +196,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash dotfiles
* πŸ“„ Lines of Documentation: 2497
* 🏷️ Tags: 43
* πŸ“… Development Period: 2025-06-23 to 2026-06-17
-* πŸ† Score: 16.5 (combines recent activity, code size, tags, and release status)
+* πŸ† Score: 14.0 (combines recent activity, code size, tags, and release status)
* βš–οΈ License: BSD-2-Clause
* 🏷️ Latest Release: v0.18.5 (2026-06-17)
@@ -185,7 +209,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash gitsyncer
---
-### 8. gt 8←8↙6↙4↙1←1β†–28↙26←26↙25↙24←24←24↙22↙21↙17←17↙14↙13
+### 9. gt 9↙8←8↙6↙4↙1←1β†–28↙26←26↙25↙24←24←24↙22↙21↙17←17↙14↙13
* πŸ’» Languages: Go (97.7%), Shell (2.0%), YAML (0.3%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -194,7 +218,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash gitsyncer
* πŸ“„ Lines of Documentation: 4351
* 🏷️ Tags: 7
* πŸ“… Development Period: 2025-11-25 to 2026-05-25
-* πŸ† Score: 13.1 (combines recent activity, code size, tags, and release status)
+* πŸ† Score: 11.4 (combines recent activity, code size, tags, and release status)
* βš–οΈ License: MIT
* 🏷️ Latest Release: v0.5.1 (2026-05-25)
@@ -209,29 +233,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash gt
---
-### 9. irregular.ninja 9↙7↙4
-
-* πŸ’» Languages: Config (100.0%)
-* πŸ“š Documentation: Markdown (100.0%)
-* πŸ“Š Commits: 19
-* πŸ“ˆ Lines of Code: 75
-* πŸ“„ Lines of Documentation: 45
-* 🏷️ Tags: 0
-* πŸ“… Development Period: 2026-06-15 to 2026-06-19
-* πŸ† Score: 11.0 (combines recent activity, code size, tags, and release status)
-* βš–οΈ License: No license found
-* πŸ§ͺ Status: Experimental (no releases yet)
-
-
-The architecture is straightforward: source photos live outside the repo (referenced via symlinks), and `just` recipes invoke `shuriken.sh` to transform them into static albums. This keeps the repo lean while making builds reproducible and easy to automateβ€”just run `just all` to regenerate both sites, or target a single album individually.
-
-=> https://codeberg.org/snonux/irregular.ninja View on Codeberg
-=> https://github.com/snonux/irregular.ninja View on GitHub
-For cgit access go to c-git dot f3s dot buetow dot org slash irregular.ninja
-
----
-
-### 10. snonux 10←10β†–11↙10↙8←8↙7↙3↙2β†–4↙3←3←3↙2β†–5
+### 10. snonux 10←10←10β†–11↙10↙8←8↙7↙3↙2β†–4↙3←3←3↙2β†–5
* πŸ’» Languages: JSON (36.9%), JavaScript (26.9%), Go (23.7%), CSS (12.6%)
* πŸ“š Documentation: Text (79.8%), Markdown (20.2%)
@@ -240,7 +242,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash irregular.ninja
* πŸ“„ Lines of Documentation: 1139
* 🏷️ Tags: 29
* πŸ“… Development Period: 2026-04-06 to 2026-07-08
-* πŸ† Score: 10.8 (combines recent activity, code size, tags, and release status)
+* πŸ† Score: 9.7 (combines recent activity, code size, tags, and release status)
* βš–οΈ License: MIT
* 🏷️ Latest Release: v0.18.0 (2026-07-06)
@@ -253,7 +255,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash snonux
---
-### 11. ior 11↙9↙8←8↙5←5←5↙1β†–12β†–14↙13β†–14←14↙12↙9↙4↙2↙1←1
+### 11. ior 11←11↙9↙8←8↙5←5←5↙1β†–12β†–14↙13β†–14←14↙12↙9↙4↙2↙1←1
* πŸ’» Languages: Go (90.2%), C (8.9%), Shell (0.4%), JSON (0.2%), C/C++ (0.2%), Docker (0.1%)
* πŸ“š Documentation: Markdown (83.9%), Text (16.1%)
@@ -262,7 +264,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash snonux
* πŸ“„ Lines of Documentation: 3008
* 🏷️ Tags: 3
* πŸ“… Development Period: 2024-01-18 to 2026-05-14
-* πŸ† Score: 10.6 (combines recent activity, code size, tags, and release status)
+* πŸ† Score: 9.4 (combines recent activity, code size, tags, and release status)
* βš–οΈ License: No license found
* 🏷️ Latest Release: v1.1.0 (2026-05-14)
@@ -277,7 +279,53 @@ For cgit access go to c-git dot f3s dot buetow dot org slash ior
---
-### 12. hypr 12↙11↙9↙6↙2←2←2β†–17↙16↙15↙14↙11←11↙7↙3
+### 12. irregular.ninja 12↙9↙7↙4
+
+* πŸ’» Languages: Config (100.0%)
+* πŸ“š Documentation: Markdown (100.0%)
+* πŸ“Š Commits: 19
+* πŸ“ˆ Lines of Code: 75
+* πŸ“„ Lines of Documentation: 45
+* 🏷️ Tags: 0
+* πŸ“… Development Period: 2026-06-15 to 2026-06-19
+* πŸ† Score: 8.4 (combines recent activity, code size, tags, and release status)
+* βš–οΈ License: No license found
+* πŸ§ͺ Status: Experimental (no releases yet)
+
+
+The architecture is straightforward: source photos live outside the repo (referenced via symlinks), and `just` recipes invoke `shuriken.sh` to transform them into static albums. This keeps the repo lean while making builds reproducible and easy to automateβ€”just run `just all` to regenerate both sites, or target a single album individually.
+
+=> https://codeberg.org/snonux/irregular.ninja View on Codeberg
+=> https://github.com/snonux/irregular.ninja View on GitHub
+For cgit access go to c-git dot f3s dot buetow dot org slash irregular.ninja
+
+---
+
+### 13. dtail 13β†–14↙13↙12↙11↙9←9←9↙6↙4↙2↙1β†–10←10↙8↙6↙2↙1β†–21↙20
+
+* πŸ’» Languages: Go (94.9%), Shell (2.3%), JSON (1.2%), C (0.8%), Make (0.5%), C/C++ (0.1%)
+* πŸ“š Documentation: Text (98.1%), Markdown (1.9%)
+* πŸ“Š Commits: 734
+* πŸ“ˆ Lines of Code: 49273
+* πŸ“„ Lines of Documentation: 220598
+* 🏷️ Tags: 27
+* πŸ“… Development Period: 2020-01-09 to 2026-04-24
+* πŸ† Score: 7.8 (combines recent activity, code size, tags, and release status)
+* βš–οΈ License: Apache-2.0
+* 🏷️ Latest Release: v4.3.3 (2024-08-23)
+
+
+=> showcase/dtail/image-1.png dtail screenshot
+
+DTail (a distributed tail program) is a DevOps tool for engineers programmed in Google Go for following (tailing), catting and grepping (including gzip and zstd decompression support) log files on many machines concurrently. An advanced feature of DTail is to execute distributed MapReduce aggregations across many devices.
+
+=> https://codeberg.org/snonux/dtail View on Codeberg
+=> https://github.com/snonux/dtail View on GitHub
+For cgit access go to c-git dot f3s dot buetow dot org slash dtail
+
+---
+
+### 14. hypr 14↙12↙11↙9↙6↙2←2←2β†–17↙16↙15↙14↙11←11↙7↙3
* πŸ’» Languages: TypeScript (51.7%), Ruby (33.0%), JSON (7.8%), Shell (4.1%), TOML (3.4%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -286,7 +334,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash ior
* πŸ“„ Lines of Documentation: 2948
* 🏷️ Tags: 0
* πŸ“… Development Period: 2026-03-21 to 2026-06-17
-* πŸ† Score: 9.0 (combines recent activity, code size, tags, and release status)
+* πŸ† Score: 7.7 (combines recent activity, code size, tags, and release status)
* βš–οΈ License: No license found
* πŸ§ͺ Status: Experimental (no releases yet)
@@ -302,7 +350,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash hypr
---
-### 13. player 13↙12↙10↙9↙4←4↙3↙2↙1←1
+### 15. player 15↙13↙12↙10↙9↙4←4↙3↙2↙1←1
* πŸ’» Languages: Go (44.9%), Dart (41.0%), JavaScript (7.7%), TypeScript (2.4%), CSS (2.1%), HTML (0.7%), JSON (0.3%), YAML (0.3%), Shell (0.2%), XML (0.2%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -311,7 +359,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash hypr
* πŸ“„ Lines of Documentation: 6954
* 🏷️ Tags: 0
* πŸ“… Development Period: 2026-04-28 to 2026-05-23
-* πŸ† Score: 8.5 (combines recent activity, code size, tags, and release status)
+* πŸ† Score: 7.4 (combines recent activity, code size, tags, and release status)
* βš–οΈ License: No license found
* πŸ§ͺ Status: Experimental (no releases yet)
@@ -324,31 +372,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash player
---
-### 14. dtail 14↙13↙12↙11↙9←9←9↙6↙4↙2↙1β†–10←10↙8↙6↙2↙1β†–21↙20
-
-* πŸ’» Languages: Go (94.9%), Shell (2.3%), JSON (1.2%), C (0.8%), Make (0.5%), C/C++ (0.1%)
-* πŸ“š Documentation: Text (98.1%), Markdown (1.9%)
-* πŸ“Š Commits: 734
-* πŸ“ˆ Lines of Code: 49273
-* πŸ“„ Lines of Documentation: 220598
-* 🏷️ Tags: 27
-* πŸ“… Development Period: 2020-01-09 to 2026-04-24
-* πŸ† Score: 8.5 (combines recent activity, code size, tags, and release status)
-* βš–οΈ License: Apache-2.0
-* 🏷️ Latest Release: v4.3.3 (2024-08-23)
-
-
-=> showcase/dtail/image-1.png dtail screenshot
-
-DTail (a distributed tail program) is a DevOps tool for engineers programmed in Google Go for following (tailing), catting and grepping (including gzip and zstd decompression support) log files on many machines concurrently. An advanced feature of DTail is to execute distributed MapReduce aggregations across many devices.
-
-=> https://codeberg.org/snonux/dtail View on Codeberg
-=> https://github.com/snonux/dtail View on GitHub
-For cgit access go to c-git dot f3s dot buetow dot org slash dtail
-
----
-
-### 15. goprecords 15↙14←14↙12↙11←11←11↙9↙6←6↙4↙2←2β†–29↙28↙24←24←24←24
+### 16. goprecords 16↙15↙14←14↙12↙11←11←11↙9↙6←6↙4↙2←2β†–29↙28↙24←24←24←24
* πŸ’» Languages: Go (97.5%), Shell (2.2%), Docker (0.3%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -357,7 +381,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash dtail
* πŸ“„ Lines of Documentation: 1002
* 🏷️ Tags: 16
* πŸ“… Development Period: 2013-03-22 to 2026-06-27
-* πŸ† Score: 7.7 (combines recent activity, code size, tags, and release status)
+* πŸ† Score: 7.1 (combines recent activity, code size, tags, and release status)
* βš–οΈ License: No license found
* 🏷️ Latest Release: v0.5.2 (2026-06-07)
@@ -370,7 +394,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash goprecords
---
-### 16. totalrecall 16↙15↙13←13↙12←12←12↙10↙8←8↙6↙4←4↙1β†–18↙15β†–16↙13β†–14
+### 17. totalrecall 17↙16↙15↙13←13↙12←12←12↙10↙8←8↙6↙4←4↙1β†–18↙15β†–16↙13β†–14
* πŸ’» Languages: Go (98.8%), HTML (0.4%), CSS (0.3%), Shell (0.3%), YAML (0.2%)
* πŸ“š Documentation: Markdown (96.0%), Text (4.0%)
@@ -379,7 +403,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash goprecords
* πŸ“„ Lines of Documentation: 400
* 🏷️ Tags: 43
* πŸ“… Development Period: 2025-07-14 to 2026-06-18
-* πŸ† Score: 7.6 (combines recent activity, code size, tags, and release status)
+* πŸ† Score: 7.1 (combines recent activity, code size, tags, and release status)
* βš–οΈ License: MIT
* 🏷️ Latest Release: v0.29.3 (2026-06-18)
@@ -394,7 +418,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash totalrecall
---
-### 17. fastforge 17↙16←16↙15←15←15←15↙12↙11↙10↙5↙1←1β†–3
+### 18. fastforge 18↙17↙16←16↙15←15←15←15↙12↙11↙10↙5↙1←1β†–3
* πŸ’» Languages: C (92.4%), C/C++ (4.1%), JavaScript (2.6%), Make (0.8%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -403,7 +427,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash totalrecall
* πŸ“„ Lines of Documentation: 232
* 🏷️ Tags: 1
* πŸ“… Development Period: 2026-04-06 to 2026-04-15
-* πŸ† Score: 5.8 (combines recent activity, code size, tags, and release status)
+* πŸ† Score: 5.3 (combines recent activity, code size, tags, and release status)
* βš–οΈ License: MIT
* 🏷️ Latest Release: v1.0.0 (2026-04-15)
@@ -418,7 +442,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash fastforge
---
-### 18. foostore 18↙17←17←17←17←17←17↙15←15↙13↙12β†–16←16↙14↙11↙7←7↙5β†–7
+### 19. foostore 19↙18↙17←17←17←17←17←17↙15←15↙13↙12β†–16←16↙14↙11↙7←7↙5β†–7
* πŸ’» Languages: Go (100.0%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -427,7 +451,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash fastforge
* πŸ“„ Lines of Documentation: 162
* 🏷️ Tags: 12
* πŸ“… Development Period: 2018-05-26 to 2026-04-29
-* πŸ† Score: 5.6 (combines recent activity, code size, tags, and release status)
+* πŸ† Score: 5.2 (combines recent activity, code size, tags, and release status)
* βš–οΈ License: No license found
* 🏷️ Latest Release: v0.8.1 (2026-04-29)
@@ -440,27 +464,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash foostore
---
-### 19. rampage 19↙18←18↙16↙14←14↙13↙8↙3
-
-* πŸ’» Languages: Go (100.0%)
-* πŸ“Š Commits: 2
-* πŸ“ˆ Lines of Code: 736
-* 🏷️ Tags: 0
-* πŸ“… Development Period: 2026-05-03 to 2026-05-04
-* πŸ† Score: 4.8 (combines recent activity, code size, tags, and release status)
-* βš–οΈ License: No license found
-* πŸ§ͺ Status: Experimental (no releases yet)
-
-
-rampage: source code repository.
-
-=> https://codeberg.org/snonux/rampage View on Codeberg
-=> https://github.com/snonux/rampage View on GitHub
-For cgit access go to c-git dot f3s dot buetow dot org slash rampage
-
----
-
-### 20. comicforge 20↙19←19↙18↙16←16←16↙13↙10↙5↙2
+### 20. comicforge 20←20↙19←19↙18↙16←16←16↙13↙10↙5↙2
* πŸ’» Languages: Go (100.0%)
* πŸ“š Documentation: Markdown (95.9%), Text (4.1%)
@@ -469,7 +473,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash rampage
* πŸ“„ Lines of Documentation: 998
* 🏷️ Tags: 0
* πŸ“… Development Period: 2026-04-19 to 2026-04-23
-* πŸ† Score: 4.8 (combines recent activity, code size, tags, and release status)
+* πŸ† Score: 4.4 (combines recent activity, code size, tags, and release status)
* βš–οΈ License: No license found
* πŸ§ͺ Status: Experimental (no releases yet)
@@ -484,7 +488,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash comicforge
---
-### 21. timesamurai 21↙20←20↙19↙18←18←18↙16β†–17↙16↙15↙12←12↙11↙10↙5↙4↙2
+### 21. timesamurai 21←21↙20←20↙19↙18←18←18↙16β†–17↙16↙15↙12←12↙11↙10↙5↙4↙2
* πŸ’» Languages: Go (99.3%), Shell (0.6%), YAML (0.1%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -493,7 +497,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash comicforge
* πŸ“„ Lines of Documentation: 112
* 🏷️ Tags: 5
* πŸ“… Development Period: 2025-06-25 to 2026-03-26
-* πŸ† Score: 4.6 (combines recent activity, code size, tags, and release status)
+* πŸ† Score: 4.3 (combines recent activity, code size, tags, and release status)
* βš–οΈ License: MIT
* 🏷️ Latest Release: v0.8.0 (2026-03-26)
@@ -506,7 +510,27 @@ For cgit access go to c-git dot f3s dot buetow dot org slash timesamurai
---
-### 22. loadbars 22↙21←21↙20↙19←19←19β†–53←53↙51↙50↙49←49←49↙46↙6←6↙4β†–47
+### 22. rampage 22↙19↙18←18↙16↙14←14↙13↙8↙3
+
+* πŸ’» Languages: Go (100.0%)
+* πŸ“Š Commits: 2
+* πŸ“ˆ Lines of Code: 736
+* 🏷️ Tags: 0
+* πŸ“… Development Period: 2026-05-03 to 2026-05-04
+* πŸ† Score: 4.3 (combines recent activity, code size, tags, and release status)
+* βš–οΈ License: No license found
+* πŸ§ͺ Status: Experimental (no releases yet)
+
+
+rampage: source code repository.
+
+=> https://codeberg.org/snonux/rampage View on Codeberg
+=> https://github.com/snonux/rampage View on GitHub
+For cgit access go to c-git dot f3s dot buetow dot org slash rampage
+
+---
+
+### 23. loadbars 23↙22↙21←21↙20↙19←19←19β†–53←53↙51↙50↙49←49←49↙46↙6←6↙4β†–47
* πŸ’» Languages: Go (92.8%), Shell (7.2%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -515,7 +539,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash timesamurai
* πŸ“„ Lines of Documentation: 328
* 🏷️ Tags: 38
* πŸ“… Development Period: 2010-11-05 to 2026-03-02
-* πŸ† Score: 4.4 (combines recent activity, code size, tags, and release status)
+* πŸ† Score: 4.2 (combines recent activity, code size, tags, and release status)
* βš–οΈ License: Custom License
* 🏷️ Latest Release: v0.11.1 (2026-02-17)
@@ -532,7 +556,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash loadbars
---
-### 23. ds-sim 23↙22←22↙21↙20←20←20↙19←19↙18↙17↙15←15↙13↙12β†–25←25←25↙21
+### 24. ds-sim 24↙23↙22←22↙21↙20←20←20↙19←19↙18↙17↙15←15↙13↙12β†–25←25←25↙21
* πŸ’» Languages: Java (98.6%), Shell (0.9%), CSS (0.4%)
* πŸ“š Documentation: Markdown (98.7%), Text (1.3%)
@@ -541,7 +565,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash loadbars
* πŸ“„ Lines of Documentation: 3103
* 🏷️ Tags: 2
* πŸ“… Development Period: 2008-05-15 to 2026-03-30
-* πŸ† Score: 4.0 (combines recent activity, code size, tags, and release status)
+* πŸ† Score: 3.8 (combines recent activity, code size, tags, and release status)
* βš–οΈ License: Custom License
* 🏷️ Latest Release: 1.1.0 (2026-03-27)
@@ -556,7 +580,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash ds-sim
---
-### 24. foo.zone 24↙23←23↙22↙21←21←21↙18←18↙17↙16↙13←13↙10↙8β†–64←64←64↙6
+### 25. foo.zone 25↙24↙23←23↙22↙21←21←21↙18←18↙17↙16↙13←13↙10↙8β†–64←64←64↙6
* πŸ’» Languages: XML (98.2%), Shell (1.5%), Go (0.3%)
* πŸ“š Documentation: Text (86.2%), Markdown (13.8%)
@@ -565,7 +589,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash ds-sim
* πŸ“„ Lines of Documentation: 174
* 🏷️ Tags: 0
* πŸ“… Development Period: 2021-04-29 to 2026-04-05
-* πŸ† Score: 3.5 (combines recent activity, code size, tags, and release status)
+* πŸ† Score: 3.3 (combines recent activity, code size, tags, and release status)
* βš–οΈ License: No license found
* πŸ§ͺ Status: Experimental (no releases yet)
@@ -578,7 +602,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash foo.zone
---
-### 25. rcm 25↙24←24↙23↙22←22←22β†–25←25↙24↙23↙22←22↙20↙15↙12β†–13↙10←10
+### 26. rcm 26↙25↙24←24↙23↙22←22←22β†–25←25↙24↙23↙22←22↙20↙15↙12β†–13↙10←10
* πŸ’» Languages: Ruby (99.8%), TOML (0.2%)
* πŸ“š Documentation: Markdown (99.9%), Text (0.1%)
@@ -587,7 +611,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash foo.zone
* πŸ“„ Lines of Documentation: 989
* 🏷️ Tags: 3
* πŸ“… Development Period: 2024-12-05 to 2026-05-11
-* πŸ† Score: 3.3 (combines recent activity, code size, tags, and release status)
+* πŸ† Score: 3.1 (combines recent activity, code size, tags, and release status)
* βš–οΈ License: Custom License
* 🏷️ Latest Release: v0.1.1 (2026-03-01)
@@ -602,7 +626,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash rcm
---
-### 26. gogios 26↙25β†–26↙25↙24←24←24↙22←22↙21←21↙20←20↙18β†–19↙16↙15↙12↙11
+### 27. gogios 27↙26↙25β†–26↙25↙24←24←24↙22←22↙21←21↙20←20↙18β†–19↙16↙15↙12↙11
* πŸ’» Languages: Go (98.9%), JSON (0.7%), YAML (0.5%)
* πŸ“š Documentation: Markdown (94.9%), Text (5.1%)
@@ -611,7 +635,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash rcm
* πŸ“„ Lines of Documentation: 394
* 🏷️ Tags: 10
* πŸ“… Development Period: 2023-04-17 to 2026-03-28
-* πŸ† Score: 2.6 (combines recent activity, code size, tags, and release status)
+* πŸ† Score: 2.5 (combines recent activity, code size, tags, and release status)
* βš–οΈ License: Custom License
* 🏷️ Latest Release: v1.4.1 (2026-02-16)
@@ -626,7 +650,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash gogios
---
-### 27. epimetheus 27↙26↙25↙24↙23←23←23↙21←21↙20↙19↙17←17↙15↙13↙8←8↙6↙4
+### 28. epimetheus 28↙27↙26↙25↙24↙23←23←23↙21←21↙20↙19↙17←17↙15↙13↙8←8↙6↙4
* πŸ’» Languages: Go (85.2%), Shell (14.8%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -635,7 +659,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash gogios
* πŸ“„ Lines of Documentation: 1736
* 🏷️ Tags: 0
* πŸ“… Development Period: 2026-02-07 to 2026-03-07
-* πŸ† Score: 2.5 (combines recent activity, code size, tags, and release status)
+* πŸ† Score: 2.4 (combines recent activity, code size, tags, and release status)
* βš–οΈ License: No license found
* πŸ§ͺ Status: Experimental (no releases yet)
@@ -650,7 +674,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash epimetheus
---
-### 28. yoga 28↙27←27↙26↙25←25←25↙24←24↙23↙22↙21←21↙19↙17↙13β†–14↙11β†–12
+### 29. yoga 29↙28↙27←27↙26↙25←25←25↙24←24↙23↙22↙21←21↙19↙17↙13β†–14↙11β†–12
* πŸ’» Languages: Go (69.1%), HTML (30.9%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -674,7 +698,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash yoga
---
-### 29. gemtexter 29↙28←28←28↙27←27←27←27β†–28↙27←27β†–28←28↙27↙26↙22←22←22←22
+### 30. gemtexter 30↙29↙28←28←28↙27←27←27←27β†–28↙27←27β†–28←28↙27↙26↙22←22←22←22
* πŸ’» Languages: Shell (55.9%), CSS (31.0%), HTML (11.2%), Config (1.8%)
* πŸ“š Documentation: Text (75.1%), Markdown (24.9%)
@@ -696,7 +720,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash gemtexter
---
-### 30. scifi 30↙29←29↙27↙26←26←26↙23←23↙22↙20↙19←19↙17↙16↙10←10↙8←8
+### 31. scifi 31↙30↙29←29↙27↙26←26←26↙23←23↙22↙20↙19←19↙17↙16↙10←10↙8←8
* πŸ’» Languages: JSON (36.6%), JavaScript (30.2%), CSS (29.6%), HTML (3.7%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -705,7 +729,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash gemtexter
* πŸ“„ Lines of Documentation: 874
* 🏷️ Tags: 0
* πŸ“… Development Period: 2026-01-25 to 2026-03-13
-* πŸ† Score: 2.1 (combines recent activity, code size, tags, and release status)
+* πŸ† Score: 2.0 (combines recent activity, code size, tags, and release status)
* βš–οΈ License: No license found
* πŸ§ͺ Status: Experimental (no releases yet)
@@ -718,7 +742,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash scifi
---
-### 31. gos 31↙30←30↙29↙28←28β†–30↙29←29↙28↙26↙25←25↙24↙23↙19←19↙18←18
+### 32. gos 32↙31↙30←30↙29↙28←28β†–30↙29←29↙28↙26↙25←25↙24↙23↙19←19↙18←18
* πŸ’» Languages: Go (99.6%), JSON (0.2%), Shell (0.2%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -742,7 +766,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash gos
---
-### 32. log4jbench 32↙31←31↙30↙29←29←29↙28↙27↙26↙25↙23←23↙21↙20↙14↙12↙9←9
+### 33. log4jbench 33↙32↙31←31↙30↙29←29←29↙28↙27↙26↙25↙23←23↙21↙20↙14↙12↙9←9
* πŸ’» Languages: Java (78.9%), XML (21.1%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -751,7 +775,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash gos
* πŸ“„ Lines of Documentation: 119
* 🏷️ Tags: 0
* πŸ“… Development Period: 2026-01-09 to 2026-01-09
-* πŸ† Score: 1.8 (combines recent activity, code size, tags, and release status)
+* πŸ† Score: 1.7 (combines recent activity, code size, tags, and release status)
* βš–οΈ License: MIT
* πŸ§ͺ Status: Experimental (no releases yet)
@@ -764,7 +788,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash log4jbench
---
-### 33. timr 33←33←33↙32↙31←31β†–32↙31←31↙30↙29↙27←27↙26↙25↙21←21↙20↙19
+### 34. timr 34↙33←33←33↙32↙31←31β†–32↙31←31↙30↙29↙27←27↙26↙25↙21←21↙20↙19
* πŸ’» Languages: Go (96.0%), Shell (4.0%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -786,7 +810,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash timr
---
-### 34. foostats 34↙32←32↙31↙30←30β†–31↙30←30↙29↙28↙26←26↙25↙24↙20←20↙19↙17
+### 35. foostats 35↙34↙32←32↙31↙30←30β†–31↙30←30↙29↙28↙26←26↙25↙24↙20←20↙19↙17
* πŸ’» Languages: Perl (100.0%)
* πŸ“š Documentation: Markdown (54.6%), Text (45.4%)
@@ -808,7 +832,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash foostats
---
-### 35. wireguardmeshgenerator 35↙34←34↙33↙32←32β†–33↙32←32↙31↙30↙29←29↙28↙27↙23←23←23←23
+### 36. wireguardmeshgenerator 36↙35↙34←34↙33↙32←32β†–33↙32←32↙31↙30↙29←29↙28↙27↙23←23←23←23
* πŸ’» Languages: Ruby (64.8%), YAML (35.2%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -817,7 +841,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash foostats
* πŸ“„ Lines of Documentation: 24
* 🏷️ Tags: 1
* πŸ“… Development Period: 2025-04-18 to 2026-07-03
-* πŸ† Score: 1.3 (combines recent activity, code size, tags, and release status)
+* πŸ† Score: 1.2 (combines recent activity, code size, tags, and release status)
* βš–οΈ License: Custom License
* 🏷️ Latest Release: v1.0.0 (2025-05-11)
@@ -830,7 +854,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash wireguardmeshgenera
---
-### 36. ioriot 36↙35←35↙34↙33←33β†–34↙33←33↙32↙31↙30←30←30↙29β†–34β†–35↙34β†–35
+### 37. ioriot 37↙36↙35←35↙34↙33←33β†–34↙33←33↙32↙31↙30←30←30↙29β†–34β†–35↙34β†–35
* πŸ’» Languages: C (58.7%), C/C++ (22.5%), Config (17.9%), Make (1.0%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -854,7 +878,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash ioriot
---
-### 37. quicklogger 37↙36←36↙35↙34←34β†–35↙34←34↙33↙32↙31←31←31↙30↙26←26←26↙25
+### 38. quicklogger 38↙37↙36←36↙35↙34←34β†–35↙34←34↙33↙32↙31←31←31↙30↙26←26←26↙25
* πŸ’» Languages: Go (96.3%), XML (2.3%), Shell (0.9%), TOML (0.5%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -878,7 +902,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash quicklogger
---
-### 38. quicklog 38↙37←37↙36↙35←35β†–36↙35←35
+### 39. quicklog 39↙38↙37←37↙36↙35←35β†–36↙35←35
* πŸ’» Languages: Dart (53.9%), CMake (13.5%), Kotlin (9.9%), C++ (9.2%), XML (8.0%), YAML (3.5%), C/C++ (2.0%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -905,7 +929,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash quicklog
---
-### 39. sillybench 39↙38←38↙37↙36←36β†–37↙36←36↙34↙33↙32←32←32↙31↙27←27←27←27
+### 40. sillybench 40↙39↙38←38↙37↙36←36β†–37↙36←36↙34↙33↙32←32←32↙31↙27←27←27←27
* πŸ’» Languages: Go (90.9%), Shell (9.1%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -927,7 +951,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash sillybench
---
-### 40. terraform 40↙39←39↙38↙37←37β†–38↙37←37↙35↙34↙33←33←33↙32↙28←28←28↙26
+### 41. terraform 41↙40↙39←39↙38↙37←37β†–38↙37←37↙35↙34↙33←33←33↙32↙28←28←28↙26
* πŸ’» Languages: HCL (96.6%), Make (1.9%), YAML (1.5%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -950,7 +974,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash terraform
---
-### 41. guprecords 41↙40←40↙39↙38←38β†–39↙38←38↙36↙35↙34←34←34↙33β†–39↙29β†–40↙29
+### 42. guprecords 42↙41↙40←40↙39↙38←38β†–39↙38←38↙36↙35↙34←34←34↙33β†–39↙29β†–40↙29
* πŸ’» Languages: Raku (100.0%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -973,7 +997,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash guprecords
---
-### 42. photoalbum 42↙41←41↙40←40←40β†–42↙41←41↙40↙39↙38←38←38↙37↙32β†–33↙32β†–34
+### 43. photoalbum 43↙42↙41←41↙40←40←40β†–42↙41←41↙40↙39↙38←38←38↙37↙32β†–33↙32β†–34
* πŸ’» Languages: Shell (92.5%), Make (4.6%), Config (2.9%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -997,7 +1021,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash photoalbum
---
-### 43. geheim 43↙42←42↙41↙39←39β†–40↙39←39↙37↙36↙35←35←35↙34↙29β†–30↙29β†–30
+### 44. geheim 44↙43↙42←42↙41↙39←39β†–40↙39←39↙37↙36↙35←35←35↙34↙29β†–30↙29β†–30
* πŸ’» Languages: Ruby (86.7%), Shell (13.3%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -1020,7 +1044,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash geheim
---
-### 44. gorum 44↙43←43↙42↙41←41←41↙40←40↙38↙37↙36←36←36↙35↙30β†–31↙30↙28
+### 45. gorum 45↙44↙43←43↙42↙41←41←41↙40←40↙38↙37↙36←36←36↙35↙30β†–31↙30↙28
* πŸ’» Languages: Go (91.3%), JSON (6.4%), YAML (2.3%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -1043,7 +1067,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash gorum
---
-### 45. docker-radicale-server 45↙44←44↙43↙42←42β†–43↙42←42↙39↙38↙37←37←37↙36↙31β†–32↙31←31
+### 46. docker-radicale-server 46↙45↙44←44↙43↙42←42β†–43↙42←42↙39↙38↙37←37←37↙36↙31β†–32↙31←31
* πŸ’» Languages: Make (57.5%), Docker (42.5%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -1066,7 +1090,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash docker-radicale-ser
---
-### 46. randomjournalpage 46↙45←45↙44↙43←43β†–44↙43←43↙41↙40↙39←39←39↙38↙33β†–34↙33←33
+### 47. randomjournalpage 47↙46↙45←45↙44↙43←43β†–44↙43←43↙41↙40↙39←39←39↙38↙33β†–34↙33←33
* πŸ’» Languages: Shell (94.1%), Make (5.9%)
* πŸ“š Documentation: Markdown (100.0%)
@@ -1089,7 +1113,30 @@ For cgit access go to c-git dot f3s dot buetow dot org slash randomjournalpage
---
-### 47. staticfarm-apache-handlers 47←47←47↙46↙45←45β†–46↙45←45↙43↙42↙41←41β†–42↙41↙37β†–38←38β†–40
+### 48. algorithms 48β†–49↙46←46↙45↙44←44β†–45↙44←44↙42↙41↙40←40←40↙39↙35β†–36←36↙32
+
+* πŸ’» Languages: Go (96.5%), Make (2.0%), Config (1.5%)
+* πŸ“š Documentation: Markdown (100.0%)
+* πŸ“Š Commits: 84
+* πŸ“ˆ Lines of Code: 2107
+* πŸ“„ Lines of