diff options
Diffstat (limited to 'about/showcase.gmi.tpl')
| -rw-r--r-- | about/showcase.gmi.tpl | 602 |
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 |
