{"id":15407252,"url":"https://github.com/xhyrom/aoc","last_synced_at":"2025-07-15T21:41:42.475Z","repository":{"id":210361630,"uuid":"726373889","full_name":"xhyrom/aoc","owner":"xhyrom","description":"my advent of code solutions and tooling","archived":false,"fork":false,"pushed_at":"2025-03-12T14:58:17.000Z","size":614,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-18T15:05:45.733Z","etag":null,"topics":["2023","2024","advent","adventofcode","aoc","christmas","programming","puzzles","year"],"latest_commit_sha":null,"homepage":"https://aoc.xhyrom.dev","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/xhyrom.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,"zenodo":null}},"created_at":"2023-12-02T07:40:15.000Z","updated_at":"2025-03-12T14:58:20.000Z","dependencies_parsed_at":"2024-12-13T13:36:18.626Z","dependency_job_id":"f711f320-d542-44b3-a005-a6d3dba2aa18","html_url":"https://github.com/xhyrom/aoc","commit_stats":{"total_commits":83,"total_committers":3,"mean_commits":"27.666666666666668","dds":0.4819277108433735,"last_synced_commit":"bde3f8af896e7cb70a7e7fd4135473d9bb25b8a8"},"previous_names":["xhyrom/aoc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xhyrom/aoc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhyrom%2Faoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhyrom%2Faoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhyrom%2Faoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhyrom%2Faoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xhyrom","download_url":"https://codeload.github.com/xhyrom/aoc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhyrom%2Faoc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265461802,"owners_count":23769886,"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":["2023","2024","advent","adventofcode","aoc","christmas","programming","puzzles","year"],"created_at":"2024-10-01T16:28:02.640Z","updated_at":"2025-07-15T21:41:42.449Z","avatar_url":"https://github.com/xhyrom.png","language":"Python","readme":"# Advent of Code\n\nIn this repository, you can find all my solutions to the [Advent of Code](http://adventofcode.com/) puzzles mostly written in Python.\n\n### 🌟 What is Advent of Code?\n\n[Advent of Code](http://adventofcode.com/) is an annual coding event featuring 25 programming\npuzzles, one for each day from December 1st to December 25th. These puzzles can be solved in\nany programming language, offering a fun and engaging way to test your skills and learn new\nconcepts during the holiday season.\n\n### Usage\n\nTo use the tools in this repository, follow these steps:\n\n1. Clone the repository\n2. Setup a virtual environment and install dependencies\n\n```bash\npython -m venv .env\npip install -r requirements.txt\n```\n\n3. Create a `.env` file in the root of the repository with your session token\n\n```bash\necho \"AOC_SESSION=\u003cyour session token\u003e\" \u003e .env\n```\n\nReplace `\u003cyour session token\u003e` with your session token from the [Advent of Code](http://adventofcode.com/) website.\n\nAfter that, you can use the provided tool to set up the folder and input file for a new day:\n\n```bash\n./jolt\n```\n\nTo run the tests for current day, use:\n\n```bash\n./jolt run\n```\n\n### Commands\n\nThe tool `jolt` provides the following commands:\n\n```bash\nUsage:  [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n  --help  Show this message and exit.\n\nCommands:\n  bench     Benchmark solution(s) for specified day(s) and year(s).\n  calendar  Prints the calendar for the specified year.\n  puzzle    Create a new puzzle solution template.\n  run       Run solution(s) for specified day and year.\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxhyrom%2Faoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxhyrom%2Faoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxhyrom%2Faoc/lists"}