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