{"id":16167530,"url":"https://github.com/samcarlberg/adventofcode","last_synced_at":"2025-04-07T05:51:40.304Z","repository":{"id":82586417,"uuid":"47289460","full_name":"SamCarlberg/AdventOfCode","owner":"SamCarlberg","description":"Solutions for the 2015 Advent of Code (http://adventofcode.com/)","archived":false,"fork":false,"pushed_at":"2015-12-06T08:42:44.000Z","size":101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T10:18:20.221Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/SamCarlberg.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}},"created_at":"2015-12-02T21:23:49.000Z","updated_at":"2015-12-04T02:15:59.000Z","dependencies_parsed_at":"2023-03-21T04:19:13.168Z","dependency_job_id":null,"html_url":"https://github.com/SamCarlberg/AdventOfCode","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/SamCarlberg%2FAdventOfCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamCarlberg%2FAdventOfCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamCarlberg%2FAdventOfCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamCarlberg%2FAdventOfCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamCarlberg","download_url":"https://codeload.github.com/SamCarlberg/AdventOfCode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247601486,"owners_count":20964864,"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-10-10T03:08:28.070Z","updated_at":"2025-04-07T05:51:40.280Z","avatar_url":"https://github.com/SamCarlberg.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code\nJava solutions for the 2015 [Advent of Code](http://adventofcode.com/)\n\n## Building\n\nCommand line (Windows, OS X, and Linux)  \n1. Clone the repository and cd into it   \n2. Run `gradle build` (Windows) or `./gradlew build` (OS X, Linux)  \n3. Build artifacts are placed in `build/`; the jar will be at `build/libs/AdventOfCode.jar`\n\n\n## Running\n\nRunning `java -jar AdventOfCode.jar` will run all solutions in order, starting from day 1 and ending\nwith the last day that a solution has been written for.\n(There's no guarantee that this will always be up to date while the advent is ongoing)\n\nYou can specify which solutions to run from the command line. For example, if you only want to run\nthe solutions for days 1, 3, and 6, enter `java -jar AdventOfCode.jar 1 3 6`.\nThese will still run in order, regardless of the order of the arguments\n(e.g. `java -jar AdventOfCode 3 2 1` will run the solution for day 1, then the solution for day 2, then the one for day 3)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamcarlberg%2Fadventofcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamcarlberg%2Fadventofcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamcarlberg%2Fadventofcode/lists"}