{"id":22439290,"url":"https://github.com/gabin221/advent_of_code","last_synced_at":"2025-09-08T11:04:20.453Z","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-09-01T18:58:16.000Z","size":1160,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T20:42:20.057Z","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-09-01T18:58:20.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":274174268,"owners_count":25235203,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-09-08T11:04:20.448Z","avatar_url":"https://github.com/Gabin221.png","language":"Python","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","funding_links":[],"categories":[],"sub_categories":[],"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"}