diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-02 09:49:39 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-02 09:49:39 +0300 |
| commit | 95b9e4da60c99d0d551c817bb6d389cd455114d6 (patch) | |
| tree | 601b2c0dceef1dfdc9c8fbb1dda6fffd90b6ffcb /about/showcase.gmi.tpl | |
| parent | 8d99995db2dcd8c7a07f94b1577a624895b297dd (diff) | |
Update
Diffstat (limited to 'about/showcase.gmi.tpl')
| -rw-r--r-- | about/showcase.gmi.tpl | 390 |
1 files changed, 196 insertions, 194 deletions
diff --git a/about/showcase.gmi.tpl b/about/showcase.gmi.tpl index bacdf248..caa2bc2f 100644 --- a/about/showcase.gmi.tpl +++ b/about/showcase.gmi.tpl @@ -1,6 +1,6 @@ # Project Showcase -Generated on: 2025-07-22 +Generated on: 2025-08-01 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, and licensing. The projects are ordered by recent activity, with the most actively maintained projects listed first. @@ -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,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%) +* ๐ Total Commits: 10,648 +* ๐ Total Lines of Code: 194,087 +* ๐ Total Lines of Documentation: 22,230 +* ๐ป Languages: Go (31.8%), Java (20.8%), C (9.9%), C++ (8.8%), Perl (8.2%), C/C++ (6.4%), Shell (3.0%), HTML (1.9%), Config (1.9%), Ruby (1.5%), HCL (1.4%), Python (0.8%), Make (0.8%), CSS (0.7%), Raku (0.5%), YAML (0.4%), JSON (0.4%), XML (0.3%), Haskell (0.3%), TOML (0.2%) +* ๐ Documentation: Text (50.5%), Markdown (46.9%), LaTeX (2.6%) * ๐ต 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) @@ -28,7 +28,7 @@ This page showcases my side projects, providing an overview of what each project * ๐ Lines of Code: 11782 * ๐ Lines of Documentation: 357 * ๐
Development Period: 2025-07-14 to 2025-07-22 -* ๐ฅ Recent Activity: 1.8 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 11.2 days (avg. age of last 42 commits) * โ๏ธ License: MIT * ๐ท๏ธ Latest Release: v0.7.3 (2025-07-22) * ๐ต Vibe-Coded: This project has been vibe coded @@ -47,17 +47,39 @@ The project is implemented in Go with a modular architecture featuring both CLI --- +### rexfiles + +* ๐ป Languages: Perl (34.1%), Shell (27.8%), YAML (7.9%), TOML (7.6%), Config (7.1%), CSS (7.0%), Ruby (5.2%), Lua (1.5%), Make (0.9%), JSON (0.6%), INI (0.1%) +* ๐ Documentation: Text (89.8%), Markdown (10.2%) +* ๐ Commits: 905 +* ๐ Lines of Code: 4651 +* ๐ Lines of Documentation: 925 +* ๐
Development Period: 2021-12-28 to 2025-07-31 +* ๐ฅ Recent Activity: 12.0 days (avg. age of last 42 commits) +* โ๏ธ License: No license found +* ๐งช Status: Experimental (no releases yet) + + +Based on my analysis of the codebase, **rexfiles** is a comprehensive infrastructure automation and configuration management project built with the Rex framework (a Perl-based alternative to Ansible, Puppet, or Chef). The project provides structured automation for managing multiple aspects of a personal infrastructure, including dotfiles, server configurations, and application deployments. + +The project consists of three main components: **dotfiles** management for personal development environment configuration (bash, fish shell, helix editor, tmux, etc.), **frontends** for managing production OpenBSD servers with services like DNS (nsd), web servers (httpd), mail (OpenSMTPD), SSL certificates (ACME), and monitoring systems, and **babylon5** containing Docker container startup scripts for self-hosted applications. The implementation leverages Rex's declarative syntax to define tasks for package installation, file management, service configuration, and system state management, with templates for configuration files and support for multiple operating systems (OpenBSD, FreeBSD, Fedora Linux, Termux). This approach provides a KISS (Keep It Simple, Stupid) alternative to more complex configuration management tools while maintaining the ability to manage both local development environments and production infrastructure consistently. + +=> https://codeberg.org/snonux/rexfiles View on Codeberg +=> https://github.com/snonux/rexfiles View on GitHub + +--- + ### gitsyncer * ๐ป Languages: Go (90.3%), Shell (8.1%), YAML (1.0%), JSON (0.5%) * ๐ Documentation: Markdown (100.0%) -* ๐ Commits: 96 -* ๐ Lines of Code: 9182 +* ๐ Commits: 101 +* ๐ Lines of Code: 9166 * ๐ Lines of Documentation: 2484 -* ๐
Development Period: 2025-06-23 to 2025-07-20 -* ๐ฅ Recent Activity: 9.1 days (avg. age of last 42 commits) +* ๐
Development Period: 2025-06-23 to 2025-07-25 +* ๐ฅ Recent Activity: 17.4 days (avg. age of last 42 commits) * โ๏ธ License: BSD-2-Clause -* ๐ท๏ธ Latest Release: v0.8.4 (2025-07-20) +* ๐ท๏ธ Latest Release: v0.8.6 (2025-07-25) * ๐ต Vibe-Coded: This project has been vibe coded @@ -70,55 +92,6 @@ 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: 883 -* ๐ Lines of Code: 4160 -* ๐ Lines of Documentation: 854 -* ๐
Development Period: 2021-12-28 to 2025-07-22 -* ๐ฅ Recent Activity: 22.4 days (avg. age of last 42 commits) -* โ๏ธ License: No license found -* ๐งช Status: Experimental (no releases yet) - - -Based on my analysis of the codebase, **rexfiles** is a comprehensive infrastructure automation and configuration management project built with the Rex framework (a Perl-based alternative to Ansible, Puppet, or Chef). The project provides structured automation for managing multiple aspects of a personal infrastructure, including dotfiles, server configurations, and application deployments. - -The project consists of three main components: **dotfiles** management for personal development environment configuration (bash, fish shell, helix editor, tmux, etc.), **frontends** for managing production OpenBSD servers with services like DNS (nsd), web servers (httpd), mail (OpenSMTPD), SSL certificates (ACME), and monitoring systems, and **babylon5** containing Docker container startup scripts for self-hosted applications. The implementation leverages Rex's declarative syntax to define tasks for package installation, file management, service configuration, and system state management, with templates for configuration files and support for multiple operating systems (OpenBSD, FreeBSD, Fedora Linux, Termux). This approach provides a KISS (Keep It Simple, Stupid) alternative to more complex configuration management tools while maintaining the ability to manage both local development environments and production infrastructure consistently. - -=> https://codeberg.org/snonux/rexfiles View on Codeberg -=> https://github.com/snonux/rexfiles View on GitHub - ---- - ### timr * ๐ป Languages: Go (98.3%), YAML (1.7%) @@ -127,7 +100,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: 24.3 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 33.8 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 @@ -150,7 +123,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: 26.1 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 35.6 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 @@ -177,7 +150,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: 64.1 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 73.5 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 @@ -198,6 +171,33 @@ 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: 75.1 days (avg. age of last 42 commits) +* โ๏ธ License: Apache-2.0 +* ๐ท๏ธ Latest Release: v4.3.3 (2024-08-23) +* ๐ค 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 architecture combines kernel-level tracing with user-space analysis: eBPF pr * ๐ Lines of Code: 396 * ๐ Lines of Documentation: 24 * ๐
Development Period: 2025-04-18 to 2025-05-11 -* ๐ฅ Recent Activity: 85.0 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 94.4 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: 98.3 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 107.8 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.9 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 120.3 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: 124.1 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 133.5 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.9 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 141.3 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.6 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 161.1 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: 214.0 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 223.5 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.6 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 471.0 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: 485.4 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 494.9 days (avg. age of last 42 commits) * โ๏ธ License: Custom License * ๐งช Status: Experimental (no releases yet) @@ -407,6 +407,28 @@ The project is implemented as a simple Docker build system with a Makefile that --- +### docker-anki-sync-server + +* ๐ป Languages: Docker (54.5%), Make (45.5%) +* ๐ Documentation: Markdown (100.0%) +* ๐ Commits: 4 +* ๐ Lines of Code: 33 +* ๐ Lines of Documentation: 3 +* ๐
Development Period: 2023-08-13 to 2025-07-31 +* ๐ฅ Recent Activity: 503.9 days (avg. age of last 42 commits) +* โ๏ธ License: MIT +* ๐งช Status: Experimental (no releases yet) + + +This project is a Docker containerization of the Anki sync server, designed to provide a self-hosted synchronization service for Anki flashcard applications. Anki is a popular spaced repetition learning tool, and this project allows users to run their own sync server instead of relying on AnkiWeb's hosted service, giving them full control over their data privacy and synchronization infrastructure. + +The implementation is built using a Rocky Linux base image with Python 3.9, and it integrates the community-maintained `anki-sync-server` project. The Dockerfile:dockerfile:1-19 sets up the environment by installing dependencies, configuring data paths for collections and authentication databases to persist in `/data`, and running the service under a dedicated user for security. The Makefile:makefile:1-12 provides build automation that clones the upstream anki-sync-server repository and includes AWS ECR deployment capabilities for cloud hosting. This containerized approach makes it easy to deploy and manage an Anki sync server across different environments while maintaining data persistence through volume mounts. + +=> https://codeberg.org/snonux/docker-anki-sync-server View on Codeberg +=> https://github.com/snonux/docker-anki-sync-server View on GitHub + +--- + ### terraform * ๐ป Languages: HCL (96.6%), Make (1.9%), YAML (1.5%) @@ -415,7 +437,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: 515.4 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 524.9 days (avg. age of last 42 commits) * โ๏ธ License: MIT * ๐งช Status: Experimental (no releases yet) @@ -437,7 +459,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: 528.3 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 537.7 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 +484,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: 569.0 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 578.4 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐งช Status: Experimental (no releases yet) @@ -476,28 +498,6 @@ The implementation uses Alpine Linux as the base image for a minimal footprint, --- -### docker-anki-sync-server - -* ๐ป Languages: Docker (62.1%), Make (37.9%) -* ๐ Documentation: Markdown (100.0%) -* ๐ Commits: 3 -* ๐ Lines of Code: 29 -* ๐ Lines of Documentation: 3 -* ๐
Development Period: 2023-08-13 to 2024-01-01 -* ๐ฅ Recent Activity: 662.2 days (avg. age of last 42 commits) -* โ๏ธ License: MIT -* ๐งช Status: Experimental (no releases yet) - - -This project is a Docker containerization of the Anki sync server, designed to provide a self-hosted synchronization service for Anki flashcard applications. Anki is a popular spaced repetition learning tool, and this project allows users to run their own sync server instead of relying on AnkiWeb's hosted service, giving them full control over their data privacy and synchronization infrastructure. - -The implementation is built using a Rocky Linux base image with Python 3.9, and it integrates the community-maintained `anki-sync-server` project. The Dockerfile:dockerfile:1-19 sets up the environment by installing dependencies, configuring data paths for collections and authentication databases to persist in `/data`, and running the service under a dedicated user for security. The Makefile:makefile:1-12 provides build automation that clones the upstream anki-sync-server repository and includes AWS ECR deployment capabilities for cloud hosting. This containerized approach makes it easy to deploy and manage an Anki sync server across different environments while maintaining data persistence through volume mounts. - -=> https://codeberg.org/snonux/docker-anki-sync-server View on Codeberg -=> https://github.com/snonux/docker-anki-sync-server View on GitHub - ---- - ### gorum * ๐ป Languages: Go (91.3%), JSON (6.4%), YAML (2.3%) @@ -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: 714.3 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 723.8 days (avg. age of last 42 commits) * โ๏ธ License: Custom License * ๐งช Status: Experimental (no releases yet) @@ -520,6 +520,28 @@ The architecture consists of several key components: a quorum manager that handl --- +### guprecords + +* ๐ป Languages: Raku (100.0%) +* ๐ Documentation: Markdown (100.0%) +* ๐ Commits: 95 +* ๐ Lines of Code: 312 +* ๐ Lines of Documentation: 416 +* ๐
Development Period: 2013-03-22 to 2025-05-18 +* ๐ฅ Recent Activity: 773.8 days (avg. age of last 42 commits) +* โ๏ธ License: No license found +* ๐ท๏ธ Latest Release: v1.0.0 (2023-04-29) + + +GupRecords is a Raku-based system administration tool that analyzes and reports on system uptime statistics across multiple hosts. It processes raw uptime records from various systems and generates formatted reports showing the top-performing hosts or operating systems based on metrics like uptime, boot count, downtime, and calculated meta-scores. + +The tool is implemented with a clean object-oriented architecture featuring an Aggregator class that parses record files, Host and OS Aggregate classes that store statistics, and Reporter classes that generate formatted tables. It supports multiple analysis categories (host, OS, OS-major, uname) and various sorting criteria including uptime duration, boot frequency, system lifespan, and downtime. The formatted output includes visual indicators for active systems and provides both duration-based and numerical metrics in a structured table format, making it useful for system administrators to quickly identify the most reliable systems in their infrastructure. + +=> https://codeberg.org/snonux/guprecords View on Codeberg +=> https://github.com/snonux/guprecords View on GitHub + +--- + ### randomjournalpage * ๐ป Languages: Shell (94.1%), Make (5.9%) @@ -528,7 +550,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: 779.1 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 788.5 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐งช Status: Experimental (no releases yet) @@ -551,7 +573,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.6 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 1082.1 days (avg. age of last 42 commits) * โ๏ธ License: GPL-3.0 * ๐งช Status: Experimental (no releases yet) @@ -573,7 +595,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: 1292.2 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 1301.6 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: 0.5.0 (2022-02-21) @@ -596,7 +618,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: 1443.3 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 1452.8 days (avg. age of last 42 commits) * โ๏ธ License: Custom License * ๐งช Status: Experimental (no releases yet) @@ -619,7 +641,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: 1445.1 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 1454.6 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐งช Status: Experimental (no releases yet) @@ -638,11 +660,11 @@ The system is architected around several key components: a configuration system ### foo.zone * ๐ Documentation: Markdown (100.0%) -* ๐ Commits: 2949 +* ๐ Commits: 2972 * ๐ Lines of Code: 0 * ๐ Lines of Documentation: 23 * ๐
Development Period: 2021-05-21 to 2022-04-02 -* ๐ฅ Recent Activity: 1458.9 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 1468.4 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐งช Status: Experimental (no releases yet) @@ -665,7 +687,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: 1924.3 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 1933.7 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐งช Status: Experimental (no releases yet) @@ -680,27 +702,6 @@ The project is useful as an educational tool for understanding language syntax s --- -### guprecords - -* ๐ป Languages: Raku (100.0%) -* ๐ Commits: 95 -* ๐ Lines of Code: 195 -* ๐
Development Period: 2013-03-22 to 2023-03-09 -* ๐ฅ Recent Activity: 2139.4 days (avg. age of last 42 commits) -* โ๏ธ License: No license found -* ๐ท๏ธ Latest Release: v1.0.0 (2023-04-29) - -โ ๏ธ **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. - -GupRecords is a Raku-based system administration tool that analyzes and reports on system uptime statistics across multiple hosts. It processes raw uptime records from various systems and generates formatted reports showing the top-performing hosts or operating systems based on metrics like uptime, boot count, downtime, and calculated meta-scores. - -The tool is implemented with a clean object-oriented architecture featuring an Aggregator class that parses record files, Host and OS Aggregate classes that store statistics, and Reporter classes that generate formatted tables. It supports multiple analysis categories (host, OS, OS-major, uname) and various sorting criteria including uptime duration, boot frequency, system lifespan, and downtime. The formatted output includes visual indicators for active systems and provides both duration-based and numerical metrics in a structured table format, making it useful for system administrators to quickly identify the most reliable systems in their infrastructure. - -=> https://codeberg.org/snonux/guprecords View on Codeberg -=> https://github.com/snonux/guprecords View on GitHub - ---- - ### ioriot * ๐ป Languages: C (55.5%), C/C++ (24.0%), Config (19.6%), Make (1.0%) @@ -709,7 +710,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.8 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 2475.3 days (avg. age of last 42 commits) * โ๏ธ License: Apache-2.0 * ๐ท๏ธ Latest Release: 0.5.1 (2019-01-04) @@ -734,7 +735,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.5 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 2984.0 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: 1.1.3 (2015-01-02) @@ -757,7 +758,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: 3210.4 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 3219.8 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐งช Status: Experimental (no releases yet) @@ -780,7 +781,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: 3477.1 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 3486.5 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: 1.0.1 (2015-01-02) @@ -803,7 +804,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: 3481.3 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 3490.7 days (avg. age of last 42 commits) * โ๏ธ License: Apache-2.0 * ๐ท๏ธ Latest Release: 0 (2015-10-26) @@ -826,7 +827,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.9 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 3570.3 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: 1.0.2 (2015-01-02) @@ -844,12 +845,12 @@ The project is implemented as a modular Perl application with a clean architectu ### gotop * ๐ป Languages: Go (98.0%), Make (2.0%) -* ๐ Documentation: Text (50.0%), Markdown (50.0%) +* ๐ Documentation: Markdown (50.0%), Text (50.0%) * ๐ Commits: 57 * ๐ Lines of Code: 499 * ๐ Lines of Documentation: 8 * ๐
Development Period: 2015-05-24 to 2021-11-03 -* ๐ฅ Recent Activity: 3571.6 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 3581.0 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: 0.1 (2015-06-01) @@ -870,7 +871,7 @@ The implementation follows a concurrent architecture using Go's goroutines and c * ๐ 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) +* ๐ฅ Recent Activity: 3636.7 days (avg. age of last 42 commits) * โ๏ธ License: Custom License * ๐ท๏ธ Latest Release: v1.0.0 (2018-12-22) @@ -895,7 +896,7 @@ The system works through a template-driven architecture where content is written * ๐ Lines of Code: 88 * ๐ Lines of Documentation: 148 * ๐
Development Period: 2015-06-18 to 2015-12-05 -* ๐ฅ Recent Activity: 3675.4 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 3684.8 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐งช Status: Experimental (no releases yet) @@ -920,7 +921,7 @@ The implementation works by creating a Debian filesystem image using debootstrap * ๐ Lines of Code: 1681 * ๐ Lines of Documentation: 539 * ๐
Development Period: 2014-03-10 to 2021-11-03 -* ๐ฅ Recent Activity: 3953.4 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 3962.8 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: 1.0.2 (2014-11-17) @@ -943,7 +944,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.8 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 4017.2 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: 0.0.0.0 (2013-03-22) @@ -966,7 +967,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.8 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 4030.2 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: 0.2.0 (2014-07-05) @@ -989,7 +990,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: 4028.3 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 4037.7 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: 0.1.5 (2014-06-22) @@ -1012,7 +1013,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.6 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 4081.0 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: 0.9.3 (2014-06-14) @@ -1035,7 +1036,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.6 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 4086.0 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: 0.4.3 (2014-06-16) @@ -1058,7 +1059,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.9 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 4147.3 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐งช Status: Experimental (no releases yet) @@ -1079,7 +1080,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.9 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 4227.4 days (avg. age of last 42 commits) * โ๏ธ License: Custom License * ๐งช Status: Experimental (no releases yet) @@ -1102,7 +1103,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.6 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 4268.0 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: 1.0.2 (2014-06-22) @@ -1125,7 +1126,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.7 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 4298.1 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: 0.7.5 (2014-06-22) @@ -1146,7 +1147,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: 4338.1 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 4347.6 days (avg. age of last 42 commits) * โ๏ธ License: Custom License * ๐ท๏ธ Latest Release: v1.4 (2022-04-29) @@ -1169,7 +1170,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: 4669.1 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 4678.6 days (avg. age of last 42 commits) * โ๏ธ License: No license found * ๐ท๏ธ Latest Release: v0.2 (2011-01-27) @@ -1192,7 +1193,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.8 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 4741.2 days (avg. age of last 42 commits) * โ๏ธ License: Custom License * ๐ท๏ธ Latest Release: v0.3 (2009-02-08) @@ -1209,6 +1210,31 @@ The implementation follows a clean three-class architecture: `SMain` handles the --- +### ychat + +* ๐ป Languages: C++ (62.8%), C/C++ (27.1%), HTML (3.1%), Config (2.5%), Perl (1.9%), Shell (1.9%), Make (0.4%), CSS (0.2%) +* ๐ Documentation: Text (100.0%) +* ๐ Commits: 67 +* ๐ Lines of Code: 27104 +* ๐ Lines of Documentation: 109 +* ๐
Development Period: 2008-05-15 to 2014-07-01 +* ๐ฅ Recent Activity: 5342.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 + +--- + ### netcalendar * ๐ป Languages: Java (83.0%), HTML (12.9%), XML (3.0%), CSS (0.8%), Make (0.2%) @@ -1217,7 +1243,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: 5362.5 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 5371.9 days (avg. age of last 42 commits) * โ๏ธ License: GPL-2.0 * ๐ท๏ธ Latest Release: v0.1 (2009-02-08) @@ -1242,7 +1268,7 @@ The implementation uses a clean separation of concerns with dedicated packages f * ๐ Commits: 80 * ๐ Lines of Code: 601 * ๐
Development Period: 2009-11-22 to 2011-10-17 -* ๐ฅ Recent Activity: 5458.1 days (avg. age of last 42 commits) +* ๐ฅ Recent Activity: 5467.6 days (avg. age of last 42 commits) * โ๏ธ License: Custom License * ๐งช Status: Experimental (no releases yet) @@ -1257,39 +1283,37 @@ The implementation uses a clean separation of concerns with modules for IRC conn --- -### ychat +### vs-sim -* ๐ Documentation: Text (100.0%) -* ๐ Commits: 67 +* ๐ Documentation: Markdown (100.0%) +* ๐ Commits: 411 * ๐ 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) +* ๐ Lines of Documentation: 7 +* ๐
Development Period: 2008-05-15 to 2015-05-23 +* ๐ฅ Recent Activity: 5828.5 days (avg. age of last 42 commits) * โ๏ธ License: No license found -* ๐ท๏ธ Latest Release: yhttpd-0.7.2 (2013-04-06) +* ๐ท๏ธ Latest Release: v1.0 (2008-08-24) โ ๏ธ **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. +VS-Sim is an open-source distributed systems simulator written in Java, developed as a diploma thesis at Aachen University of Applied Sciences. It provides a visual environment for simulating and understanding distributed system algorithms including consensus protocols (one-phase/two-phase commit), time synchronization (Berkeley, Lamport, vector clocks), and communication patterns (multicast, broadcast, reliable messaging). The simulator is useful for educational purposes, allowing students and researchers to visualize complex distributed system concepts through interactive simulations. -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. +The implementation features a modular architecture with separate packages for core processes, events, protocols, and visualization. It includes pre-built protocol implementations, a GUI-based simulator with start/pause/reset controls, serialization support for saving simulations, and comprehensive time modeling systems. The codebase demonstrates clean separation of concerns with abstract base classes for extensibility and a plugin-like protocol system for easy addition of new distributed algorithms. -=> https://codeberg.org/snonux/ychat View on Codeberg -=> https://github.com/snonux/ychat View on GitHub +=> https://codeberg.org/snonux/vs-sim View on Codeberg +=> https://github.com/snonux/vs-sim View on GitHub --- ### fype -* ๐ป Languages: C (72.1%), C/C++ (20.7%), HTML (5.7%), Make (1.5%) -* ๐ Documentation: Text (71.3%), LaTeX (28.7%) +* ๐ป Languages: C (71.3%), C/C++ (20.6%), HTML (6.6%), Make (1.5%) +* ๐ Documentation: Text (60.2%), LaTeX (39.8%) * ๐ Commits: 99 -* ๐ Lines of Code: 10196 -* ๐ Lines of Documentation: 1741 -* ๐
Development Period: 2008-05-15 to 2021-11-03 -* ๐ฅ Recent Activity: 5619.9 days (avg. age of last 42 commits) +* ๐ Lines of Code: 8906 +* ๐ Lines of Documentation: 1431 +* ๐
Development Period: 2008-05-15 to 2021-04-29 +* ๐ฅ Recent Activity: 5874.4 days (avg. age of last 42 commits) * โ๏ธ License: Custom License * ๐งช Status: Experimental (no releases yet) @@ -1301,25 +1325,3 @@ The implementation is built using a straightforward top-down parser with a maxim => https://codeberg.org/snonux/fype View on Codeberg => https://github.com/snonux/fype View on GitHub - ---- - -### vs-sim - -* ๐ Documentation: Markdown (100.0%) -* ๐ Commits: 411 -* ๐ Lines of Code: 0 -* ๐ Lines of Documentation: 7 -* ๐
Development Period: 2008-05-15 to 2015-05-23 -* ๐ฅ Recent Activity: 5819.1 days (avg. age of last 42 commits) -* โ๏ธ License: No license found -* ๐ท๏ธ Latest Release: v1.0 (2008-08-24) - -โ ๏ธ **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. - -VS-Sim is an open-source distributed systems simulator written in Java, developed as a diploma thesis at Aachen University of Applied Sciences. It provides a visual environment for simulating and understanding distributed system algorithms including consensus protocols (one-phase/two-phase commit), time synchronization (Berkeley, Lamport, vector clocks), and communication patterns (multicast, broadcast, reliable messaging). The simulator is useful for educational purposes, allowing students and researchers to visualize complex distributed system concepts through interactive simulations. - -The implementation features a modular architecture with separate packages for core processes, events, protocols, and visualization. It includes pre-built protocol implementations, a GUI-based simulator with start/pause/reset controls, serialization support for saving simulations, and comprehensive time modeling systems. The codebase demonstrates clean separation of concerns with abstract base classes for extensibility and a plugin-like protocol system for easy addition of new distributed algorithms. - -=> https://codeberg.org/snonux/vs-sim View on Codeberg -=> https://github.com/snonux/vs-sim View on GitHub |
