{"id":22519410,"url":"https://github.com/ohhnate/adventofcodegui","last_synced_at":"2025-03-28T02:45:52.793Z","repository":{"id":266222148,"uuid":"897628969","full_name":"ohhnate/AdventOfCodeGUI","owner":"ohhnate","description":"Advent of Code GUI","archived":false,"fork":false,"pushed_at":"2024-12-03T06:45:21.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-03T07:34:32.554Z","etag":null,"topics":["advent-of-code","csharp","gui"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ohhnate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-03T00:40:45.000Z","updated_at":"2024-12-03T06:45:25.000Z","dependencies_parsed_at":"2024-12-03T12:51:04.618Z","dependency_job_id":null,"html_url":"https://github.com/ohhnate/AdventOfCodeGUI","commit_stats":null,"previous_names":["ohhnate/adventofcodegui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohhnate%2FAdventOfCodeGUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohhnate%2FAdventOfCodeGUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohhnate%2FAdventOfCodeGUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohhnate%2FAdventOfCodeGUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ohhnate","download_url":"https://codeload.github.com/ohhnate/AdventOfCodeGUI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236748983,"owners_count":19198622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["advent-of-code","csharp","gui"],"created_at":"2024-12-07T04:19:58.576Z","updated_at":"2025-02-02T04:14:04.229Z","avatar_url":"https://github.com/ohhnate.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code 2024 w/GUI\n\nMy solutions for [Advent of Code 2024](https://adventofcode.com/2024) in C#.\nI will be updating the solutions, helpers, and GUI while the challenge advances as needed.\n\n## Project Structure\n\n```\nAdvent2024/\n├── Days/           # Solution for each day\n│   ├── Day1.cs\n│   └── ...\n├── Inputs/         # Inputs for each day\n│   ├── day1input.txt\n│   └── ...\n├── Helpers/        # Utility classes\n│   ├── FileHelper.cs\n│   ├── GraphHelper.cs\n│   ├── GridHelper.cs\n│   └── MathHelper.cs\n└── README.md\n```\n\n## Features\n\n- Modern C# (.NET 8.0)\n- GUI interface for running solutions\n- Command-line support\n- Helper utilities for common AoC operations\n- Performance timing for solutions\n\n## Usage\n\n### GUI Mode\n\nRun the application without arguments to launch the GUI interface:\n\n```bash\ndotnet run\n```\n\n### Command Line Mode\n\nRun a specific day's solution:\n\n```bash\ndotnet run -- \u003cday\u003e\n```\n\nExample:\n\n```bash\ndotnet run -- 1\n```\n\n## Helper Utilities\n\n### FileHelper\n\n- File reading operations\n- Multi-column data parsing\n- Grid parsing\n- JSON parsing\n- Group reading\n\n### MathHelper\n\n- GCD/LCM calculations\n- Prime number operations\n- Manhattan distance\n- Range operations\n\n## License\n\nThis project is open source and available under the [MIT License](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohhnate%2Fadventofcodegui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fohhnate%2Fadventofcodegui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohhnate%2Fadventofcodegui/lists"}