{"id":22439290,"url":"https://github.com/gabin221/advent_of_code","last_synced_at":"2026-05-15T22:36:47.145Z","repository":{"id":226132649,"uuid":"767734381","full_name":"Gabin221/Advent_of_code","owner":"Gabin221","description":"Ce repo contient des solutions des puzzles proposés pour Advent of Code.","archived":false,"fork":false,"pushed_at":"2025-12-01T19:05:11.000Z","size":1165,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-04T09:17:31.020Z","etag":null,"topics":["advent-calendar","advent-calendar-for-developers","advent-calendars-2023","advent-of-code","advent-of-code-2023","challenges","coding","development","kotlin","open-source","personnal-project","programming","programming-languages","python","resolutions","riddles","solutions","training"],"latest_commit_sha":null,"homepage":"","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/Gabin221.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-05T20:02:56.000Z","updated_at":"2025-12-01T19:05:15.000Z","dependencies_parsed_at":"2024-03-09T21:15:09.498Z","dependency_job_id":"d8a55c56-abc0-4ca6-8b3c-900b4a856033","html_url":"https://github.com/Gabin221/Advent_of_code","commit_stats":null,"previous_names":["gabin221/advent_of_code"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Gabin221/Advent_of_code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gabin221%2FAdvent_of_code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gabin221%2FAdvent_of_code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gabin221%2FAdvent_of_code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gabin221%2FAdvent_of_code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gabin221","download_url":"https://codeload.github.com/Gabin221/Advent_of_code/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gabin221%2FAdvent_of_code/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33082107,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["advent-calendar","advent-calendar-for-developers","advent-calendars-2023","advent-of-code","advent-of-code-2023","challenges","coding","development","kotlin","open-source","personnal-project","programming","programming-languages","python","resolutions","riddles","solutions","training"],"created_at":"2024-12-06T01:13:37.064Z","updated_at":"2026-05-15T22:36:47.128Z","avatar_url":"https://github.com/Gabin221.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent-of-code\n\nCe dépôt contient mes solutions aux différents **Advent of Code**, implémentées en **Python** et **Kotlin**.  \nChaque année/jour est organisé dans une arborescence claire avec des fichiers d’entrée (`input.txt`) et un squelette de code identique dans chaque langage.\n\n---\n\n## Structure du projet\n\nAdvent_of_code/  \n├── data/ # script copier chaque jour  \n│ ├── main.py  \n│ └── Main.kt  \n├── 2015/  \n│ └── j1/ # Jour 1 - Année 2015  \n│ ├── main.py  \n│ ├── Main.kt  \n│ ├── input.txt  \n│ └── j2/ # Jour 2 - Année 2015  \n│ ├── main.py  \n│ ├── Main.kt  \n│ ├── input.txt  \n\n## Utilisation\n\n### Python\n\n```bash\ncd 2015/j1\npython3 main.py\n```\n\n### Kotlin\n\n```bash\ncd 2015/j1\nkotlinc Main.kt -include-runtime -d main.jar \u0026\u0026 java -jar main.jar\n```\n\n### Langages utilisés : Python, Kotlin\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabin221%2Fadvent_of_code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabin221%2Fadvent_of_code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabin221%2Fadvent_of_code/lists"}