{"id":22147594,"url":"https://github.com/neofox/advent-of-code-elixir","last_synced_at":"2025-03-24T12:26:36.846Z","repository":{"id":265674875,"uuid":"896450710","full_name":"Neofox/advent-of-code-elixir","owner":"Neofox","description":"Advent Of Code solutions in elixir","archived":false,"fork":false,"pushed_at":"2024-12-09T07:17:10.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"2024","last_synced_at":"2025-01-29T17:44:31.518Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/Neofox.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":"2024-11-30T11:56:04.000Z","updated_at":"2024-12-09T07:17:13.000Z","dependencies_parsed_at":"2025-01-29T17:41:20.204Z","dependency_job_id":"52d90e22-37c8-4e72-9c91-fecb40234044","html_url":"https://github.com/Neofox/advent-of-code-elixir","commit_stats":null,"previous_names":["neofox/advent-of-code-elixir"],"tags_count":0,"template":false,"template_full_name":"mhanberg/advent-of-code-elixir-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neofox%2Fadvent-of-code-elixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neofox%2Fadvent-of-code-elixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neofox%2Fadvent-of-code-elixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neofox%2Fadvent-of-code-elixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Neofox","download_url":"https://codeload.github.com/Neofox/advent-of-code-elixir/tar.gz/refs/heads/2024","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245268674,"owners_count":20587645,"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":[],"created_at":"2024-12-01T23:18:53.685Z","updated_at":"2025-03-24T12:26:36.807Z","avatar_url":"https://github.com/Neofox.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code Elixir version\n\n## Runing steps\n\n### Dependencies update\n\n```bash\nmix deps.get\n```\n\n### Running tests\n\n```bash\nmix test\n```\n\n### Running a day (day 1 part 1 for example)\n\n```bash\nmix d01.p1\n```\n\nif you want to run the benchmark, you can add the `-b` flag\n\n```bash\nmix d01.p1 -b\n```\n\n### Optional Automatic Input Retriever\n\nThis starter comes with a module that will automatically get your inputs so you\ndon't have to mess with copy/pasting. Don't worry, it automatically caches your\ninputs to your machine so you don't have to worry about slamming the Advent of\nCode server. You can do enanle it by creating a `config/secrets.exs` file containing\nthe following:\n\n```elixir\nimport Config\n\nconfig :advent_of_code, AdventOfCode.Input,\n  allow_network?: true,\n  session_cookie: \"...\" # yours will be longer\n```\n\nAfter which, you can retrieve your inputs using the module:\n\n```elixir\nAdventOfCode.Input.get!(day, year)\nAdventOfCode.Input.get!(7)\nAdventOfCode.Input.delete!(7, 2019)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneofox%2Fadvent-of-code-elixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneofox%2Fadvent-of-code-elixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneofox%2Fadvent-of-code-elixir/lists"}