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.tpl602
1 files changed, 314 insertions, 288 deletions
diff --git a/about/showcase.gmi.tpl b/about/showcase.gmi.tpl
index a58d43e4..b55a8697 100644
--- a/about/showcase.gmi.tpl
+++ b/about/showcase.gmi.tpl
@@ -1,6 +1,6 @@
# Project Showcase
-Generated on: 2026-07-01
+Generated on: 2026-07-08
=> showcase-rank-history.svg Interactive Project Rank History Graph (SVG)
@@ -10,17 +10,43 @@ This page showcases my side projects, providing an overview of what each project
## Overall Statistics
-* ๐Ÿ“ฆ Total Projects: 74
-* ๐Ÿ“Š Total Commits: 13,452
-* ๐Ÿ“ˆ Total Lines of Code: 650,909
-* ๐Ÿ“„ Total Lines of Documentation: 294,837
-* ๐Ÿ’ป Languages: Go (52.1%), Java (9.2%), Shell (6.9%), Dart (4.9%), C (3.7%), XML (3.2%), YAML (2.9%), C++ (2.7%), Perl (2.3%), JavaScript (1.9%), C/C++ (1.8%), JSON (1.8%), Ruby (1.4%), TypeScript (1.1%), HTML (1.0%), CSS (1.0%), Config (0.6%), HCL (0.4%), Python (0.4%), Make (0.3%), TOML (0.1%)
-* ๐Ÿ“š Documentation: Text (76.2%), Markdown (22.6%), LaTeX (1.2%)
-* ๐Ÿš€ Release Status: 42 released, 32 experimental (56.8% with releases, 43.2% experimental)
+* ๐Ÿ“ฆ 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)
## Projects
-### 1. shuriken.sh 1โ†1โ†1
+### 1. gonf 1
+
+* ๐Ÿ’ป Languages: Go (100.0%)
+* ๐Ÿ“š Documentation: Markdown (99.2%), Text (0.8%)
+* ๐Ÿ“Š Commits: 25
+* ๐Ÿ“ˆ Lines of Code: 2828
+* ๐Ÿ“„ Lines of Documentation: 118
+* ๐Ÿท๏ธ Tags: 0
+* ๐Ÿ“… Development Period: 2026-07-04 to 2026-07-07
+* ๐Ÿ† Score: 81.3 (combines recent activity, code size, tags, and release status)
+* โš–๏ธ License: No license found
+* ๐Ÿงช Status: Experimental (no releases yet)
+
+
+=> showcase/gonf/image-1.svg gonf screenshot
+
+**gonf** is a pure-Go, KISS-style configuration-management tool in the spirit of Puppet/Chef but written entirely in Go with no external DSL or runtime. You declare desired system state directly in Go using a small, declarative API โ€” `File`, `Dir`, `Link`, `Package` (and their `No*`/`IsAbsent` counterparts) โ€” passing functional options like `WithContent`, `WithMode`, `WithSource`, `WithPrune`, `IsLatest`, etc. A single `api.Apply()` then reconciles every declared resource against the actual filesystem/package state.
+
+Architecturally it's a clean three-layer design: a public `api` package exposes the resource constructors and `Apply` entry point; an `internal/resource` package provides a thread-safe **repository** that registers resources by unique ID and topologically sorts them (with circular-dependency detection) before invoking each resource's `Applier`; and per-type packages (`file`, `dir`, `link`, `pkg`) implement the concrete reconciliation logic. Options are decoupled from resources via small capability interfaces (`Moded`, `Sourced`, `Contented`, `Prunable`, `Latestable`, `Linkable`, โ€ฆ), so new resource types or options can be added without touching existing code. A `cmd/gonf` binary wires it together and currently runs an `examples` configuration as a demonstration.
+
+=> https://codeberg.org/snonux/gonf View on Codeberg
+=> https://github.com/snonux/gonf View on GitHub
+For cgit access go to c-git dot f3s dot buetow dot org slash gonf
+
+---
+
+### 2. shuriken.sh 2โ†™1โ†1โ†1
* ๐Ÿ’ป Languages: Shell (99.6%), Config (0.3%), Docker (0.1%)
* ๐Ÿ“š Documentation: Markdown (100.0%)
@@ -29,7 +55,7 @@ This page showcases my side projects, providing an overview of what each project
* ๐Ÿ“„ Lines of Documentation: 825
* ๐Ÿท๏ธ Tags: 31
* ๐Ÿ“… Development Period: 2011-11-19 to 2026-06-28
-* ๐Ÿ† Score: 105.0 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ† Score: 48.3 (combines recent activity, code size, tags, and release status)
* โš–๏ธ License: No license found
* ๐Ÿท๏ธ Latest Release: 0.12.4 (2026-06-28)
@@ -45,7 +71,29 @@ For cgit access go to c-git dot f3s dot buetow dot org slash shuriken.sh
---
-### 2. tasksamurai 2โ†–15โ†™14โ†™13โ†13โ†–14โ†™11โ†™9โ†9โ†™7โ†™5โ†5โ†–23โ†™22โ†™18โ†18โ†™16โ†16
+### 3. conf 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%)
+* ๐Ÿ“š Documentation: Markdown (97.4%), Text (2.6%)
+* ๐Ÿ“Š Commits: 998
+* ๐Ÿ“ˆ Lines of Code: 23773
+* ๐Ÿ“„ 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)
+* โš–๏ธ License: No license found
+* ๐Ÿงช Status: Experimental (no releases yet)
+
+
+This is my personal config repository. Including...
+
+=> https://codeberg.org/snonux/conf View on Codeberg
+=> https://github.com/snonux/conf View on GitHub
+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
* ๐Ÿ’ป Languages: Go (99.9%)
* ๐Ÿ“š Documentation: Markdown (100.0%)
@@ -54,7 +102,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash shuriken.sh
* ๐Ÿ“„ Lines of Documentation: 264
* ๐Ÿท๏ธ Tags: 24
* ๐Ÿ“… Development Period: 2025-06-19 to 2026-06-27
-* ๐Ÿ† Score: 76.6 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ† Score: 40.7 (combines recent activity, code size, tags, and release status)
* โš–๏ธ License: BSD-2-Clause
* ๐Ÿท๏ธ Latest Release: v0.18.1 (2026-06-27)
@@ -69,38 +117,40 @@ For cgit access go to c-git dot f3s dot buetow dot org slash tasksamurai
---
-### 3. conf 3โ†–7โ†7โ†™6โ†6โ†™4โ†–5โ†–14โ†™12โ†™10โ†™7โ†7โ†–9โ†™7โ†–9โ†9โ†™7โ†™5
+### 5. hexai 5โ†5โ†™2โ†–5โ†–7โ†7โ†™6โ†™4โ†–5โ†™3โ†–8โ†™6โ†6โ†™4โ†™1โ†1โ†–3โ†–15โ†™2
-* ๐Ÿ’ป Languages: YAML (76.5%), Shell (9.5%), Perl (8.1%), Python (2.9%), Make (1.1%), JSON (0.6%), Docker (0.5%), TOML (0.3%), Config (0.3%), Ruby (0.2%), HTML (0.1%)
-* ๐Ÿ“š Documentation: Markdown (97.3%), Text (2.7%)
-* ๐Ÿ“Š Commits: 986
-* ๐Ÿ“ˆ Lines of Code: 23415
-* ๐Ÿ“„ Lines of Documentation: 7108
-* ๐Ÿท๏ธ Tags: 0
-* ๐Ÿ“… Development Period: 2021-12-28 to 2026-06-30
-* ๐Ÿ† Score: 43.4 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ’ป Languages: Go (100.0%)
+* ๐Ÿ“š Documentation: Markdown (100.0%)
+* ๐Ÿ“Š Commits: 557
+* ๐Ÿ“ˆ 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)
* โš–๏ธ License: No license found
-* ๐Ÿงช Status: Experimental (no releases yet)
+* ๐Ÿท๏ธ Latest Release: v0.42.0 (2026-07-02)
-This is my personal config repository. Including...
+=> showcase/hexai/image-1.png hexai screenshot
-=> https://codeberg.org/snonux/conf View on Codeberg
-=> https://github.com/snonux/conf View on GitHub
-For cgit access go to c-git dot f3s dot buetow dot org slash conf
+Hexai, the AI addition for your Helix Editor (https://helix-editor.com) .. Other editors should work but weren't tested.
+
+=> https://codeberg.org/snonux/hexai View on Codeberg
+=> https://github.com/snonux/hexai View on GitHub
+For cgit access go to c-git dot f3s dot buetow dot org slash hexai
---
-### 4. dotfiles 4โ†™3โ†™2โ†–3โ†3โ†–8โ†™7โ†7โ†7โ†–9โ†™8โ†8โ†™6โ†™4โ†™3โ†–5โ†™3โ†3
+### 6. dotfiles 6โ†™4โ†™3โ†™2โ†–3โ†3โ†–8โ†™7โ†7โ†7โ†–9โ†™8โ†8โ†™6โ†™4โ†™3โ†–5โ†™3โ†3
-* ๐Ÿ’ป Languages: Shell (74.0%), Config (7.0%), TOML (6.6%), CSS (6.1%), Python (3.3%), JSON (2.2%), Ruby (0.6%), INI (0.1%)
+* ๐Ÿ’ป 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: 1106
-* ๐Ÿ“ˆ Lines of Code: 5305
-* ๐Ÿ“„ Lines of Documentation: 16243
+* ๐Ÿ“Š Commits: 1114
+* ๐Ÿ“ˆ Lines of Code: 5078
+* ๐Ÿ“„ Lines of Documentation: 16665
* ๐Ÿท๏ธ Tags: 0
-* ๐Ÿ“… Development Period: 2023-07-30 to 2026-06-29
-* ๐Ÿ† Score: 33.7 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ“… 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)
@@ -113,31 +163,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash dotfiles
---
-### 5. hexai 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: 553
-* ๐Ÿ“ˆ Lines of Code: 50602
-* ๐Ÿ“„ Lines of Documentation: 4466
-* ๐Ÿท๏ธ Tags: 102
-* ๐Ÿ“… Development Period: 2025-08-01 to 2026-06-19
-* ๐Ÿ† Score: 31.4 (combines recent activity, code size, tags, and release status)
-* โš–๏ธ License: No license found
-* ๐Ÿท๏ธ Latest Release: v0.41.2 (2026-06-19)
-
-
-=> showcase/hexai/image-1.png hexai screenshot
-
-Hexai, the AI addition for your Helix Editor (https://helix-editor.com) .. Other editors should work but weren't tested.
-
-=> https://codeberg.org/snonux/hexai View on Codeberg
-=> https://github.com/snonux/hexai View on GitHub
-For cgit access go to c-git dot f3s dot buetow dot org slash hexai
-
----
-
-### 6. gitsyncer 6โ†™5โ†™3โ†–10โ†10โ†10โ†–20โ†20โ†™19โ†™18โ†18โ†18โ†™16โ†™14โ†™11โ†11โ†–17โ†™15
+### 7. gitsyncer 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%)
@@ -146,7 +172,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash hexai
* ๐Ÿ“„ Lines of Documentation: 2497
* ๐Ÿท๏ธ Tags: 43
* ๐Ÿ“… Development Period: 2025-06-23 to 2026-06-17
-* ๐Ÿ† Score: 20.2 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ† Score: 16.5 (combines recent activity, code size, tags, and release status)
* โš–๏ธ License: BSD-2-Clause
* ๐Ÿท๏ธ Latest Release: v0.18.5 (2026-06-17)
@@ -159,7 +185,31 @@ For cgit access go to c-git dot f3s dot buetow dot org slash gitsyncer
---
-### 7. irregular.ninja 7โ†™4
+### 8. gt 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%)
+* ๐Ÿ“Š Commits: 413
+* ๐Ÿ“ˆ Lines of Code: 19759
+* ๐Ÿ“„ 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)
+* โš–๏ธ License: MIT
+* ๐Ÿท๏ธ Latest Release: v0.5.1 (2026-05-25)
+
+
+=> showcase/gt/image-1.svg gt screenshot
+
+A simple AI-engineered command-line percentage calculator written in Go. No frontier AI models from Claude, OpenAI, Google, ec, were used for this project. The ones used were:
+
+=> https://codeberg.org/snonux/gt View on Codeberg
+=> https://github.com/snonux/gt View on GitHub
+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%)
@@ -168,7 +218,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash gitsyncer
* ๐Ÿ“„ Lines of Documentation: 45
* ๐Ÿท๏ธ Tags: 0
* ๐Ÿ“… Development Period: 2026-06-15 to 2026-06-19
-* ๐Ÿ† Score: 16.1 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ† Score: 11.0 (combines recent activity, code size, tags, and release status)
* โš–๏ธ License: No license found
* ๐Ÿงช Status: Experimental (no releases yet)
@@ -181,31 +231,29 @@ For cgit access go to c-git dot f3s dot buetow dot org slash irregular.ninja
---
-### 8. gt 8โ†™6โ†™4โ†™1โ†1โ†–28โ†™26โ†26โ†™25โ†™24โ†24โ†24โ†™22โ†™21โ†™17โ†17โ†™14โ†™13
+### 10. snonux 10โ†10โ†–11โ†™10โ†™8โ†8โ†™7โ†™3โ†™2โ†–4โ†™3โ†3โ†3โ†™2โ†–5
-* ๐Ÿ’ป Languages: Go (97.7%), Shell (2.0%), YAML (0.3%)
-* ๐Ÿ“š Documentation: Markdown (100.0%)
-* ๐Ÿ“Š Commits: 413
-* ๐Ÿ“ˆ Lines of Code: 19759
-* ๐Ÿ“„ Lines of Documentation: 4351
-* ๐Ÿท๏ธ Tags: 7
-* ๐Ÿ“… Development Period: 2025-11-25 to 2026-05-25
-* ๐Ÿ† Score: 15.7 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ’ป Languages: JSON (36.9%), JavaScript (26.9%), Go (23.7%), CSS (12.6%)
+* ๐Ÿ“š Documentation: Text (79.8%), Markdown (20.2%)
+* ๐Ÿ“Š Commits: 119
+* ๐Ÿ“ˆ Lines of Code: 23342
+* ๐Ÿ“„ 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)
* โš–๏ธ License: MIT
-* ๐Ÿท๏ธ Latest Release: v0.5.1 (2026-05-25)
-
+* ๐Ÿท๏ธ Latest Release: v0.18.0 (2026-07-06)
-=> showcase/gt/image-1.svg gt screenshot
-A simple AI-engineered command-line percentage calculator written in Go. No frontier AI models from Claude, OpenAI, Google, ec, were used for this project. The ones used were:
+**WIP** - A microblog generator project
-=> https://codeberg.org/snonux/gt View on Codeberg
-=> https://github.com/snonux/gt View on GitHub
-For cgit access go to c-git dot f3s dot buetow dot org slash gt
+=> https://codeberg.org/snonux/snonux View on Codeberg
+=> https://github.com/snonux/snonux View on GitHub
+For cgit access go to c-git dot f3s dot buetow dot org slash snonux
---
-### 9. ior 9โ†™8โ†8โ†™5โ†5โ†5โ†™1โ†–12โ†–14โ†™13โ†–14โ†14โ†™12โ†™9โ†™4โ†™2โ†™1โ†1
+### 11. ior 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%)
@@ -214,7 +262,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash gt
* ๐Ÿ“„ Lines of Documentation: 3008
* ๐Ÿท๏ธ Tags: 3
* ๐Ÿ“… Development Period: 2024-01-18 to 2026-05-14
-* ๐Ÿ† Score: 12.2 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ† Score: 10.6 (combines recent activity, code size, tags, and release status)
* โš–๏ธ License: No license found
* ๐Ÿท๏ธ Latest Release: v1.1.0 (2026-05-14)
@@ -229,29 +277,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash ior
---
-### 10. snonux 10โ†–11โ†™10โ†™8โ†8โ†™7โ†™3โ†™2โ†–4โ†™3โ†3โ†3โ†™2โ†–5
-
-* ๐Ÿ’ป Languages: JSON (37.4%), JavaScript (27.0%), Go (22.9%), CSS (12.7%)
-* ๐Ÿ“š Documentation: Text (79.8%), Markdown (20.2%)
-* ๐Ÿ“Š Commits: 115
-* ๐Ÿ“ˆ Lines of Code: 22995
-* ๐Ÿ“„ Lines of Documentation: 1139
-* ๐Ÿท๏ธ Tags: 28
-* ๐Ÿ“… Development Period: 2026-04-06 to 2026-06-03
-* ๐Ÿ† Score: 10.9 (combines recent activity, code size, tags, and release status)
-* โš–๏ธ License: MIT
-* ๐Ÿท๏ธ Latest Release: v0.17.0 (2026-06-03)
-
-
-**WIP** - A microblog generator project
-
-=> https://codeberg.org/snonux/snonux View on Codeberg
-=> https://github.com/snonux/snonux View on GitHub
-For cgit access go to c-git dot f3s dot buetow dot org slash snonux
-
----
-
-### 11. hypr 11โ†™9โ†™6โ†™2โ†2โ†2โ†–17โ†™16โ†™15โ†™14โ†™11โ†11โ†™7โ†™3
+### 12. hypr 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%)
@@ -260,7 +286,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash snonux
* ๐Ÿ“„ Lines of Documentation: 2948
* ๐Ÿท๏ธ Tags: 0
* ๐Ÿ“… Development Period: 2026-03-21 to 2026-06-17
-* ๐Ÿ† Score: 10.9 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ† Score: 9.0 (combines recent activity, code size, tags, and release status)
* โš–๏ธ License: No license found
* ๐Ÿงช Status: Experimental (no releases yet)
@@ -276,7 +302,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash hypr
---
-### 12. player 12โ†™10โ†™9โ†™4โ†4โ†™3โ†™2โ†™1โ†1
+### 13. player 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%)
@@ -285,7 +311,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: 10.0 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ† Score: 8.5 (combines recent activity, code size, tags, and release status)
* โš–๏ธ License: No license found
* ๐Ÿงช Status: Experimental (no releases yet)
@@ -298,7 +324,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash player
---
-### 13. dtail 13โ†™12โ†™11โ†™9โ†9โ†9โ†™6โ†™4โ†™2โ†™1โ†–10โ†10โ†™8โ†™6โ†™2โ†™1โ†–21โ†™20
+### 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%)
@@ -307,7 +333,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash player
* ๐Ÿ“„ Lines of Documentation: 220598
* ๐Ÿท๏ธ Tags: 27
* ๐Ÿ“… Development Period: 2020-01-09 to 2026-04-24
-* ๐Ÿ† Score: 9.4 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ† Score: 8.5 (combines recent activity, code size, tags, and release status)
* โš–๏ธ License: Apache-2.0
* ๐Ÿท๏ธ Latest Release: v4.3.3 (2024-08-23)
@@ -322,7 +348,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash dtail
---
-### 14. goprecords 14โ†14โ†™12โ†™11โ†11โ†11โ†™9โ†™6โ†6โ†™4โ†™2โ†2โ†–29โ†™28โ†™24โ†24โ†24โ†24
+### 15. goprecords 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%)
@@ -331,7 +357,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: 8.5 (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
* ๐Ÿท๏ธ Latest Release: v0.5.2 (2026-06-07)
@@ -344,7 +370,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash goprecords
---
-### 15. totalrecall 15โ†™13โ†13โ†™12โ†12โ†12โ†™10โ†™8โ†8โ†™6โ†™4โ†4โ†™1โ†–18โ†™15โ†–16โ†™13โ†–14
+### 16. totalrecall 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%)
@@ -353,7 +379,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: 8.3 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ† Score: 7.6 (combines recent activity, code size, tags, and release status)
* โš–๏ธ License: MIT
* ๐Ÿท๏ธ Latest Release: v0.29.3 (2026-06-18)
@@ -368,7 +394,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash totalrecall
---
-### 16. fastforge 16โ†16โ†™15โ†15โ†15โ†15โ†™12โ†™11โ†™10โ†™5โ†™1โ†1โ†–3
+### 17. fastforge 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%)
@@ -377,7 +403,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: 6.3 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ† Score: 5.8 (combines recent activity, code size, tags, and release status)
* โš–๏ธ License: MIT
* ๐Ÿท๏ธ Latest Release: v1.0.0 (2026-04-15)
@@ -392,7 +418,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash fastforge
---
-### 17. foostore 17โ†17โ†17โ†17โ†17โ†17โ†™15โ†15โ†™13โ†™12โ†–16โ†16โ†™14โ†™11โ†™7โ†7โ†™5โ†–7
+### 18. foostore 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%)
@@ -401,7 +427,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: 6.0 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ† Score: 5.6 (combines recent activity, code size, tags, and release status)
* โš–๏ธ License: No license found
* ๐Ÿท๏ธ Latest Release: v0.8.1 (2026-04-29)
@@ -414,14 +440,14 @@ For cgit access go to c-git dot f3s dot buetow dot org slash foostore
---
-### 18. rampage 18โ†18โ†™16โ†™14โ†14โ†™13โ†™8โ†™3
+### 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: 5.4 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ† Score: 4.8 (combines recent activity, code size, tags, and release status)
* โš–๏ธ License: No license found
* ๐Ÿงช Status: Experimental (no releases yet)
@@ -434,7 +460,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash rampage
---
-### 19. comicforge 19โ†19โ†™18โ†™16โ†16โ†16โ†™13โ†™10โ†™5โ†™2
+### 20. comicforge 20โ†™19โ†19โ†™18โ†™16โ†16โ†16โ†™13โ†™10โ†™5โ†™2
* ๐Ÿ’ป Languages: Go (100.0%)
* ๐Ÿ“š Documentation: Markdown (95.9%), Text (4.1%)
@@ -443,7 +469,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: 5.3 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ† Score: 4.8 (combines recent activity, code size, tags, and release status)
* โš–๏ธ License: No license found
* ๐Ÿงช Status: Experimental (no releases yet)
@@ -458,7 +484,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash comicforge
---
-### 20. timesamurai 20โ†20โ†™19โ†™18โ†18โ†18โ†™16โ†–17โ†™16โ†™15โ†™12โ†12โ†™11โ†™10โ†™5โ†™4โ†™2
+### 21. timesamurai 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%)
@@ -467,7 +493,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.9 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ† Score: 4.6 (combines recent activity, code size, tags, and release status)
* โš–๏ธ License: MIT
* ๐Ÿท๏ธ Latest Release: v0.8.0 (2026-03-26)
@@ -480,7 +506,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash timesamurai
---
-### 21. loadbars 21โ†21โ†™20โ†™19โ†19โ†19โ†–53โ†53โ†™51โ†™50โ†™49โ†49โ†49โ†™46โ†™6โ†6โ†™4โ†–47
+### 22. loadbars 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%)
@@ -489,7 +515,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.7 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ† Score: 4.4 (combines recent activity, code size, tags, and release status)
* โš–๏ธ License: Custom License
* ๐Ÿท๏ธ Latest Release: v0.11.1 (2026-02-17)
@@ -506,7 +532,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash loadbars
---
-### 22. ds-sim 22โ†22โ†™21โ†™20โ†20โ†20โ†™19โ†19โ†™18โ†™17โ†™15โ†15โ†™13โ†™12โ†–25โ†25โ†25โ†™21
+### 23. ds-sim 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%)
@@ -515,7 +541,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.2 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ† Score: 4.0 (combines recent activity, code size, tags, and release status)
* โš–๏ธ License: Custom License
* ๐Ÿท๏ธ Latest Release: 1.1.0 (2026-03-27)
@@ -530,7 +556,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash ds-sim
---
-### 23. foo.zone 23โ†23โ†™22โ†™21โ†21โ†21โ†™18โ†18โ†™17โ†™16โ†™13โ†13โ†™10โ†™8โ†–64โ†64โ†64โ†™6
+### 24. foo.zone 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%)
@@ -539,7 +565,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.7 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ† Score: 3.5 (combines recent activity, code size, tags, and release status)
* โš–๏ธ License: No license found
* ๐Ÿงช Status: Experimental (no releases yet)
@@ -552,7 +578,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash foo.zone
---
-### 24. rcm 24โ†24โ†™23โ†™22โ†22โ†22โ†–25โ†25โ†™24โ†™23โ†™22โ†22โ†™20โ†™15โ†™12โ†–13โ†™10โ†10
+### 25. rcm 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%)
@@ -561,7 +587,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.4 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ† Score: 3.3 (combines recent activity, code size, tags, and release status)
* โš–๏ธ License: Custom License
* ๐Ÿท๏ธ Latest Release: v0.1.1 (2026-03-01)
@@ -576,7 +602,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash rcm
---
-### 25. gogios 25โ†–26โ†™25โ†™24โ†24โ†24โ†™22โ†22โ†™21โ†21โ†™20โ†20โ†™18โ†–19โ†™16โ†™15โ†™12โ†™11
+### 26. gogios 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%)
@@ -585,7 +611,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.7 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ† Score: 2.6 (combines recent activity, code size, tags, and release status)
* โš–๏ธ License: Custom License
* ๐Ÿท๏ธ Latest Release: v1.4.1 (2026-02-16)
@@ -600,7 +626,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash gogios
---
-### 26. epimetheus 26โ†™25โ†™24โ†™23โ†23โ†23โ†™21โ†21โ†™20โ†™19โ†™17โ†17โ†™15โ†™13โ†™8โ†8โ†™6โ†™4
+### 27. epimetheus 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%)
@@ -609,7 +635,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.7 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ† Score: 2.5 (combines recent activity, code size, tags, and release status)
* โš–๏ธ License: No license found
* ๐Ÿงช Status: Experimental (no releases yet)
@@ -624,7 +650,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash epimetheus
---
-### 27. yoga 27โ†27โ†™26โ†™25โ†25โ†25โ†™24โ†24โ†™23โ†™22โ†™21โ†21โ†™19โ†™17โ†™13โ†–14โ†™11โ†–12
+### 28. yoga 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%)
@@ -633,7 +659,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash epimetheus
* ๐Ÿ“„ Lines of Documentation: 196
* ๐Ÿท๏ธ Tags: 9
* ๐Ÿ“… Development Period: 2025-10-01 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
* ๐Ÿท๏ธ Latest Release: v0.4.0 (2026-01-28)
@@ -648,7 +674,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash yoga
---
-### 28. gemtexter 28โ†28โ†28โ†™27โ†27โ†27โ†27โ†–28โ†™27โ†27โ†–28โ†28โ†™27โ†™26โ†™22โ†22โ†22โ†22
+### 29. gemtexter 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%)
@@ -657,7 +683,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash yoga
* ๐Ÿ“„ Lines of Documentation: 1195
* ๐Ÿท๏ธ Tags: 6
* ๐Ÿ“… Development Period: 2021-05-21 to 2026-06-03
-* ๐Ÿ† Score: 2.3 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ† Score: 2.2 (combines recent activity, code size, tags, and release status)
* โš–๏ธ License: GPL-3.0
* ๐Ÿท๏ธ Latest Release: 3.0.0 (2024-10-01)
@@ -670,7 +696,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash gemtexter
---
-### 29. scifi 29โ†29โ†™27โ†™26โ†26โ†26โ†™23โ†23โ†™22โ†™20โ†™19โ†19โ†™17โ†™16โ†™10โ†10โ†™8โ†8
+### 30. scifi 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%)
@@ -679,7 +705,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.2 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ† Score: 2.1 (combines recent activity, code size, tags, and release status)
* โš–๏ธ License: No license found
* ๐Ÿงช Status: Experimental (no releases yet)
@@ -692,18 +718,18 @@ For cgit access go to c-git dot f3s dot buetow dot org slash scifi
---
-### 30. gos 30โ†30โ†™29โ†™28โ†28โ†–30โ†™29โ†29โ†™28โ†™26โ†™25โ†25โ†™24โ†™23โ†™19โ†19โ†™18โ†18
+### 31. gos 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%)
-* ๐Ÿ“Š Commits: 407
-* ๐Ÿ“ˆ Lines of Code: 4529
+* ๐Ÿ“Š Commits: 408
+* ๐Ÿ“ˆ Lines of Code: 4534
* ๐Ÿ“„ Lines of Documentation: 477
-* ๐Ÿท๏ธ Tags: 16
-* ๐Ÿ“… Development Period: 2024-05-04 to 2026-04-10
+* ๐Ÿท๏ธ Tags: 17
+* ๐Ÿ“… Development Period: 2024-05-04 to 2026-07-05
* ๐Ÿ† Score: 2.0 (combines recent activity, code size, tags, and release status)
* โš–๏ธ License: Custom License
-* ๐Ÿท๏ธ Latest Release: v1.3.0 (2026-04-10)
+* ๐Ÿท๏ธ Latest Release: v1.3.1 (2026-07-05)
=> showcase/gos/image-1.png gos screenshot
@@ -716,7 +742,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash gos
---
-### 31. log4jbench 31โ†31โ†™30โ†™29โ†29โ†29โ†™28โ†™27โ†™26โ†™25โ†™23โ†23โ†™21โ†™20โ†™14โ†™12โ†™9โ†9
+### 32. log4jbench 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%)
@@ -738,29 +764,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash log4jbench
---
-### 32. foostats 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%)
-* ๐Ÿ“Š Commits: 98
-* ๐Ÿ“ˆ Lines of Code: 1902
-* ๐Ÿ“„ Lines of Documentation: 423
-* ๐Ÿท๏ธ Tags: 2
-* ๐Ÿ“… Development Period: 2023-01-02 to 2025-11-01
-* ๐Ÿ† Score: 1.6 (combines recent activity, code size, tags, and release status)
-* โš–๏ธ License: Custom License
-* ๐Ÿท๏ธ Latest Release: v0.2.0 (2025-10-21)
-
-
-A privacy-respecting web analytics tool for OpenBSD that processes HTTP/HTTPS and Gemini protocol logs to generate anonymous site statistics. Designed for the foo.zone ecosystem and similar sites, it provides comprehensive traffic analysis while preserving visitor privacy through SHA3-512 IP hashing.
-
-=> https://codeberg.org/snonux/foostats View on Codeberg
-=> https://github.com/snonux/foostats View on GitHub
-For cgit access go to c-git dot f3s dot buetow dot org slash foostats
-
----
-
-### 33. timr 33โ†33โ†™32โ†™31โ†31โ†–32โ†™31โ†31โ†™30โ†™29โ†™27โ†27โ†™26โ†™25โ†™21โ†21โ†™20โ†™19
+### 33. timr 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%)
@@ -769,7 +773,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash foostats
* ๐Ÿ“„ Lines of Documentation: 99
* ๐Ÿท๏ธ Tags: 5
* ๐Ÿ“… Development Period: 2025-06-25 to 2026-01-02
-* ๐Ÿ† Score: 1.6 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ† Score: 1.5 (combines recent activity, code size, tags, and release status)
* โš–๏ธ License: MIT
* ๐Ÿท๏ธ Latest Release: v0.3.0 (2026-01-02)
@@ -782,16 +786,38 @@ For cgit access go to c-git dot f3s dot buetow dot org slash timr
---
-### 34. wireguardmeshgenerator 34โ†34โ†™33โ†™32โ†32โ†–33โ†™32โ†32โ†™31โ†™30โ†™29โ†29โ†™28โ†™27โ†™23โ†23โ†23โ†23
+### 34. foostats 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%)
+* ๐Ÿ“Š Commits: 98
+* ๐Ÿ“ˆ Lines of Code: 1902
+* ๐Ÿ“„ Lines of Documentation: 423
+* ๐Ÿท๏ธ Tags: 2
+* ๐Ÿ“… Development Period: 2023-01-02 to 2025-11-01
+* ๐Ÿ† Score: 1.5 (combines recent activity, code size, tags, and release status)
+* โš–๏ธ License: Custom License
+* ๐Ÿท๏ธ Latest Release: v0.2.0 (2025-10-21)
+
-* ๐Ÿ’ป Languages: Ruby (56.6%), YAML (43.4%)
+A privacy-respecting web analytics tool for OpenBSD that processes HTTP/HTTPS and Gemini protocol logs to generate anonymous site statistics. Designed for the foo.zone ecosystem and similar sites, it provides comprehensive traffic analysis while preserving visitor privacy through SHA3-512 IP hashing.
+
+=> https://codeberg.org/snonux/foostats View on Codeberg
+=> https://github.com/snonux/foostats View on GitHub
+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
+
+* ๐Ÿ’ป Languages: Ruby (64.8%), YAML (35.2%)
* ๐Ÿ“š Documentation: Markdown (100.0%)
-* ๐Ÿ“Š Commits: 41
-* ๐Ÿ“ˆ Lines of Code: 745
+* ๐Ÿ“Š Commits: 42
+* ๐Ÿ“ˆ Lines of Code: 922
* ๐Ÿ“„ Lines of Documentation: 24
* ๐Ÿท๏ธ Tags: 1
-* ๐Ÿ“… Development Period: 2025-04-18 to 2026-06-29
-* ๐Ÿ† Score: 1.2 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ“… Development Period: 2025-04-18 to 2026-07-03
+* ๐Ÿ† Score: 1.3 (combines recent activity, code size, tags, and release status)
* โš–๏ธ License: Custom License
* ๐Ÿท๏ธ Latest Release: v1.0.0 (2025-05-11)
@@ -804,7 +830,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash wireguardmeshgenera
---
-### 35. ioriot 35โ†35โ†™34โ†™33โ†33โ†–34โ†™33โ†33โ†™32โ†™31โ†™30โ†30โ†30โ†™29โ†–34โ†–35โ†™34โ†–35
+### 36. ioriot 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%)
@@ -828,7 +854,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash ioriot
---
-### 36. quicklogger 36โ†36โ†™35โ†™34โ†34โ†–35โ†™34โ†34โ†™33โ†™32โ†™31โ†31โ†31โ†™30โ†™26โ†26โ†26โ†™25
+### 37. quicklogger 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%)
@@ -852,7 +878,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash quicklogger
---
-### 37. quicklog 37โ†37โ†™36โ†™35โ†35โ†–36โ†™35โ†35
+### 38. quicklog 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%)
@@ -861,7 +887,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash quicklogger
* ๐Ÿ“„ Lines of Documentation: 97
* ๐Ÿท๏ธ Tags: 0
* ๐Ÿ“… Development Period: 2024-01-20 to 2026-05-08
-* ๐Ÿ† Score: 0.6 (combines recent activity, code size, tags, and release status)
+* ๐Ÿ† Score: 0.5 (combines recent activity, code size, tags, and release status)
* โš–๏ธ License: MIT
* ๐Ÿงช Status: Experimental (no releases yet)
@@ -879,7 +905,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash quicklog
---
-### 38. sillybench 38โ†38โ†™37โ†™36โ†36โ†–37โ†™36โ†36โ†™34โ†™33โ†™32โ†32โ†32โ†™31โ†™27โ†27โ†27โ†27
+### 39. sillybench 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%)
@@ -901,7 +927,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash sillybench
---
-### 39. terraform 39โ†39โ†™38โ†™37โ†37โ†–38โ†™37โ†37โ†™35โ†™34โ†™33โ†33โ†33โ†™32โ†™28โ†28โ†28โ†™26
+### 40. terraform 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%)
@@ -924,7 +950,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash terraform
---
-### 40. guprecords 40โ†40โ†™39โ†™38โ†38โ†–39โ†™38โ†38โ†™36โ†™35โ†™34โ†34โ†34โ†™33โ†–39โ†™29โ†–40โ†™29
+### 41. guprecords 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%)
@@ -947,7 +973,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash guprecords
---
-### 41. photoalbum 41โ†41โ†™40โ†40โ†40โ†–42โ†™41โ†41โ†™40โ†™39โ†™38โ†38โ†38โ†™37โ†™32โ†–33โ†™32โ†–34
+### 42. photoalbum 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%)
@@ -971,7 +997,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash photoalbum
---
-### 42. geheim 42โ†42โ†™41โ†™39โ†39โ†–40โ†™39โ†39โ†™37โ†™36โ†™35โ†35โ†35โ†™34โ†™29โ†–30โ†™29โ†–30
+### 43. geheim 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%)
@@ -994,7 +1020,7 @@ For cgit access go to c-git dot f3s dot buetow dot org slash geheim
---
-### 43. gorum 43โ†43โ†™42โ†™41โ†41โ†41โ†™40โ†40โ†™38โ†™37โ†™36โ†36โ†36โ†™35โ†™30โ†–31โ†™30โ†™28
+### 44. gorum 44โ†™43โ†43โ†™42โ†™4