{"id":19135913,"url":"https://github.com/glasstoestudio/adventofcode_2022","last_synced_at":"2026-06-18T08:31:05.221Z","repository":{"id":209875638,"uuid":"573006425","full_name":"GlassToeStudio/AdventOfCode_2022","owner":"GlassToeStudio","description":"Advent of Code 2022 solutions","archived":false,"fork":false,"pushed_at":"2023-11-29T15:12:44.000Z","size":74,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-13T08:13:53.487Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GlassToeStudio.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-12-01T13:56:33.000Z","updated_at":"2022-12-15T01:28:05.000Z","dependencies_parsed_at":"2024-06-28T01:10:26.924Z","dependency_job_id":null,"html_url":"https://github.com/GlassToeStudio/AdventOfCode_2022","commit_stats":null,"previous_names":["glasstoestudio/adventofcode_2022"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GlassToeStudio/AdventOfCode_2022","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlassToeStudio%2FAdventOfCode_2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlassToeStudio%2FAdventOfCode_2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlassToeStudio%2FAdventOfCode_2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlassToeStudio%2FAdventOfCode_2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GlassToeStudio","download_url":"https://codeload.github.com/GlassToeStudio/AdventOfCode_2022/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlassToeStudio%2FAdventOfCode_2022/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34483274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-09T06:32:37.642Z","updated_at":"2026-06-18T08:31:05.199Z","avatar_url":"https://github.com/GlassToeStudio.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eDay 1: Calorie Counting\u003c/b\u003e\u003c/summary\u003e\n\u003cp\u003e\nThe Elves take turns writing down the number of Calories contained by the various meals, snacks, rations, etc. that they've brought with them, one item per line. Each Elf separates their own inventory from the previous Elf's inventory (if any) by a blank line.\n\n```\n1000\n2000\n3000\n\n4000\n\n5000\n6000\n\n7000\n8000\n9000\n\n10000\n```\n\n### Part 1:\n\nFind the Elf carrying the most Calories. How many total Calories is that Elf carrying?\n\n### Part 2:\n\nFind the top three Elves carrying the most Calories. How many Calories are those Elves carrying in total?\n\n\u003c/p\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eDay 2: Rock Paper Scissors\u003c/b\u003e\u003c/summary\u003e\n\u003cp\u003e\nOverall description\n\n```\n\n```\n\n### Part 1:\n\nPart 1 description\n\n### Part 2:\n\nPart 2 description\n\n\u003c/p\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eDay 3: Rucksack Reorganization\u003c/b\u003e\u003c/summary\u003e\n\u003cp\u003e\nOverall description\n\n```\n\n```\n\n### Part 1:\n\nPart 1 description\n\n### Part 2:\n\nPart 2 description\n\n\u003c/p\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eDay 4: Camp Cleanup\u003c/b\u003e\u003c/summary\u003e\n\u003cp\u003e\nOverall description\n\n```\n\n```\n\n### Part 1:\n\nPart 1 description\n\n### Part 2:\n\nPart 2 description\n\n\u003c/p\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eDay 5: Supply Stacks\u003c/b\u003e\u003c/summary\u003e\n\u003cp\u003e\nOverall description\n\n```\n\n```\n\n### Part 1:\n\nPart 1 description\n\n### Part 2:\n\nPart 2 description\n\n\u003c/p\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eDay 6: Tuning Trouble\u003c/b\u003e\u003c/summary\u003e\n\u003cp\u003e\nOverall description\n\n```\n\n```\n\n### Part 1:\n\nPart 1 description\n\n### Part 2:\n\nPart 2 description\n\n\u003c/p\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eDay 7: No Space Left On Device\u003c/b\u003e\u003c/summary\u003e\n\u003cp\u003e\nOverall description\n\n```\n\n```\n\n### Part 1:\n\nPart 1 description\n\n### Part 2:\n\nPart 2 description\n\n\u003c/p\u003e\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglasstoestudio%2Fadventofcode_2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglasstoestudio%2Fadventofcode_2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglasstoestudio%2Fadventofcode_2022/lists"}