{"id":19874216,"url":"https://github.com/pythoninthegrass/aoc","last_synced_at":"2025-06-29T00:32:58.715Z","repository":{"id":85073690,"uuid":"434689192","full_name":"pythoninthegrass/aoc","owner":"pythoninthegrass","description":"Advent of Code","archived":false,"fork":false,"pushed_at":"2025-02-07T23:07:13.000Z","size":1236,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-04T15:38:17.392Z","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/pythoninthegrass.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":"2021-12-03T18:03:25.000Z","updated_at":"2021-12-19T22:03:06.000Z","dependencies_parsed_at":"2025-05-28T09:39:56.125Z","dependency_job_id":"7c4c995f-4eba-4b52-9c18-0625a18eaf1c","html_url":"https://github.com/pythoninthegrass/aoc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pythoninthegrass/aoc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythoninthegrass%2Faoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythoninthegrass%2Faoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythoninthegrass%2Faoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythoninthegrass%2Faoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pythoninthegrass","download_url":"https://codeload.github.com/pythoninthegrass/aoc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythoninthegrass%2Faoc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262518102,"owners_count":23323301,"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-11-12T16:22:20.598Z","updated_at":"2025-06-29T00:32:58.681Z","avatar_url":"https://github.com/pythoninthegrass.png","language":"Python","readme":"# Advent of Code Entries\n\u003cimg src=\"https://user-images.githubusercontent.com/4097471/144654508-823c6e31-5e10-404c-9f9f-0d6b9d6ce617.jpg\" width=\"300\"\u003e\n\nHere a few entries to the Advent of Code challenge, which is a coding challenge advent calendar created by Eric Wastl.\n\n[Semi-private leaderboard](https://adventofcode.com/2021/leaderboard/private/view/1755756) via code `1755756-b2d0233e`; security through obscurity or something like that.\n\nFor more info: [Advent of Code site](http://adventofcode.com/). \n\n## Usage\n* Poetry\n    * TODO\n* Docker\n    ```bash\n    # move to repo directory\n    cd aoc\n\n    # build image w/Dockerfile\n    docker build -t runner .\n\n    # run default bash entrypoint\n    docker run -it --rm -v $(pwd):/home/appuser/app runner\n\n    # run a script w/in container\n    cd 01_sonar_sweep\n    python sonar_sweep.py\n\n    # stop container\n    exit\n    ```\n\n## Debugging\n* Raise cap of List Index Limit Max from 300 via\n```bash\n# ~/.vscode/extensions/ms-python.python-*/pythonFiles/lib/python/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_resolver.py\nMAX_ITEMS_TO_HANDLE = 1000\n```\n[Visual Studio Code - Python - List Index Limit Max 300 - Debugger - Stack Overflow](https://stackoverflow.com/questions/56324745/visual-studio-code-python-list-index-limit-max-300-debugger)\n\n## TODO\n* Poetry usage\n* ~~Dockerfile~~\n* Replace csv w/[feather](https://towardsdatascience.com/stop-using-csvs-for-storage-this-file-format-is-150-times-faster-158bd322074e)\n* Keep going\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythoninthegrass%2Faoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpythoninthegrass%2Faoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythoninthegrass%2Faoc/lists"}