{"id":13412356,"url":"https://github.com/AlbertSuarez/advent-of-code-2018","last_synced_at":"2025-03-14T18:31:11.612Z","repository":{"id":112051735,"uuid":"159980971","full_name":"AlbertSuarez/advent-of-code-2018","owner":"AlbertSuarez","description":"🎄 Small programming puzzles that can be solved in any programming language you like.","archived":false,"fork":false,"pushed_at":"2019-11-29T11:52:36.000Z","size":88,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-07-31T20:50:48.151Z","etag":null,"topics":["advent-of-code","programming","puzzles"],"latest_commit_sha":null,"homepage":"https://asuarez.dev/advent-of-code-2018","language":"Python","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/AlbertSuarez.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":"2018-12-01T19:44:40.000Z","updated_at":"2019-11-29T11:52:57.000Z","dependencies_parsed_at":"2023-07-31T09:32:08.810Z","dependency_job_id":null,"html_url":"https://github.com/AlbertSuarez/advent-of-code-2018","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertSuarez%2Fadvent-of-code-2018","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertSuarez%2Fadvent-of-code-2018/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertSuarez%2Fadvent-of-code-2018/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlbertSuarez%2Fadvent-of-code-2018/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlbertSuarez","download_url":"https://codeload.github.com/AlbertSuarez/advent-of-code-2018/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243625089,"owners_count":20321228,"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","programming","puzzles"],"created_at":"2024-07-30T20:01:23.799Z","updated_at":"2025-03-14T18:31:11.608Z","avatar_url":"https://github.com/AlbertSuarez.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Advent of code 2018\n\n🎄 Small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. You don't need a computer science background to participate - just a little programming knowledge and some problem solving skills will get you pretty far. Nor do you need a fancy computer; every problem has a solution that completes in at most 15 seconds on ten-year-old hardware.\n\n## Requirements\n\n- Python 3.6+\n\n## Recommendations\n\nUsage of [virtualenv](https://realpython.com/blog/python/python-virtual-environments-a-primer/) is recommended for package library / runtime isolation.\n\n## Usage\n\nTo run the server, please execute the following from the root directory:\n\n1. Setup virtual environment\n\n```bash\npython3 -m venv env\nsource env/bin/activate\n```\n\n2. Install dependencies\n\n```bash\npip3 install -r requirements.txt\n```\n\n3. Run any problem solver\n    \n```bash\npython3 -m src.day_[DAY_NUMBER]\n```\n\n## Notes\n\nAll input data is kept in the `data` folder and all the problem solvers are saved in `src`.\n\n## Completion status\n\n| Problem  | Part 1             | Part 2             |\n|----------|--------------------|--------------------|\n| Day 01   | :heavy_check_mark: | :heavy_check_mark: |\n| Day 02   | :heavy_check_mark: | :heavy_check_mark: |\n| Day 03   | :heavy_check_mark: | :heavy_check_mark: |\n| Day 04   | :heavy_check_mark: | :heavy_check_mark: |\n| Day 05   | :heavy_check_mark: | :heavy_check_mark: |\n| Day 06   | :heavy_check_mark: | :heavy_check_mark: |\n| Day 07   | :heavy_check_mark: | :heavy_check_mark: |\n| Day 08   | :x:                | :x:                |\n| Day 09   | :x:                | :x:                |\n| Day 10   | :x:                | :x:                |\n| Day 11   | :x:                | :x:                |\n| Day 12   | :x:                | :x:                |\n| Day 13   | :x:                | :x:                |\n| Day 14   | :x:                | :x:                |\n| Day 15   | :x:                | :x:                |\n| Day 16   | :x:                | :x:                |\n| Day 17   | :x:                | :x:                |\n| Day 18   | :x:                | :x:                |\n| Day 19   | :x:                | :x:                |\n| Day 20   | :x:                | :x:                |\n| Day 21   | :x:                | :x:                |\n| Day 22   | :x:                | :x:                |\n| Day 23   | :x:                | :x:                |\n| Day 24   | :x:                | :x:                |\n\n## License\n\nMIT © Albert Suarez\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAlbertSuarez%2Fadvent-of-code-2018","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAlbertSuarez%2Fadvent-of-code-2018","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAlbertSuarez%2Fadvent-of-code-2018/lists"}