https://github.com/lorransutter/coding-challenges
Coding challenges dashboard
https://github.com/lorransutter/coding-challenges
advent-of-code coding-puzzle everybody-codes leetcode
Last synced: about 10 hours ago
JSON representation
Coding challenges dashboard
- Host: GitHub
- URL: https://github.com/lorransutter/coding-challenges
- Owner: LorranSutter
- Created: 2026-05-26T04:06:09.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2026-06-16T21:46:21.000Z (5 days ago)
- Last Synced: 2026-06-16T23:22:14.690Z (5 days ago)
- Topics: advent-of-code, coding-puzzle, everybody-codes, leetcode
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🏆 Coding Challenges Dashboard
Welcome to my central hub for tracking coding challenges! This repository consolidates my progress across various programming platforms and events.
Rather than pinning multiple individual repositories, this dashboard dynamically aggregates and displays up-to-date stats from my active challenge repositories.
## 🔗 Repositories Included
- **[Advent of Code](https://github.com/LorranSutter/advent-of-code)**: Annual December coding puzzles (Python).
- **[Everybody Codes](https://github.com/LorranSutter/everybody-codes)**: Annual November story-based coding challenges (Python).
- **[LeetCode](https://github.com/LorranSutter/leet-code)**: Algorithm and problem-solving practice (Go).
- **[URI Online Judge](https://github.com/LorranSutter/URI-Online-Judge)**: Archive of online judge problems (Python).
---
## 📊 Consolidated Progress
> ### 🏆 **Grand Total: 639 coding challenges completed!**
>
> - **Advent of Code**: 100/124 parts (80.6%)
> - **Everybody Codes**: 55/69 parts (79.7%)
> - **LeetCode**: 128 problems solved
> - **URI Online Judge**: 356 problems solved
### [🎄 Advent of Code](https://github.com/LorranSutter/advent-of-code)
> **Overall: 100/124 parts solved (81%)**
### [2023](https://github.com/LorranSutter/advent-of-code/tree/main/2023/)
`██████████████████████████████████░░░░░░░░░░░░░░░░` **34/50** parts solved (68%)
### [2024](https://github.com/LorranSutter/advent-of-code/tree/main/2024/)
`█████████████████████████████████████████████░░░░░` **45/50** parts solved (90%)
### [2025](https://github.com/LorranSutter/advent-of-code/tree/main/2025/)
`█████████████████████░░░` **21/24** parts solved (88%)
---
### [🦆 Everybody Codes](https://github.com/LorranSutter/everybody-codes)
> **Overall: 55/69 parts solved (80%)**
### [2024 — Story: Echoes of Enigmatus](https://github.com/LorranSutter/everybody-codes/tree/main/2024/story/)
`█████████` **9/9** parts solved (100%)
### [2025 — Event: The Song of Ducks and Dragons](https://github.com/LorranSutter/everybody-codes/tree/main/2025/event/)
`██████████████████████████████████████████████░░░░░░░░░░░░░░` **46/60** parts solved (77%)
---
### [💡 LeetCode](https://github.com/LorranSutter/leet-code)
[](https://leetcode.com/)
---
### [🌐 URI Online Judge](https://github.com/LorranSutter/URI-Online-Judge)
[](https://www.beecrowd.com.br/)
---
## 🛠️ How It Works
This repository is fully automated:
1. A **GitHub Actions Workflow** (`update-dashboard.yml`) runs daily.
2. It dynamically clones the latest `main` branches of the four source repositories.
3. It executes `generate_dashboard.py` to scan each repository's `README.md` progress markers, rewrite relative links to absolute ones, calculate the grand totals, and update this file.
4. If and only if changes are detected, it commits and pushes the updated README.