diff options
Diffstat (limited to 'about/showcase.gmi.tpl')
| -rw-r--r-- | about/showcase.gmi.tpl | 521 |
1 files changed, 303 insertions, 218 deletions
diff --git a/about/showcase.gmi.tpl b/about/showcase.gmi.tpl index 1202db90..ca19a580 100644 --- a/about/showcase.gmi.tpl +++ b/about/showcase.gmi.tpl @@ -1,6 +1,6 @@ # Project Showcase -Generated on: 2026-03-20 +Generated on: 2026-03-27 This page showcases my side projects, providing an overview of what each project does, its technical implementation, and key metrics. Each project summary includes information about the programming languages used, development activity, releases, and licensing. The projects are ranked by score, which combines recent activity, project size, tag history, and whether the project has shipped a release. @@ -8,28 +8,28 @@ This page showcases my side projects, providing an overview of what each project ## Overall Statistics -* ๐ฆ Total Projects: 64 -* ๐ Total Commits: 13,197 -* ๐ Total Lines of Code: 346,257 -* ๐ Total Lines of Documentation: 266,068 -* ๐ป Languages: Go (57.9%), Java (16.5%), C (5.6%), YAML (4.6%), Perl (4.1%), Shell (2.9%), HTML (1.4%), Ruby (1.3%), C/C++ (1.2%), Config (0.9%), HCL (0.8%), Python (0.6%), CSS (0.5%), JSON (0.5%), Make (0.4%), XML (0.2%), Haskell (0.2%), JavaScript (0.2%), TOML (0.1%) -* ๐ Documentation: Text (84.0%), Markdown (14.7%), LaTeX (1.3%) -* ๐ Release Status: 42 released, 22 experimental (65.6% with releases, 34.4% experimental) +* ๐ฆ Total Projects: 68 +* ๐ Total Commits: 13,714 +* ๐ Total Lines of Code: 386,291 +* ๐ Total Lines of Documentation: 269,903 +* ๐ป Languages: Go (57.9%), Java (15.5%), C (5.3%), YAML (4.1%), Perl (3.7%), Shell (2.7%), Ruby (1.9%), TypeScript (1.4%), HTML (1.3%), C/C++ (1.1%), CSS (1.0%), Config (0.8%), Python (0.7%), HCL (0.7%), JSON (0.5%), Make (0.4%), TOML (0.3%), XML (0.2%), Haskell (0.2%), JavaScript (0.1%) +* ๐ Documentation: Text (82.8%), Markdown (15.9%), LaTeX (1.3%) +* ๐ Release Status: 44 released, 24 experimental (64.7% with releases, 35.3% experimental) ## Projects -### 1. hexai 1โ3โ2 +### 1. hexai 1โ1โ3โ2 * ๐ป Languages: Go (100.0%) * ๐ Documentation: Markdown (100.0%) -* ๐ Commits: 423 -* ๐ Lines of Code: 36886 -* ๐ Lines of Documentation: 4131 -* ๐ท๏ธ Tags: 60 -* ๐
Development Period: 2025-08-01 to 2026-03-19 -* ๐ Score: 147.8 (combines recent activity, code size, tags, and release status) +* ๐ Commits: 503 +* ๐ Lines of Code: 43837 +* ๐ Lines of Documentation: 4368 +* ๐ท๏ธ Tags: 76 +* ๐
Development Period: 2025-08-01 to 2026-03-27 +* ๐ Score: 436.8 (combines recent activity, code size, tags, and release status) * โ๏ธ License: No license found -* ๐ท๏ธ Latest Release: v0.25.0 (2026-03-19) +* ๐ท๏ธ Latest Release: v0.27.1 (2026-03-27) => showcase/hexai/image-1.png hexai screenshot @@ -41,16 +41,103 @@ Hexai, the AI addition for your Helix Editor (https://helix-editor.com) .. Other --- -### 2. dtail 2โ21โ20 +### 2. gt 2 -* ๐ป Languages: Go (93.1%), Shell (3.1%), JSON (1.6%), C (1.1%), Make (0.7%), C/C++ (0.2%) -* ๐ Documentation: Text (98.2%), Markdown (1.8%) -* ๐ Commits: 629 -* ๐ Lines of Code: 36191 -* ๐ Lines of Documentation: 220453 +* ๐ป Languages: Go (99.4%), YAML (0.6%) +* ๐ Documentation: Markdown (100.0%) +* ๐ Commits: 168 +* ๐ Lines of Code: 10028 +* ๐ Lines of Documentation: 301 +* ๐ท๏ธ Tags: 6 +* ๐
Development Period: 2025-11-25 to 2026-03-26 +* ๐ Score: 219.3 (combines recent activity, code size, tags, and release status) +* โ๏ธ License: MIT +* ๐ท๏ธ Latest Release: v0.4.1 (2026-03-26) + + +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 + +--- + +### 3. hypr 3 + +* ๐ป Languages: TypeScript (46.4%), Ruby (33.4%), TOML (6.8%), Python (6.6%), Shell (3.5%), JSON (3.3%) +* ๐ Documentation: Markdown (100.0%) +* ๐ Commits: 69 +* ๐ Lines of Code: 12072 +* ๐ Lines of Documentation: 3062 +* ๐ท๏ธ Tags: 0 +* ๐
Development Period: 2026-03-21 to 2026-03-27 +* ๐ Score: 115.6 (combines recent activity, code size, tags, and release status) +* โ๏ธ License: No license found +* ๐งช Status: Experimental (no releases yet) + + +=> showcase/hypr/image-1.svg hypr screenshot + +Automates Hyperstack GPU VM lifecycle: create, bootstrap, WireGuard tunnel, and vLLM inference. +Runs two A100 VMs concurrently โ each serving a different model โ with [Pi](https://pi.dev) coding agents connected to each. + +=> https://codeberg.org/snonux/hypr View on Codeberg +=> https://github.com/snonux/hypr View on GitHub + +--- + +### 4. dotfiles 4โ3โ4โ3 + +* ๐ป Languages: Shell (65.1%), CSS (10.5%), Config (9.9%), TOML (9.7%), JSON (3.6%), Ruby (1.0%), INI (0.2%) +* ๐ Documentation: Markdown (100.0%) +* ๐ Commits: 897 +* ๐ Lines of Code: 3107 +* ๐ Lines of Documentation: 7850 +* ๐ท๏ธ Tags: 0 +* ๐
Development Period: 2023-07-30 to 2026-03-27 +* ๐ Score: 58.3 (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 + +--- + +### 5. snonux 5 + +* ๐ป Languages: CSS (65.9%), Go (27.0%), HTML (5.8%), TOML (0.6%), XML (0.6%) +* ๐ Documentation: Markdown (89.3%), Text (10.7%) +* ๐ Commits: 16 +* ๐ Lines of Code: 3077 +* ๐ Lines of Documentation: 205 +* ๐ท๏ธ Tags: 0 +* ๐
Development Period: 2026-03-21 to 2026-03-22 +* ๐ Score: 51.7 (combines recent activity, code size, tags, and release status) +* โ๏ธ License: No license found +* ๐งช Status: Experimental (no releases yet) + + +**WIP** - A microblog generator project + +=> https://codeberg.org/snonux/snonux View on Codeberg +=> https://github.com/snonux/snonux View on GitHub + +--- + +### 6. dtail 6โ2โ21โ20 + +* ๐ป Languages: Go (93.4%), Shell (3.0%), JSON (1.6%), C (1.0%), Make (0.7%), C/C++ (0.2%) +* ๐ Documentation: Text (98.1%), Markdown (1.9%) +* ๐ Commits: 640 +* ๐ Lines of Code: 37822 +* ๐ Lines of Documentation: 220523 * ๐ท๏ธ Tags: 27 -* ๐
Development Period: 2020-01-09 to 2026-03-13 -* ๐ Score: 55.1 (combines recent activity, code size, tags, and release status) +* ๐
Development Period: 2020-01-09 to 2026-03-20 +* ๐ Score: 43.7 (combines recent activity, code size, tags, and release status) * โ๏ธ License: Apache-2.0 * ๐ท๏ธ Latest Release: v4.3.3 (2024-08-23) @@ -64,37 +151,37 @@ DTail (a distributed tail program) is a DevOps tool for engineers programmed in --- -### 3. dotfiles 3โ4โ3 +### 7. conf 7โ9โ8โ5 -* ๐ป Languages: Shell (66.0%), CSS (10.6%), Config (9.9%), TOML (9.8%), JSON (2.5%), Ruby (1.0%), INI (0.2%) -* ๐ Documentation: Markdown (100.0%) -* ๐ Commits: 864 -* ๐ Lines of Code: 3072 -* ๐ Lines of Documentation: 7571 +* ๐ป Languages: YAML (82.4%), Perl (10.1%), Shell (3.9%), Python (2.3%), Docker (0.7%), Ruby (0.2%), Config (0.2%), HTML (0.1%) +* ๐ Documentation: Markdown (97.0%), Text (3.0%) +* ๐ Commits: 829 +* ๐ Lines of Code: 18770 +* ๐ Lines of Documentation: 6305 * ๐ท๏ธ Tags: 0 -* ๐
Development Period: 2023-07-30 to 2026-03-19 -* ๐ Score: 37.7 (combines recent activity, code size, tags, and release status) +* ๐
Development Period: 2021-12-28 to 2026-03-22 +* ๐ Score: 31.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. +This is my personal config repository. Including... -=> https://codeberg.org/snonux/dotfiles View on Codeberg -=> https://github.com/snonux/dotfiles View on GitHub +=> https://codeberg.org/snonux/conf View on Codeberg +=> https://github.com/snonux/conf View on GitHub --- -### 4. ior 4โ1โ1 +### 8. ior 8โ4โ1โ1 -* ๐ป Languages: Go (88.9%), C (10.6%), JSON (0.3%), C/C++ (0.2%) -* ๐ Documentation: Markdown (85.8%), Text (14.2%) -* ๐ Commits: 733 -* ๐ Lines of Code: 55967 -* ๐ Lines of Documentation: 3397 +* ๐ป Languages: Go (89.5%), C (10.0%), JSON (0.3%), C/C++ (0.2%) +* ๐ Documentation: Markdown (82.7%), Text (17.3%) +* ๐ Commits: 759 +* ๐ Lines of Code: 58935 +* ๐ Lines of Documentation: 2789 * ๐ท๏ธ Tags: 0 -* ๐
Development Period: 2024-01-18 to 2026-03-12 -* ๐ Score: 36.7 (combines recent activity, code size, tags, and release status) +* ๐
Development Period: 2024-01-18 to 2026-03-19 +* ๐ Score: 27.1 (combines recent activity, code size, tags, and release status) * โ๏ธ License: No license found * ๐งช Status: Experimental (no releases yet) @@ -108,18 +195,18 @@ These are all my dotfiles. I can install them locally on my laptop and/or workst --- -### 5. timesamurai 5โ2 +### 9. timesamurai 9โ5โ2 -* ๐ป Languages: Go (99.2%), Shell (0.6%), YAML (0.1%) +* ๐ป Languages: Go (99.3%), Shell (0.6%), YAML (0.1%) * ๐ Documentation: Markdown (100.0%) -* ๐ Commits: 91 -* ๐ Lines of Code: 9493 +* ๐ Commits: 96 +* ๐ Lines of Code: 10363 * ๐ Lines of Documentation: 112 -* ๐ท๏ธ Tags: 4 -* ๐
Development Period: 2025-06-25 to 2026-03-07 -* ๐ Score: 33.0 (combines recent activity, code size, tags, and release status) +* ๐ท๏ธ Tags: 5 +* ๐
Development Period: 2025-06-25 to 2026-03-26 +* ๐ Score: 26.4 (combines recent activity, code size, tags, and release status) * โ๏ธ License: MIT -* ๐ท๏ธ Latest Release: v0.7.0 (2026-03-05) +* ๐ท๏ธ Latest Release: v0.8.0 (2026-03-26) > **๐ง PRE-ALPHA SOFTWARE:** This project is in a pre-alpha state and is intended for my own personal use only. Use at your own risk. @@ -129,7 +216,7 @@ These are all my dotfiles. I can install them locally on my laptop and/or workst --- -### 6. loadbars 6โ5โ47 +### 10. loadbars 10โ6โ5โ47 * ๐ป Languages: Go (92.8%), Shell (7.2%) * ๐ Documentation: Markdown (100.0%) @@ -138,7 +225,7 @@ These are all my dotfiles. I can install them locally on my laptop and/or workst * ๐ Lines of Documentation: 328 * ๐ท๏ธ Tags: 47 * ๐
Development Period: 2010-11-05 to 2026-03-02 -* ๐ Score: 19.6 (combines recent activity, code size, tags, and release status) +* ๐ Score: 16.0 (combines recent activity, code size, tags, and release status) * โ๏ธ License: Custom License * ๐ท๏ธ Latest Release: v0.11.1 (2026-02-17) @@ -152,7 +239,7 @@ Loadbars is a tool that can be used to observe CPU loads of several remote serve --- -### 7. foostore 7โ6โ7 +### 11. foostore 11โ7โ6โ7 * ๐ป Languages: Go (98.4%), Shell (1.6%) * ๐ Documentation: Markdown (100.0%) @@ -161,7 +248,7 @@ Loadbars is a tool that can be used to observe CPU loads of several remote serve * ๐ Lines of Documentation: 250 * ๐ท๏ธ Tags: 9 * ๐
Development Period: 2018-05-26 to 2026-03-07 -* ๐ Score: 14.3 (combines recent activity, code size, tags, and release status) +* ๐ Score: 12.1 (combines recent activity, code size, tags, and release status) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: v0.5.3 (2026-03-02) @@ -173,7 +260,30 @@ Loadbars is a tool that can be used to observe CPU loads of several remote serve --- -### 8. epimetheus 8โ7โ4 +### 12. ds-sim 12โ25โ25โ21 + +* ๐ป Languages: Java (98.6%), Shell (0.9%), CSS (0.4%) +* ๐ Documentation: Markdown (98.7%), Text (1.3%) +* ๐ Commits: 473 +* ๐ Lines of Code: 28576 +* ๐ Lines of Documentation: 3101 +* ๐ท๏ธ Tags: 2 +* ๐
Development Period: 2008-05-15 to 2026-03-27 +* ๐ Score: 12.0 (combines recent activity, code size, tags, and release status) +* โ๏ธ License: Custom License +* ๐ท๏ธ Latest Release: 1.1.0 (2026-03-27) + + +=> showcase/ds-sim/image-1.png ds-sim screenshot + +DS-Sim is a open-source simulator for distributed systems, written in Java. It provides a powerful environment for simulating and learning about distributed systems concepts. + +=> https://codeberg.org/snonux/ds-sim View on Codeberg +=> https://github.com/snonux/ds-sim View on GitHub + +--- + +### 13. epimetheus 13โ8โ7โ4 * ๐ป Languages: Go (85.2%), Shell (14.8%) * ๐ Documentation: Markdown (100.0%) @@ -182,7 +292,7 @@ Loadbars is a tool that can be used to observe CPU loads of several remote serve * ๐ Lines of Documentation: 1736 * ๐ท๏ธ Tags: 0 * ๐
Development Period: 2026-02-07 to 2026-03-07 -* ๐ Score: 11.1 (combines recent activity, code size, tags, and release status) +* ๐ Score: 9.1 (combines recent activity, code size, tags, and release status) * โ๏ธ License: No license found * ๐งช Status: Experimental (no releases yet) @@ -196,28 +306,28 @@ Loadbars is a tool that can be used to observe CPU loads of several remote serve --- -### 9. conf 9โ8โ5 +### 14. gitsyncer 14โ11โ10โ15 -* ๐ป Languages: YAML (75.7%), Perl (9.3%), Ruby (6.6%), Shell (4.9%), Python (2.1%), Docker (0.6%), TOML (0.3%), Config (0.2%), HTML (0.1%) -* ๐ Documentation: Markdown (97.0%), Text (3.0%) -* ๐ Commits: 794 -* ๐ Lines of Code: 20394 -* ๐ Lines of Documentation: 6315 -* ๐ท๏ธ Tags: 0 -* ๐
Development Period: 2021-12-28 to 2026-03-15 -* ๐ Score: 10.0 (combines recent activity, code size, tags, and release status) -* โ๏ธ License: No license found -* ๐งช Status: Experimental (no releases yet) +* ๐ป Languages: Go (93.5%), Shell (6.2%), JSON (0.3%) +* ๐ Documentation: Markdown (100.0%) +* ๐ Commits: 137 +* ๐ Lines of Code: 11973 +* ๐ Lines of Documentation: 2456 +* ๐ท๏ธ Tags: 38 +* ๐
Development Period: 2025-06-23 to 2026-03-19 +* ๐ Score: 6.3 (combines recent activity, code size, tags, and release status) +* โ๏ธ License: BSD-2-Clause +* ๐ท๏ธ Latest Release: v0.15.8 (2026-03-19) -This is my personal config repository. Including... +GitSyncer is a tool for synchronizing git repositories between multiple organizations (e.g., GitHub and Codeberg). It automatically keeps all branches in sync across different git hosting platforms. -=> https://codeberg.org/snonux/conf View on Codeberg -=> https://github.com/snonux/conf View on GitHub +=> https://codeberg.org/snonux/gitsyncer View on Codeberg +=> https://github.com/snonux/gitsyncer View on GitHub --- -### 10. scifi 10โ9โ8 +### 15. scifi 15โ10โ9โ8 * ๐ป Languages: JSON (36.6%), JavaScript (30.2%), CSS (29.6%), HTML (3.7%) * ๐ Documentation: Markdown (100.0%) @@ -226,7 +336,7 @@ This is my personal config repository. Including... * ๐ Lines of Documentation: 874 * ๐ท๏ธ Tags: 0 * ๐
Development Period: 2026-01-25 to 2026-03-13 -* ๐ Score: 7.1 (combines recent activity, code size, tags, and release status) +* ๐ Score: 6.2 (combines recent activity, code size, tags, and release status) * โ๏ธ License: No license found * ๐งช Status: Experimental (no releases yet) @@ -238,28 +348,7 @@ A static HTML page showcasing a science fiction book collection. Works fully off --- -### 11. gitsyncer 11โ10โ15 - -* ๐ป Languages: Go (93.4%), Shell (6.2%), JSON (0.3%) -* ๐ Documentation: Markdown (100.0%) -* ๐ Commits: 134 -* ๐ Lines of Code: 11960 -* ๐ Lines of Documentation: 2456 -* ๐ท๏ธ Tags: 35 -* ๐
Development Period: 2025-06-23 to 2026-03-12 -* ๐ Score: 5.7 (combines recent activity, code size, tags, and release status) -* โ๏ธ License: BSD-2-Clause -* ๐ท๏ธ Latest Release: v0.15.5 (2026-03-12) - - -GitSyncer is a tool for synchronizing git repositories between multiple organizations (e.g., GitHub and Codeberg). It automatically keeps all branches in sync across different git hosting platforms. - -=> https://codeberg.org/snonux/gitsyncer View on Codeberg -=> https://github.com/snonux/gitsyncer View on GitHub - ---- - -### 12. rcm 12โ12โ10 +### 16. rcm 16โ12โ12โ10 * ๐ป Languages: Ruby (99.6%), TOML (0.4%) * ๐ Documentation: Markdown (100.0%) @@ -268,7 +357,7 @@ GitSyncer is a tool for synchronizing git repositories between multiple organiza * ๐ Lines of Documentation: 778 * ๐ท๏ธ Tags: 3 * ๐
Development Period: 2024-12-05 to 2026-03-02 -* ๐ 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: Custom License * ๐ท๏ธ Latest Release: v0.1.1 (2026-03-01) @@ -282,7 +371,7 @@ A KISS (Keep It Simple, Stupid) configuration management system written in Ruby, --- -### 13. yoga 13โ13โ12 +### 17. yoga 17โ13โ13โ12 * ๐ป Languages: Go (69.1%), HTML (30.9%) * ๐ Documentation: Markdown (100.0%) @@ -291,7 +380,7 @@ A KISS (Keep It Simple, Stupid) configuration management system written in Ruby, * ๐ Lines of Documentation: 196 * ๐ท๏ธ Tags: 9 * ๐
Development Period: 2025-10-01 to 2026-03-07 -* ๐ Score: 4.5 (combines recent activity, code size, tags, and release status) +* ๐ Score: 4.3 (combines recent activity, code size, tags, and release status) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: v0.4.0 (2026-01-28) @@ -305,28 +394,7 @@ A KISS (Keep It Simple, Stupid) configuration management system written in Ruby, --- -### 14. log4jbench 14โ11โ9 - -* ๐ป Languages: Java (78.9%), XML (21.1%) -* ๐ Documentation: Markdown (100.0%) -* ๐ Commits: 4 -* ๐ Lines of Code: 774 -* ๐ Lines of Documentation: 119 -* ๐ท๏ธ Tags: 0 -* ๐
Development Period: 2026-01-09 to 2026-01-09 -* ๐ Score: 4.5 (combines recent activity, code size, tags, and release status) -* โ๏ธ License: MIT -* ๐งช Status: Experimental (no releases yet) - - -A minimal Java tool to benchmark Log4j2 logging throughput with configurable concurrent threads and various logging configurations. - -=> https://codeberg.org/snonux/log4jbench View on Codeberg -=> https://github.com/snonux/log4jbench View on GitHub - ---- - -### 15. totalrecall 15โ15โ14 +### 18. totalrecall 18โ15โ15โ14 * ๐ป Languages: Go (99.0%), Shell (0.5%), YAML (0.4%) * ๐ Documentation: Markdown (99.5%), Text (0.5%) @@ -335,7 +403,7 @@ A minimal Java tool to benchmark Log4j2 logging throughput with configurable con * ๐ Lines of Documentation: 377 * ๐ท๏ธ Tags: 18 * ๐
Development Period: 2025-07-14 to 2026-03-08 -* ๐ 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: MIT * ๐ท๏ธ Latest Release: v0.8.3 (2026-03-08) @@ -349,7 +417,7 @@ A minimal Java tool to benchmark Log4j2 logging throughput with configurable con --- -### 16. gogios 16โ14โ11 +### 19. gogios 19โ16โ14โ11 * ๐ป Languages: Go (98.9%), JSON (0.6%), YAML (0.5%) * ๐ Documentation: Markdown (94.9%), Text (5.1%) @@ -358,7 +426,7 @@ A minimal Java tool to benchmark Log4j2 logging throughput with configurable con * ๐ Lines of Documentation: 394 * ๐ท๏ธ Tags: 10 * ๐
Development Period: 2023-04-17 to 2026-02-16 -* ๐ 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: v1.4.1 (2026-02-16) @@ -372,7 +440,28 @@ Gogios is a lightweight and minimalistic monitoring tool not designed for large- --- -### 17. perc 17โ16โ13 +### 20. log4jbench 20โ14โ11โ9 + +* ๐ป Languages: Java (78.9%), XML (21.1%) +* ๐ Documentation: Markdown (100.0%) +* ๐ Commits: 4 +* ๐ Lines of Code: 774 +* ๐ Lines of Documentation: 119 +* ๐ท๏ธ Tags: 0 +* ๐
Development Period: 2026-01-09 to 2026-01-09 +* ๐ Score: 4.1 (combines recent activity, code size, tags, and release status) +* โ๏ธ License: MIT +* ๐งช Status: Experimental (no releases yet) + + +A minimal Java tool to benchmark Log4j2 logging throughput with configurable concurrent threads and various logging configurations. + +=> https://codeberg.org/snonux/log4jbench View on Codeberg +=> https://github.com/snonux/log4jbench View on GitHub + +--- + +### 21. perc 21โ17โ16โ13 * ๐ป Languages: Go (100.0%) * ๐ Documentation: Markdown (100.0%) @@ -381,7 +470,7 @@ Gogios is a lightweight and minimalistic monitoring tool not designed for large- * ๐ Lines of Documentation: 80 * ๐ท๏ธ Tags: 3 * ๐
Development Period: 2025-11-25 to 2025-11-25 -* ๐ 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: No license found * ๐ท๏ธ Latest Release: v0.1.0 (2025-11-25) @@ -393,18 +482,18 @@ A simple vibe-coded command-line percentage calculator written in Go. --- -### 18. tasksamurai 18โ17โ16 +### 22. tasksamurai 22โ18โ17โ16 * ๐ป Languages: Go (99.8%), YAML (0.2%) * ๐ Documentation: Markdown (100.0%) -* ๐ Commits: 235 -* ๐ Lines of Code: 6567 +* ๐ Commits: 236 +* ๐ Lines of Code: 6577 * ๐ Lines of Documentation: 251 -* ๐ท๏ธ Tags: 10 -* ๐
Development Period: 2025-06-19 to 2026-03-05 +* ๐ท๏ธ Tags: 11 +* ๐
Development Period: 2025-06-19 to 2026-03-23 * ๐ Score: 3.6 (combines recent activity, code size, tags, and release status) * โ๏ธ License: BSD-2-Clause -* ๐ท๏ธ Latest Release: v0.11.4 (2026-03-05) +* ๐ท๏ธ Latest Release: v0.12.0 (2026-03-23) => showcase/tasksamurai/image-1.png tasksamurai screenshot @@ -416,7 +505,7 @@ Task Samurai invokes the `task` command to read and modify tasks. The tasks are --- -### 19. gos 19โ18โ18 +### 23. gos 23โ19โ18โ18 * ๐ป Languages: Go (99.5%), JSON (0.2%), Shell (0.2%) * ๐ Documentation: Markdown (100.0%) @@ -425,7 +514,7 @@ Task Samurai invokes the `task` command to read and modify tasks. The tasks are * ๐ Lines of Documentation: 477 * ๐ท๏ธ Tags: 15 * ๐
Development Period: 2024-05-04 to 2026-03-13 -* ๐ Score: 2.8 (combines recent activity, code size, tags, and release status) +* ๐ Score: 2.7 (combines recent activity, code size, tags, and release status) * โ๏ธ License: Custom License * ๐ท๏ธ Latest Release: v1.2.6 (2026-03-13) @@ -439,7 +528,7 @@ Gos is a Go-based replacement for Buffer.com, providing the ability to schedule --- -### 20. foostats 20โ19โ17 +### 24. foostats 24โ20โ19โ17 * ๐ป Languages: Perl (100.0%) * ๐ Documentation: Markdown (54.6%), Text (45.4%) @@ -448,7 +537,7 @@ Gos is a Go-based replacement for Buffer.com, providing the ability to schedule * ๐ Lines of Documentation: 423 * ๐ท๏ธ Tags: 2 * ๐
Development Period: 2023-01-02 to 2025-11-01 -* ๐ Score: 2.4 (combines recent activity, code size, tags, and release status) +* ๐ Score: 2.3 (combines recent activity, code size, tags, and release status) * โ๏ธ License: Custom License * ๐ท๏ธ Latest Release: v0.2.0 (2025-10-21) @@ -460,7 +549,7 @@ A privacy-respecting web analytics tool for OpenBSD that processes HTTP/HTTPS an --- -### 21. timr 21โ20โ19 +### 25. timr 25โ21โ20โ19 * ๐ป Languages: Go (96.0%), Shell (4.0%) * ๐ Documentation: Markdown (100.0%) @@ -469,7 +558,7 @@ A privacy-respecting web analytics tool for OpenBSD that processes HTTP/HTTPS an * ๐ Lines of Documentation: 99 * ๐ท๏ธ Tags: 5 * ๐
Development Period: 2025-06-25 to 2026-01-02 -* ๐ 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: MIT * ๐ท๏ธ Latest Release: v0.3.0 (2026-01-02) @@ -481,7 +570,7 @@ A simple command-line tool to track time spent on tasks. It has been primarily c --- -### 22. gemtexter 22โ23โ22 +### 26. gemtexter 26โ22โ23โ22 * ๐ป Languages: Shell (70.8%), CSS (26.2%), Config (1.8%), HTML (1.2%) * ๐ Documentation: Text (76.1%), Markdown (23.9%) @@ -490,7 +579,7 @@ A simple command-line tool to track time spent on tasks. It has been primarily c * ๐ Lines of Documentation: 1180 * ๐ท๏ธ Tags: 6 * ๐
Development Period: 2021-05-21 to 2026-03-12 -* ๐ 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: GPL-3.0 * ๐ท๏ธ Latest Release: 3.0.0 (2024-10-01) @@ -502,7 +591,7 @@ This is the source code of my personal internet site and blog engine. All conten --- -### 23. wireguardmeshgenerator 23โ22โ23 +### 27. wireguardmeshgenerator 27โ23โ22โ23 * ๐ป Languages: Ruby (63.5%), YAML (36.5%) * ๐ Documentation: Markdown (100.0%) @@ -523,7 +612,7 @@ Have a look at the `wireguardmeshgenerator.yaml` --- -### 24. goprecords 24โ24โ24 +### 28. goprecords 28โ24โ24โ24 * ๐ป Languages: Go (100.0%) * ๐ Documentation: Markdown (100.0%) @@ -544,30 +633,30 @@ Have a look at the `wireguardmeshgenerator.yaml` --- -### 25. ds-sim 25โ25โ21 +### 29. ioriot 29โ34โ35โ35 -* ๐ป Languages: Java (98.9%), Shell (0.6%), CSS (0.5%) -* ๐ Documentation: Markdown (98.7%), Text (1.3%) -* ๐ Commits: 438 -* ๐ Lines of Code: 25762 -* ๐ Lines of Documentation: 3101 -* ๐ท๏ธ Tags: 0 -* ๐
Development Period: 2008-05-15 to 2025-06-27 +* ๐ป Languages: C (58.7%), C/C++ (22.5%), Config (17.9%), Make (1.0%) +* ๐ Documentation: Markdown (100.0%) +* ๐ Commits: 84 +* ๐ Lines of Code: 13609 +* ๐ Lines of Documentation: 899 +* ๐ท๏ธ Tags: 8 +* ๐
Development Period: 2018-03-01 to 2026-03-19 * ๐ Score: 1.2 (combines recent activity, code size, tags, and release status) -* โ๏ธ License: Custom License -* ๐งช Status: Experimental (no releases yet) +* โ๏ธ License: Apache-2.0 +* ๐ท๏ธ Latest Release: 0.5.1 (2019-01-04) -=> showcase/ds-sim/image-1.png ds-sim screenshot +=> showcase/ioriot/image-1.png ioriot screenshot -DS-Sim is a open-source simulator for distributed systems, written in Java. It provides a powerful environment for simulating and learning about distributed systems concepts. +...is an I/O benchmarking tool for Linux based operating systems which captures I/O operations on a (possibly production) server in order to replay the exact same I/O operations on a load test machine. -=> https://codeberg.org/snonux/ds-sim View on Codeberg -=> https://github.com/snonux/ds-sim View on GitHub +=> https://codeberg.org/snonux/ioriot View on Codeberg +=> https://github.com/snonux/ioriot View on GitHub --- -### 26. quicklogger 26โ26โ25 +### 30. quicklogger 30โ26โ26โ25 * ๐ป Languages: Go (96.4%), XML (1.8%), Shell (1.1%), TOML (0.7%) * ๐ Documentation: Markdown (100.0%) @@ -590,7 +679,7 @@ This is a tiny GUI app written in Go using the Fyne framework to quickly log a m --- -### 27. sillybench 27โ27โ27 +### 31. sillybench 31โ27โ27โ27 * ๐ป Languages: Go (90.9%), Shell (9.1%) * ๐ Documentation: Markdown (100.0%) @@ -599,7 +688,7 @@ This is a tiny GUI app written in Go using the Fyne framework to quickly log a m * ๐ Lines of Documentation: 3 * ๐ท๏ธ Tags: 0 * ๐
Development Period: 2025-04-03 to 2025-04-03 -* ๐ Score: 0.7 (combines recent activity, code size, tags, and release status) +* ๐ Score: 0.6 (combines recent activity, code size, tags, and release status) * โ๏ธ License: No license found * ๐งช Status: Experimental (no releases yet) @@ -611,7 +700,7 @@ To compare how fast this runs on FreeBSD vs a Linux Bhyve VM --- -### 28. terraform 28โ28โ26 +### 32. terraform 32โ28โ28โ26 * ๐ป Languages: HCL (96.6%), Make (1.9%), YAML (1.5%) * ๐ Documentation: Markdown (100.0%) @@ -632,7 +721,7 @@ Go to AWS Secrets manager manually and create it! --- -### 29. geheim 29โ30โ30 +### 33. geheim 33โ29โ30โ30 * ๐ป Languages: Ruby (86.7%), Shell (13.3%) * ๐ Documentation: Markdown (100.0%) @@ -653,7 +742,7 @@ Go to AWS Secrets manager manually and create it! --- -### 30. gorum 30โ31โ28 +### 34. gorum 34โ30โ31โ28 * ๐ป Languages: Go (91.3%), JSON (6.4%), YAML (2.3%) * ๐ Documentation: Markdown (100.0%) @@ -674,7 +763,7 @@ Gogios is a minimalistic quorum manager. --- -### 31. docker-radicale-server 31โ32โ31 +### 35. docker-radicale-server 35โ31โ32โ31 * ๐ป Languages: Make (57.5%), Docker (42.5%) * ๐ Documentation: Markdown (100.0%) @@ -695,7 +784,7 @@ For the Radicale server https://radicale.org --- -### 32. photoalbum 32โ33โ34 +### 36. photoalbum 36โ32โ33โ34 * ๐ป Languages: Shell (80.1%), Make (12.3%), Config (7.6%) * ๐ Documentation: Markdown (100.0%) @@ -718,7 +807,7 @@ The resulting static photo album is pure HTML+CSS (without any JavaScript!). --- -### 33. randomjournalpage 33โ34โ33 +### 37. randomjournalpage 37โ33โ34โ33 * ๐ป Languages: Shell (94.1%), Make (5.9%) * ๐ Documentation: Markdown (100.0%) @@ -740,31 +829,7 @@ This is a quick and dirty script which I use personally to grab a random PDF fil --- -### 34. ioriot 34โ35โ35 - -* ๐ป Languages: C (55.5%), C/C++ (24.0%), Config (19.6%), Make (1.0%) -* ๐ Documentation: Markdown (100.0%) -* ๐ Commits: 50 -* ๐ Lines of Code: 12420 -* ๐ Lines of Documentation: 610 -* ๐ท๏ธ Tags: 8 -* ๐
Development Period: 2018-03-01 to 2020-01-22 -* ๐ Score: 0.2 (combines recent activity, code size, tags, and release status) -* โ๏ธ License: Apache-2.0 -* ๐ท๏ธ Latest Release: 0.5.1 (2019-01-04) - -โ ๏ธ **Notice**: This project appears to be finished, obsolete, or no longer maintained. Last meaningful activity was over 2 years ago. Use at your own risk. - -=> showcase/ioriot/image-1.png ioriot screenshot - -...is an I/O benchmarking tool for Linux based operating systems which captures I/O operations on a (possibly production) server in order to replay the exact same I/O operations on a load test machine. - -=> https://codeberg.org/snonux/ioriot View on Codeberg -=> https://github.com/snonux/ioriot View on GitHub - ---- - -### 35. algorithms 35โ36โ32 +### 38. algorithms 38โ35โ36โ32 * ๐ป Languages: Go (99.2%), Make (0.8%) * ๐ Documentation: Markdown (100.0%) @@ -786,7 +851,7 @@ This includes exercises from the Algorithms lecture. Well, this is just a refres --- -### 36. ipv6test 36โ37โ36 +### 39. ipv6test 39โ36โ37โ36 * ๐ป Languages: Perl (65.8%), Docker (34.2%) * ๐ Documentation: Markdown (100.0%) @@ -807,7 +872,7 @@ This is a quick and dirty Perl-based IPv6 test website. --- -### 37. staticfarm-apache-handlers 37โ38โ40 +### 40. staticfarm-apache-handlers 40โ37โ38โ40 * ๐ป Languages: Perl (96.4%), Make (3.6%) * ๐ Documentation: Text (100.0%) @@ -830,7 +895,7 @@ DEPRECATED --- -### 38. sway-autorotate 38โ39โ38 +### 41. sway-autorotate 41โ38โ39โ38 * ๐ป Languages: Shell (100.0%) * ๐ Documentation: Markdown (100.0%) @@ -851,7 +916,7 @@ This is a fork of https://github.com/tedk0n/autorotate_sway_script --- -### 39. guprecords 39โ29โ29 +### 42. guprecords 42โ39โ29โ29 * ๐ป Languages: Raku (100.0%) * ๐ Commits: 97 @@ -871,7 +936,7 @@ guprecords: source code repository. --- -### 40. mon 40โ40โ39 +### 43. mon 43โ40โ40โ39 * ๐ป Languages: Perl (96.5%), Shell (1.8%), Make (1.2%), Config (0.4%) * ๐ Documentation: Text (100.0%) @@ -894,7 +959,7 @@ DEPRECATED --- -### 41. fapi 41โ41โ44 +### 44. fapi 44โ41โ41โ44 * ๐ป Languages: Python (96.6%), Make (3.1%), Config (0.3%) * ๐ Documentation: Text (98.3%), Markdown (1.7%) @@ -917,7 +982,7 @@ DEPRECATED --- -### 42. pingdomfetch 42โ42โ41 +### 45. pingdomfetch 45โ42โ42โ41 * ๐ป Languages: Perl (97.3%), Make (2.7%) * ๐ Documentation: Text (100.0%) @@ -940,7 +1005,7 @@ DEPRECATED --- -### 43. fype 43โ43โ37 +### 46. fype 46โ43โ43โ37 * ๐ป Languages: C (77.3%), C/C++ (13.1%), HTML (7.5%), Make (2.1%) * ๐ Documentation: Text (65.8%), LaTeX (20.5%), Markdown (13.7%) @@ -961,7 +1026,7 @@ DEPRECATED --- -### 44. pwgrep 44โ44โ50 +### 47. pwgrep 47โ44โ44โ50 * ๐ป Languages: Shell (85.0%), Make (15.0%) * ๐ Documentation: Text (75.0%), Markdown (25.0%) @@ -982,7 +1047,7 @@ DEPRECATED --- -### 45. xerl 45โ45โ42 +### 48. xerl 48โ45โ45โ42 * ๐ป Languages: Perl (98.3%), Config (1.2%), Make (0.5%) * ๐ Commits: 671 @@ -1001,7 +1066,7 @@ Those are the host templates to be used with Xerl itself. --- -### 46. awksite 46โ46โ61 +### 49. awksite 49โ46โ46โ61 * ๐ป Languages: AWK (72.1%), HTML (16.4%), Config (11.5%) * ๐ Documentation: Markdown (50.0%), Text (50.0%) @@ -1022,7 +1087,7 @@ Those are the host templates to be used with Xerl itself. --- -### 47. gotop 47โ47โ48 +### 50. gotop 50โ47โ47โ48 * ๐ป Languages: Go (98.0%), Make (2.0%) * ๐ Documentation: Markdown (60.0%), Text (40.0%) @@ -1043,7 +1108,7 @@ Those are the host templates to be used with Xerl itself. --- -### 48. japi 48โ48โ53 +### 51. japi 51โ48โ48โ53 * ๐ป Languages: Perl (78.3%), Make (21.7%) * ๐ Documentation: Text (100.0%) @@ -1066,7 +1131,7 @@ DEPRECATED --- -### 49. rubyfy 49โ50โ49 +### 52. rubyfy 52โ49โ50โ49 * ๐ป Languages: Ruby (98.5%), JSON (1.5%) * ๐ Documentation: Markdown (100.0%) @@ -1087,7 +1152,7 @@ DEPRECATED --- -### 50. perl-c-fibonacci 50โ51โ45 +### 53. perl-c-fibonacci 53โ50โ51โ45 * ๐ป Languages: C (80.4%), Make (19.6%) * ๐ Documentation: Text (100.0%) @@ -1109,7 +1174,7 @@ perl-c-fibonacci: source code repository. --- -### 51. netdiff 51โ52โ56 +### 54. netdiff 54โ51โ52โ56 * ๐ป Languages: Shell (52.2%), Make (46.3%), Config (1.5%) * ๐ Documentation: Text (100.0%) @@ -1132,7 +1197,7 @@ DEPRECATED --- -### 52. perldaemon 52โ49โ51 +### 55. perldaemon 55โ52โ49โ51 * ๐ป Languages: Perl (74.2%), Shell (22.2%), Config (3.6%) * ๐ Commits: 111 @@ -1153,7 +1218,7 @@ programmed in Perl. It can be extended to fit any task... --- -### 53. jsmstrade 53โ53โ52 +### 56. jsmstrade 56โ53โ53โ52 * ๐ป Languages: Java (76.0%), Shell (15.4%), XML (8.6%) * ๐ Documentation: Markdown (100.0%) @@ -1176,7 +1241,7 @@ programmed in Perl. It can be extended to fit any task... --- -### 54. muttdelay 54โ54โ55 +### 57. muttdelay 57โ54โ54โ55 * ๐ป Languages: Make (47.1%), Shell (46.3%), Vim Script (5.9%), Config (0.7%) * ๐ Documentation: Text (100.0%) @@ -1199,7 +1264,7 @@ DEPRECATED --- -### 55. netcalendar 55โ55โ46 +### 58. netcalendar 58โ55โ55โ46 * ๐ป Languages: Java (83.0%), HTML (12.9%), XML (3.0%), CSS (0.8%), Make (0.2%) * ๐ Documentation: Text (89.5%), Markdown (10.5%) @@ -1222,7 +1287,7 @@ DEPRECATED --- -### 56. vs-sim 56โ63โ63 +### 59. vs-sim 59โ56โ63โ63 * ๐ป Languages: Java (98.8%), Shell (0.7%), XML (0.4%) * ๐ Documentation: LaTeX (98.3%), Text (1.4%), Markdown (0.3%) @@ -1245,7 +1310,7 @@ VS-Sim is an open source simulator programmed in Java for distributed systems. V --- -### 57. cpuinfo 57โ56โ59 +### 60. cpuinfo 60โ57โ56โ59 * ๐ป Languages: Shell (53.2%), Make (46.8%) * ๐ Documentation: Text (100.0%) @@ -1267,7 +1332,7 @@ cpuinfo - A small and humble tool to print out CPU data --- -### 58. template 58โ57โ60 +### 61. template 61โ58โ57โ60 * ๐ป Languages: Make (89.2%), Shell (10.8%) * ๐ Documentation: Text (100.0%) @@ -1290,7 +1355,7 @@ DEPRECATED --- -### 59. dyndns 59โ58โ62 +### 62. dyndns 62โ59โ58โ62 * ๐ป Languages: Shell (100.0%) * ๐ Documentation: Text (100.0%) @@ -1313,7 +1378,7 @@ DEPRECATED --- -### 60. debroid 60โ59โ57 +### 63. debroid 63โ60โ59โ57 * ๐ป Languages: Shell (92.0%), Make (8.0%) * ๐ Documentation: Markdown (100.0%) @@ -1336,7 +1401,7 @@ DEPRECATED --- -### 61. perl-poetry 61โ60โ54 +### 64. perl-poetry 64โ61โ60โ54 * ๐ป Languages: Perl (100.0%) * ๐ Documentation: Markdown (100.0%) @@ -1358,7 +1423,7 @@ Here you find some Poetry written in Perl. --- -### 62. hsbot 62โ61โ58 +### 65. hsbot 65โ62โ61โ58 * ๐ป Languages: Haskell (98.5%), Make (1.5%) * ๐ Commits: 81 @@ -1378,7 +1443,7 @@ feature additions will be made. Use at your own risk. --- -### 63. ychat 63โ62โ43 +### 66. ychat 66โ63โ62โ43 * ๐ Documentation: Text (100.0%) * ๐ Commits: 67 @@ -1399,7 +1464,27 @@ ychat: source code repository. --- -### 64. foo.zone 64โ64โ6 +### 67. snonux.foo 67 + +* ๐ Documentation: Markdown (100.0%) +* ๐ Commits: 1 +* ๐ Lines of Code: 0 +* ๐ Lines of Documentation: 10 +* ๐ท๏ธ Tags: 0 +* ๐
Development Period: 2026-03-21 to 2026-03-21 +* ๐ Score: 0.0 (combines recent activity, code size, tags, and release status) +* โ๏ธ License: No license found +* ๐งช Status: Experimental (no releases yet) + + +This directory belongs to the [snonux](https://codeberg.org/snonux/snonux) microblog generator project. + +=> https://codeberg.org/snonux/snonux.foo View on Codeberg +=> https://github.com/snonux/snonux.foo View on GitHub + +--- + +### 68. foo.zone 68โ64โ64โ6 * ๐ Documentation: Markdown (100.0%) * ๐ Commits: 3643 |
