diff options
Diffstat (limited to 'about/showcase.gmi.tpl')
| -rw-r--r-- | about/showcase.gmi.tpl | 281 |
1 files changed, 140 insertions, 141 deletions
diff --git a/about/showcase.gmi.tpl b/about/showcase.gmi.tpl index 8e88bd0c..bacdf248 100644 --- a/about/showcase.gmi.tpl +++ b/about/showcase.gmi.tpl @@ -9,11 +9,11 @@ This page showcases my side projects, providing an overview of what each project ## Overall Statistics * ๐ฆ Total Projects: 56 -* ๐ Total Commits: 10,587 -* ๐ Total Lines of Code: 235,542 -* ๐ Total Lines of Documentation: 22,073 -* ๐ป Languages: Go (26.2%), Java (17.2%), C++ (15.8%), C/C++ (8.9%), C (8.6%), Perl (7.2%), Shell (6.2%), Config (1.9%), HTML (1.9%), Ruby (1.2%), HCL (1.2%), Make (0.8%), Python (0.7%), CSS (0.6%), JSON (0.3%), Raku (0.3%), XML (0.3%), Haskell (0.3%), YAML (0.2%), TOML (0.1%) -* ๐ Documentation: Text (52.8%), Markdown (45.0%), LaTeX (2.3%) +* ๐ Total Commits: 10,597 +* ๐ Total Lines of Code: 175,312 +* ๐ Total Lines of Documentation: 236,493 +* ๐ป Languages: Go (38.8%), Java (23.1%), C (11.5%), Perl (8.8%), Shell (3.6%), C/C++ (3.0%), Config (1.7%), HTML (1.6%), Ruby (1.6%), HCL (1.6%), Python (0.9%), Make (0.9%), CSS (0.7%), JSON (0.5%), Raku (0.4%), XML (0.4%), Haskell (0.3%), YAML (0.3%), TOML (0.2%) +* ๐ Documentation: Text (94.5%), Markdown (5.3%), LaTeX (0.2%) * ๐ต Vibe-Coded Projects: 4 out of 56 (7.1%) * ๐ค AI-Assisted Projects (including vibe-coded): 8 out of 56 (14.3% AI-assisted, 85.7% human-only) * ๐ Release Status: 34 released, 22 experimental (60.7% with releases, 39.3% experimental) @@ -23,14 +23,14 @@ This page showcases my side projects, providing an overview of what each project ### totalrecall * ๐ป Languages: Go (98.9%), Shell (0.6%), YAML (0.5%) -* ๐ Documentation: Markdown (94.4%), Text (5.6%) -* ๐ Commits: 78 -* ๐ Lines of Code: 11771 -* ๐ Lines of Documentation: 359 +* ๐ Documentation: Markdown (100.0%) +* ๐ Commits: 83 +* ๐ Lines of Code: 11782 +* ๐ Lines of Documentation: 357 * ๐
Development Period: 2025-07-14 to 2025-07-22 -* ๐ฅ Recent Activity: 1.6 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 1.8 days (avg. age of last 42 commits) * โ๏ธ License: MIT -* ๐ท๏ธ Latest Release: v0.7.2 (2025-07-22) +* ๐ท๏ธ Latest Release: v0.7.3 (2025-07-22) * ๐ต Vibe-Coded: This project has been vibe coded @@ -55,7 +55,7 @@ The project is implemented in Go with a modular architecture featuring both CLI * ๐ Lines of Code: 9182 * ๐ Lines of Documentation: 2484 * ๐
Development Period: 2025-06-23 to 2025-07-20 -* ๐ฅ Recent Activity: 8.5 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 9.1 days (avg. age of last 42 commits) * โ๏ธ License: BSD-2-Clause * ๐ท๏ธ Latest Release: v0.8.4 (2025-07-20) * ๐ต Vibe-Coded: This project has been vibe coded @@ -70,15 +70,42 @@ The tool is implemented in Go with a clean architecture that supports both indiv --- +### dtail + +* ๐ป Languages: Go (91.0%), Shell (4.1%), JSON (2.1%), C (1.4%), Make (0.9%), C/C++ (0.2%), Config (0.1%) +* ๐ Documentation: Text (98.3%), Markdown (1.7%) +* ๐ Commits: 1049 +* ๐ Lines of Code: 27726 +* ๐ Lines of Documentation: 220214 +* ๐
Development Period: 2020-01-09 to 2025-07-04 +* ๐ฅ Recent Activity: 20.2 days (avg. age of last 42 commits) +* โ๏ธ License: Apache-2.0 +* ๐ท๏ธ Latest Release: v4.2.0 (2023-06-21) +* ๐ค AI-Assisted: This project was partially created with the help of generative AI + + +=> showcase/dtail/image-1.png dtail screenshot + +DTail is a distributed log processing system written in Go that allows DevOps engineers to tail, cat, and grep log files across thousands of servers concurrently. It provides secure access through SSH authentication and respects UNIX file system permissions, making it ideal for enterprise environments where log analysis needs to scale horizontally across large server fleets. The tool supports advanced features like compressed file handling (gzip/zstd) and distributed MapReduce aggregations for complex log analytics. + +=> showcase/dtail/image-2.gif dtail screenshot + +The system uses a client-server architecture where dtail servers run on target machines (listening on port 2222) and clients connect to multiple servers simultaneously. It can also operate in serverless mode for local operations. The implementation leverages SSH for secure communication, includes sophisticated connection throttling and resource management, and provides specialized tools (dcat, dgrep, dmap) for different log processing tasks. The MapReduce functionality supports SQL-like queries with server-side local aggregation and client-side final aggregation, enabling powerful distributed analytics across log data. + +=> https://codeberg.org/snonux/dtail View on Codeberg +=> https://github.com/snonux/dtail View on GitHub + +--- + ### rexfiles * ๐ป Languages: Perl (38.1%), Shell (30.9%), Config (8.0%), CSS (7.8%), TOML (6.9%), Ruby (5.8%), Lua (1.7%), JSON (0.7%), INI (0.1%) * ๐ Documentation: Text (97.3%), Markdown (2.7%) -* ๐ Commits: 882 +* ๐ Commits: 883 * ๐ Lines of Code: 4160 * ๐ Lines of Documentation: 854 * ๐
Development Period: 2021-12-28 to 2025-07-22 -* ๐ฅ Recent Activity: 22.7 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 22.4 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐งช Status: Experimental (no releases yet) @@ -100,7 +127,7 @@ The project consists of three main components: **dotfiles** management for perso * ๐ Lines of Code: 873 * ๐ Lines of Documentation: 137 * ๐
Development Period: 2025-06-25 to 2025-07-19 -* ๐ฅ Recent Activity: 23.8 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 24.3 days (avg. age of last 42 commits) * โ๏ธ License: BSD-2-Clause * ๐ท๏ธ Latest Release: v0.0.0 (2025-06-29) * ๐ต Vibe-Coded: This project has been vibe coded @@ -123,7 +150,7 @@ The project is implemented using a clean modular architecture with the CLI entry * ๐ Lines of Code: 6160 * ๐ Lines of Documentation: 162 * ๐
Development Period: 2025-06-19 to 2025-07-12 -* ๐ฅ Recent Activity: 25.6 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 26.1 days (avg. age of last 42 commits) * โ๏ธ License: BSD-2-Clause * ๐ท๏ธ Latest Release: v0.9.2 (2025-07-02) * ๐ต Vibe-Coded: This project has been vibe coded @@ -150,7 +177,7 @@ The implementation follows a clean architecture with clear separation of concern * ๐ Lines of Code: 12762 * ๐ Lines of Documentation: 742 * ๐
Development Period: 2024-01-18 to 2025-07-14 -* ๐ฅ Recent Activity: 63.5 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 64.1 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐งช Status: Experimental (no releases yet) * ๐ค AI-Assisted: This project was partially created with the help of generative AI @@ -171,33 +198,6 @@ The architecture combines kernel-level tracing with user-space analysis: eBPF pr --- -### dtail - -* ๐ป Languages: Go (93.9%), JSON (2.8%), C (2.0%), Make (0.5%), C/C++ (0.3%), Config (0.2%), Shell (0.2%), Docker (0.1%) -* ๐ Documentation: Text (79.4%), Markdown (20.6%) -* ๐ Commits: 1049 -* ๐ Lines of Code: 20091 -* ๐ Lines of Documentation: 5674 -* ๐
Development Period: 2020-01-09 to 2025-06-20 -* ๐ฅ Recent Activity: 65.1 days (avg. age of last 42 commits) -* โ๏ธ License: Apache-2.0 -* ๐ท๏ธ Latest Release: v4.2.0 (2023-06-21) -* ๐ค AI-Assisted: This project was partially created with the help of generative AI - - -=> showcase/dtail/image-1.png dtail screenshot - -DTail is a distributed log processing system written in Go that allows DevOps engineers to tail, cat, and grep log files across thousands of servers concurrently. It provides secure access through SSH authentication and respects UNIX file system permissions, making it ideal for enterprise environments where log analysis needs to scale horizontally across large server fleets. The tool supports advanced features like compressed file handling (gzip/zstd) and distributed MapReduce aggregations for complex log analytics. - -=> showcase/dtail/image-2.gif dtail screenshot - -The system uses a client-server architecture where dtail servers run on target machines (listening on port 2222) and clients connect to multiple servers simultaneously. It can also operate in serverless mode for local operations. The implementation leverages SSH for secure communication, includes sophisticated connection throttling and resource management, and provides specialized tools (dcat, dgrep, dmap) for different log processing tasks. The MapReduce functionality supports SQL-like queries with server-side local aggregation and client-side final aggregation, enabling powerful distributed analytics across log data. - -=> https://codeberg.org/snonux/dtail View on Codeberg -=> https://github.com/snonux/dtail View on GitHub - ---- - ### wireguardmeshgenerator * ๐ป Languages: Ruby (73.5%), YAML (26.5%) @@ -206,7 +206,7 @@ The system uses a client-server architecture where dtail servers run on target m * ๐ Lines of Code: 396 * ๐ Lines of Documentation: 24 * ๐
Development Period: 2025-04-18 to 2025-05-11 -* ๐ฅ Recent Activity: 84.4 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 85.0 days (avg. age of last 42 commits) * โ๏ธ License: Custom License * ๐ท๏ธ Latest Release: v1.0.0 (2025-05-11) @@ -228,7 +228,7 @@ The implementation uses a YAML configuration file to define the network topology * ๐ Lines of Code: 25762 * ๐ Lines of Documentation: 3101 * ๐
Development Period: 2008-05-15 to 2025-06-27 -* ๐ฅ Recent Activity: 97.8 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 98.3 days (avg. age of last 42 commits) * โ๏ธ License: Custom License * ๐งช Status: Experimental (no releases yet) * ๐ค AI-Assisted: This project was partially created with the help of generative AI @@ -253,7 +253,7 @@ The project is built on an event-driven architecture with clear component separa * ๐ Lines of Code: 33 * ๐ Lines of Documentation: 3 * ๐
Development Period: 2025-04-03 to 2025-04-03 -* ๐ฅ Recent Activity: 110.3 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 110.9 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐งช Status: Experimental (no releases yet) @@ -275,7 +275,7 @@ The implementation is minimal and focused, consisting of a basic Go module with * ๐ Lines of Code: 3967 * ๐ Lines of Documentation: 324 * ๐
Development Period: 2024-05-04 to 2025-07-12 -* ๐ฅ Recent Activity: 123.5 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 124.1 days (avg. age of last 42 commits) * โ๏ธ License: Custom License * ๐ท๏ธ Latest Release: v1.0.0 (2025-03-04) @@ -301,7 +301,7 @@ The tool is architected around a file-based queueing system where posts progress * ๐ Lines of Code: 1586 * ๐ Lines of Documentation: 154 * ๐
Development Period: 2023-01-02 to 2025-07-12 -* ๐ฅ Recent Activity: 131.3 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 131.9 days (avg. age of last 42 commits) * โ๏ธ License: Custom License * ๐ท๏ธ Latest Release: v0.1.0 (2025-07-12) @@ -323,7 +323,7 @@ The project implements a modular architecture with seven core components: FileHe * ๐ Lines of Code: 1373 * ๐ Lines of Documentation: 48 * ๐
Development Period: 2024-12-05 to 2025-02-28 -* ๐ฅ Recent Activity: 151.0 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 151.6 days (avg. age of last 42 commits) * โ๏ธ License: Custom License * ๐งช Status: Experimental (no releases yet) @@ -345,7 +345,7 @@ The system is implemented with a modular architecture centered around a DSL clas * ๐ Lines of Code: 2268 * ๐ Lines of Documentation: 1180 * ๐
Development Period: 2021-05-21 to 2025-07-09 -* ๐ฅ Recent Activity: 213.5 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 214.0 days (avg. age of last 42 commits) * โ๏ธ License: GPL-3.0 * ๐ท๏ธ Latest Release: 3.0.0 (2024-10-01) @@ -367,7 +367,7 @@ The implementation is built entirely in Bash (version 5.x+) using a modular libr * ๐ Lines of Code: 917 * ๐ Lines of Documentation: 33 * ๐
Development Period: 2024-01-20 to 2025-07-06 -* ๐ฅ Recent Activity: 461.0 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 461.6 days (avg. age of last 42 commits) * โ๏ธ License: MIT * ๐ท๏ธ Latest Release: v0.0.3 (2025-07-06) @@ -393,7 +393,7 @@ The project follows a clean, single-file architecture with all functionality con * ๐ Lines of Code: 12 * ๐ Lines of Documentation: 3 * ๐
Development Period: 2024-03-24 to 2024-03-24 -* ๐ฅ Recent Activity: 484.8 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 485.4 days (avg. age of last 42 commits) * โ๏ธ License: Custom License * ๐งช Status: Experimental (no releases yet) @@ -415,7 +415,7 @@ The project is implemented as a simple Docker build system with a Makefile that * ๐ Lines of Code: 2850 * ๐ Lines of Documentation: 52 * ๐
Development Period: 2023-08-27 to 2025-04-05 -* ๐ฅ Recent Activity: 514.9 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 515.4 days (avg. age of last 42 commits) * โ๏ธ License: MIT * ๐งช Status: Experimental (no releases yet) @@ -437,7 +437,7 @@ The system is designed to host multiple personal services including Anki sync se * ๐ Lines of Code: 1096 * ๐ Lines of Documentation: 287 * ๐
Development Period: 2023-04-17 to 2025-06-12 -* ๐ฅ Recent Activity: 527.7 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 528.3 days (avg. age of last 42 commits) * โ๏ธ License: Custom License * ๐ท๏ธ Latest Release: v1.1.0 (2024-05-03) * ๐ค AI-Assisted: This project was partially created with the help of generative AI @@ -462,7 +462,7 @@ The implementation follows a clean architecture with concurrent check execution, * ๐ Lines of Code: 32 * ๐ Lines of Documentation: 3 * ๐
Development Period: 2023-12-31 to 2023-12-31 -* ๐ฅ Recent Activity: 568.4 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 569.0 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐งช Status: Experimental (no releases yet) @@ -484,7 +484,7 @@ The implementation uses Alpine Linux as the base image for a minimal footprint, * ๐ Lines of Code: 29 * ๐ Lines of Documentation: 3 * ๐
Development Period: 2023-08-13 to 2024-01-01 -* ๐ฅ Recent Activity: 661.6 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 662.2 days (avg. age of last 42 commits) * โ๏ธ License: MIT * ๐งช Status: Experimental (no releases yet) @@ -506,7 +506,7 @@ The implementation is built using a Rocky Linux base image with Python 3.9, and * ๐ Lines of Code: 1525 * ๐ Lines of Documentation: 15 * ๐
Development Period: 2023-04-17 to 2023-11-19 -* ๐ฅ Recent Activity: 713.8 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 714.3 days (avg. age of last 42 commits) * โ๏ธ License: Custom License * ๐งช Status: Experimental (no releases yet) @@ -528,7 +528,7 @@ The architecture consists of several key components: a quorum manager that handl * ๐ Lines of Code: 51 * ๐ Lines of Documentation: 26 * ๐
Development Period: 2022-06-02 to 2024-04-20 -* ๐ฅ Recent Activity: 778.5 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 779.1 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐งช Status: Experimental (no releases yet) @@ -551,7 +551,7 @@ The implementation is straightforward - a bash script that uses `find` to locate * ๐ Lines of Code: 41 * ๐ Lines of Documentation: 17 * ๐
Development Period: 2020-01-30 to 2025-04-30 -* ๐ฅ Recent Activity: 1072.0 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 1072.6 days (avg. age of last 42 commits) * โ๏ธ License: GPL-3.0 * ๐งช Status: Experimental (no releases yet) @@ -573,7 +573,7 @@ The implementation consists of two main components: `autorotate.sh` monitors the * ๐ Lines of Code: 342 * ๐ Lines of Documentation: 39 * ๐
Development Period: 2011-11-19 to 2022-04-02 -* ๐ฅ Recent Activity: 1291.6 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 1292.2 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: 0.5.0 (2022-02-21) @@ -596,7 +596,7 @@ The implementation centers around a single Bash script (`photoalbum.sh`) that us * ๐ Lines of Code: 1728 * ๐ Lines of Documentation: 18 * ๐
Development Period: 2020-07-12 to 2023-04-09 -* ๐ฅ Recent Activity: 1442.8 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 1443.3 days (avg. age of last 42 commits) * โ๏ธ License: Custom License * ๐งช Status: Experimental (no releases yet) @@ -619,7 +619,7 @@ The project leverages Go's generics system to provide type-safe implementations * ๐ Lines of Code: 671 * ๐ Lines of Documentation: 19 * ๐
Development Period: 2018-05-26 to 2025-01-21 -* ๐ฅ Recent Activity: 1444.6 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 1445.1 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐งช Status: Experimental (no releases yet) @@ -638,11 +638,11 @@ The system is architected around several key components: a configuration system ### foo.zone * ๐ Documentation: Markdown (100.0%) -* ๐ Commits: 2945 +* ๐ Commits: 2949 * ๐ Lines of Code: 0 * ๐ Lines of Documentation: 23 * ๐
Development Period: 2021-05-21 to 2022-04-02 -* ๐ฅ Recent Activity: 1458.4 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 1458.9 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐งช Status: Experimental (no releases yet) @@ -665,7 +665,7 @@ The site is built using **Gemtexter**, a static site generator that creates both * ๐ Lines of Code: 51 * ๐ Lines of Documentation: 69 * ๐
Development Period: 2014-03-24 to 2022-04-23 -* ๐ฅ Recent Activity: 1923.7 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 1924.3 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐งช Status: Experimental (no releases yet) @@ -686,7 +686,7 @@ The project is useful as an educational tool for understanding language syntax s * ๐ Commits: 95 * ๐ Lines of Code: 195 * ๐
Development Period: 2013-03-22 to 2023-03-09 -* ๐ฅ Recent Activity: 2138.8 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 2139.4 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: v1.0.0 (2023-04-29) @@ -709,7 +709,7 @@ The tool is implemented with a clean object-oriented architecture featuring an A * ๐ Lines of Code: 12420 * ๐ Lines of Documentation: 610 * ๐
Development Period: 2018-03-01 to 2020-01-22 -* ๐ฅ Recent Activity: 2465.2 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 2465.8 days (avg. age of last 42 commits) * โ๏ธ License: Apache-2.0 * ๐ท๏ธ Latest Release: 0.5.1 (2019-01-04) @@ -734,7 +734,7 @@ The tool is implemented in C for minimal overhead and uses SystemTap for efficie * ๐ Lines of Code: 919 * ๐ Lines of Documentation: 12 * ๐
Development Period: 2015-01-02 to 2021-11-04 -* ๐ฅ Recent Activity: 2974.0 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 2974.5 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: 1.1.3 (2015-01-02) @@ -757,7 +757,7 @@ The system is particularly useful for distributed static content delivery where * ๐ Lines of Code: 18 * ๐ Lines of Documentation: 49 * ๐
Development Period: 2014-03-24 to 2021-11-05 -* ๐ฅ Recent Activity: 3209.8 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 3210.4 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐งช Status: Experimental (no releases yet) @@ -780,7 +780,7 @@ The implementation consists of a shell script (`update-dyndns`) that accepts hos * ๐ Lines of Code: 5360 * ๐ Lines of Documentation: 789 * ๐
Development Period: 2015-01-02 to 2021-11-05 -* ๐ฅ Recent Activity: 3476.5 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 3477.1 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: 1.0.1 (2015-01-02) @@ -803,7 +803,7 @@ The tool is particularly useful for system administrators and DevOps engineers w * ๐ Lines of Code: 273 * ๐ Lines of Documentation: 32 * ๐
Development Period: 2015-09-29 to 2021-11-05 -* ๐ฅ Recent Activity: 3480.7 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 3481.3 days (avg. age of last 42 commits) * โ๏ธ License: Apache-2.0 * ๐ท๏ธ Latest Release: 0 (2015-10-26) @@ -826,7 +826,7 @@ The tool is implemented as a single Ruby script that leverages threading for par * ๐ Lines of Code: 1839 * ๐ Lines of Documentation: 412 * ๐
Development Period: 2015-01-02 to 2021-11-05 -* ๐ฅ Recent Activity: 3560.3 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 3560.9 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: 1.0.2 (2015-01-02) @@ -844,12 +844,12 @@ The project is implemented as a modular Perl application with a clean architectu ### gotop * ๐ป Languages: Go (98.0%), Make (2.0%) -* ๐ Documentation: Markdown (50.0%), Text (50.0%) +* ๐ Documentation: Text (50.0%), Markdown (50.0%) * ๐ Commits: 57 * ๐ Lines of Code: 499 * ๐ Lines of Documentation: 8 * ๐
Development Period: 2015-05-24 to 2021-11-03 -* ๐ฅ Recent Activity: 3571.0 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 3571.6 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: 0.1 (2015-06-01) @@ -864,6 +864,29 @@ The implementation follows a concurrent architecture using Go's goroutines and c --- +### xerl + +* ๐ป Languages: Perl (98.3%), Config (1.2%), Make (0.5%) +* ๐ Commits: 670 +* ๐ Lines of Code: 1675 +* ๐
Development Period: 2011-03-06 to 2018-12-22 +* ๐ฅ Recent Activity: 3627.3 days (avg. age of last 42 commits) +* โ๏ธ License: Custom License +* ๐ท๏ธ Latest Release: v1.0.0 (2018-12-22) + +โ ๏ธ **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. + +Based on my analysis of the project files, here's a summary of Xerl: + +**Xerl** is an open-source website template engine with Content Management System (CMS) features, written in object-oriented Perl and powered by FastCGI. It uses XML-based configuration and content files to generate static websites with multiple output formats (HTML5, XHTML, RSS feeds, and plain text). + +The system works through a template-driven architecture where content is written in XML files with semantic tags (like `<pagetitle>`, `<text>`, `<enumeration>`) that get transformed into HTML using configurable transformation rules. The `config.xml` file defines how these semantic tags map to HTML elements, supporting variables and dynamic content insertion. Each website can have its own template configuration, content files, and static assets (CSS, images, fonts), making it useful for maintaining multiple related websites with consistent styling and structure while allowing customization per site. The project includes several example sites (paul.buetow.org, xerl.buetow.org) and redirect configurations, demonstrating its practical use for personal or organizational web presence management. + +=> https://codeberg.org/snonux/xerl View on Codeberg +=> https://github.com/snonux/xerl View on GitHub + +--- + ### debroid * ๐ป Languages: Shell (92.0%), Make (8.0%) @@ -872,7 +895,7 @@ The implementation follows a concurrent architecture using Go's goroutines and c * ๐ Lines of Code: 88 * ๐ Lines of Documentation: 148 * ๐
Development Period: 2015-06-18 to 2015-12-05 -* ๐ฅ Recent Activity: 3674.8 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 3675.4 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐งช Status: Experimental (no releases yet) @@ -889,29 +912,6 @@ The implementation works by creating a Debian filesystem image using debootstrap --- -### xerl - -* ๐ป Languages: Perl (98.4%), Config (1.1%), Make (0.5%) -* ๐ Commits: 670 -* ๐ Lines of Code: 1667 -* ๐
Development Period: 2011-03-06 to 2017-01-01 -* ๐ฅ Recent Activity: 3892.8 days (avg. age of last 42 commits) -* โ๏ธ License: Custom License -* ๐ท๏ธ Latest Release: v1.0.0 (2018-12-22) - -โ ๏ธ **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. - -Based on my analysis of the project files, here's a summary of Xerl: - -**Xerl** is an open-source website template engine with Content Management System (CMS) features, written in object-oriented Perl and powered by FastCGI. It uses XML-based configuration and content files to generate static websites with multiple output formats (HTML5, XHTML, RSS feeds, and plain text). - -The system works through a template-driven architecture where content is written in XML files with semantic tags (like `<pagetitle>`, `<text>`, `<enumeration>`) that get transformed into HTML using configurable transformation rules. The `config.xml` file defines how these semantic tags map to HTML elements, supporting variables and dynamic content insertion. Each website can have its own template configuration, content files, and static assets (CSS, images, fonts), making it useful for maintaining multiple related websites with consistent styling and structure while allowing customization per site. The project includes several example sites (paul.buetow.org, xerl.buetow.org) and redirect configurations, demonstrating its practical use for personal or organizational web presence management. - -=> https://codeberg.org/snonux/xerl View on Codeberg -=> https://github.com/snonux/xerl View on GitHub - ---- - ### fapi * ๐ป Languages: Python (96.6%), Make (3.1%), Config (0.3%) @@ -920,7 +920,7 @@ The system works through a template-driven architecture where content is written * ๐ Lines of Code: 1681 * ๐ Lines of Documentation: 539 * ๐
Development Period: 2014-03-10 to 2021-11-03 -* ๐ฅ Recent Activity: 3952.8 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 3953.4 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: 1.0.2 (2014-11-17) @@ -943,7 +943,7 @@ The implementation is written in Python and built on top of the bigsuds library, * ๐ Lines of Code: 65 * ๐ Lines of Documentation: 228 * ๐
Development Period: 2013-03-22 to 2021-11-04 -* ๐ฅ Recent Activity: 4007.2 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 4007.8 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: 0.0.0.0 (2013-03-22) @@ -966,7 +966,7 @@ The project implements a clean, Make-based build system with automatic versionin * ๐ Lines of Code: 136 * ๐ Lines of Documentation: 96 * ๐
Development Period: 2013-03-22 to 2021-11-05 -* ๐ฅ Recent Activity: 4020.2 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 4020.8 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: 0.2.0 (2014-07-05) @@ -989,7 +989,7 @@ The implementation is elegantly simple, consisting of a bash script that operate * ๐ Lines of Code: 134 * ๐ Lines of Documentation: 106 * ๐
Development Period: 2013-03-22 to 2021-11-05 -* ๐ฅ Recent Activity: 4027.7 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 4028.3 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: 0.1.5 (2014-06-22) @@ -1012,7 +1012,7 @@ The tool works by having both hosts run the same command simultaneously - one ac * ๐ Lines of Code: 493 * ๐ Lines of Documentation: 26 * ๐
Development Period: 2009-09-27 to 2021-11-02 -* ๐ฅ Recent Activity: 4071.0 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 4071.6 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: 0.9.3 (2014-06-14) @@ -1035,7 +1035,7 @@ The implementation leverages GPG for strong encryption, ensuring passwords are n * ๐ Lines of Code: 286 * ๐ Lines of Documentation: 144 * ๐
Development Period: 2013-03-22 to 2021-11-05 -* ๐ฅ Recent Activity: 4076.0 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 4076.6 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: 0.4.3 (2014-06-16) @@ -1058,7 +1058,7 @@ The implementation uses modern Perl with the Moo object system and consists of t * ๐ Lines of Code: 191 * ๐ Lines of Documentation: 8 * ๐
Development Period: 2014-03-24 to 2014-03-24 -* ๐ฅ Recent Activity: 4137.3 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 4137.9 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐งช Status: Experimental (no releases yet) @@ -1079,7 +1079,7 @@ Each script explores different themes - Christmas celebrations, mathematical stu * ๐ Commits: 7 * ๐ Lines of Code: 80 * ๐
Development Period: 2011-07-09 to 2015-01-13 -* ๐ฅ Recent Activity: 4217.3 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 4217.9 days (avg. age of last 42 commits) * โ๏ธ License: Custom License * ๐งช Status: Experimental (no releases yet) @@ -1102,7 +1102,7 @@ The implementation uses a straightforward approach with three test endpoints: on * ๐ Lines of Code: 124 * ๐ Lines of Documentation: 75 * ๐
Development Period: 2010-11-05 to 2021-11-05 -* ๐ฅ Recent Activity: 4258.0 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 4258.6 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: 1.0.2 (2014-06-22) @@ -1125,7 +1125,7 @@ The implementation is remarkably simple - a single shell script that uses GNU AW * ๐ Lines of Code: 1828 * ๐ Lines of Documentation: 100 * ๐
Development Period: 2010-11-05 to 2015-05-23 -* ๐ฅ Recent Activity: 4288.1 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 4288.7 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: 0.7.5 (2014-06-22) @@ -1146,7 +1146,7 @@ The application is implemented using a multi-threaded architecture where each mo * ๐ Commits: 110 * ๐ Lines of Code: 614 * ๐
Development Period: 2011-02-05 to 2022-04-21 -* ๐ฅ Recent Activity: 4337.6 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 4338.1 days (avg. age of last 42 commits) * โ๏ธ License: Custom License * ๐ท๏ธ Latest Release: v1.4 (2022-04-29) @@ -1169,7 +1169,7 @@ The architecture centers around a modular plugin system where custom functionali * ๐ Lines of Code: 122 * ๐ Lines of Documentation: 10 * ๐
Development Period: 2011-01-27 to 2014-06-22 -* ๐ฅ Recent Activity: 4668.6 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 4669.1 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: v0.2 (2011-01-27) @@ -1192,7 +1192,7 @@ The implementation consists of a main AWK script (`index.cgi`) that reads config * ๐ Lines of Code: 720 * ๐ Lines of Documentation: 6 * ๐
Development Period: 2008-06-21 to 2021-11-03 -* ๐ฅ Recent Activity: 4731.2 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 4731.8 days (avg. age of last 42 commits) * โ๏ธ License: Custom License * ๐ท๏ธ Latest Release: v0.3 (2009-02-08) @@ -1217,7 +1217,7 @@ The implementation follows a clean three-class architecture: `SMain` handles the * ๐ Lines of Code: 17380 * ๐ Lines of Documentation: 947 * ๐
Development Period: 2009-02-07 to 2021-05-01 -* ๐ฅ Recent Activity: 5361.9 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 5362.5 days (avg. age of last 42 commits) * โ๏ธ License: GPL-2.0 * ๐ท๏ธ Latest Release: v0.1 (2009-02-08) @@ -1236,38 +1236,13 @@ The implementation uses a clean separation of concerns with dedicated packages f --- -### ychat - -* ๐ป Languages: C++ (54.9%), C/C++ (23.0%), Shell (13.8%), Perl (2.5%), HTML (2.5%), Config (2.3%), Make (0.8%), CSS (0.2%) -* ๐ Documentation: Text (100.0%) -* ๐ Commits: 67 -* ๐ Lines of Code: 67884 -* ๐ Lines of Documentation: 127 -* ๐
Development Period: 2008-05-15 to 2014-06-30 -* ๐ฅ Recent Activity: 5382.2 days (avg. age of last 42 commits) -* โ๏ธ License: GPL-2.0 -* ๐ท๏ธ Latest Release: yhttpd-0.7.2 (2013-04-06) - -โ ๏ธ **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. - -Based on my analysis of the codebase, here's a concise summary of the yChat project: - -**yChat** is a web-based chat server written in C++ that functions as a standalone HTTP server without requiring external web server dependencies. It allows users to participate in multi-room chat sessions using standard web browsers, with no special client software needed. The system supports user registration, authentication via session IDs, customizable HTML templates, and multi-language support through XML configuration files. - -The architecture is built around several key managers: a socket manager for handling HTTP connections, a chat manager for core functionality, an HTML template manager for dynamic content generation, and a modular system supporting dynamically loadable command modules. It uses hash maps for efficient O(1) data retrieval, POSIX threads for concurrent request handling, and includes advanced features like SSL support, MySQL database integration, garbage collection for memory management, and comprehensive logging. The codebase also includes related projects like yhttpd (a lightweight HTTP server) and ycurses (a terminal interface library), making it a comprehensive communication platform designed for performance and extensibility. - -=> https://codeberg.org/snonux/ychat View on Codeberg -=> https://github.com/snonux/ychat View on GitHub - ---- - ### hsbot * ๐ป Languages: Haskell (98.5%), Make (1.5%) * ๐ Commits: 80 * ๐ Lines of Code: 601 * ๐
Development Period: 2009-11-22 to 2011-10-17 -* ๐ฅ Recent Activity: 5457.6 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 5458.1 days (avg. age of last 42 commits) * โ๏ธ License: Custom License * ๐งช Status: Experimental (no releases yet) @@ -1282,6 +1257,30 @@ The implementation uses a clean separation of concerns with modules for IRC conn --- +### ychat + +* ๐ Documentation: Text (100.0%) +* ๐ Commits: 67 +* ๐ Lines of Code: 0 +* ๐ Lines of Documentation: 9 +* ๐
Development Period: 2008-05-15 to 2013-12-15 +* ๐ฅ Recent Activity: 5597.9 days (avg. age of last 42 commits) +* โ๏ธ License: No license found +* ๐ท๏ธ Latest Release: yhttpd-0.7.2 (2013-04-06) + +โ ๏ธ **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. + +Based on my analysis of the codebase, here's a concise summary of the yChat project: + +**yChat** is a web-based chat server written in C++ that functions as a standalone HTTP server without requiring external web server dependencies. It allows users to participate in multi-room chat sessions using standard web browsers, with no special client software needed. The system supports user registration, authentication via session IDs, customizable HTML templates, and multi-language support through XML configuration files. + +The architecture is built around several key managers: a socket manager for handling HTTP connections, a chat manager for core functionality, an HTML template manager for dynamic content generation, and a modular system supporting dynamically loadable command modules. It uses hash maps for efficient O(1) data retrieval, POSIX threads for concurrent request handling, and includes advanced features like SSL support, MySQL database integration, garbage collection for memory management, and comprehensive logging. The codebase also includes related projects like yhttpd (a lightweight HTTP server) and ycurses (a terminal interface library), making it a comprehensive communication platform designed for performance and extensibility. + +=> https://codeberg.org/snonux/ychat View on Codeberg +=> https://github.com/snonux/ychat View on GitHub + +--- + ### fype * ๐ป Languages: C (72.1%), C/C++ (20.7%), HTML (5.7%), Make (1.5%) @@ -1290,7 +1289,7 @@ The implementation uses a clean separation of concerns with modules for IRC conn * ๐ Lines of Code: 10196 * ๐ Lines of Documentation: 1741 * ๐
Development Period: 2008-05-15 to 2021-11-03 -* ๐ฅ Recent Activity: 5619.3 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 5619.9 days (avg. age of last 42 commits) * โ๏ธ License: Custom License * ๐งช Status: Experimental (no releases yet) @@ -1312,7 +1311,7 @@ The implementation is built using a straightforward top-down parser with a maxim * ๐ Lines of Code: 0 * ๐ Lines of Documentation: 7 * ๐
Development Period: 2008-05-15 to 2015-05-23 -* ๐ฅ Recent Activity: 5818.5 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 5819.1 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: v1.0 (2008-08-24) |
