{"id":20758616,"url":"https://github.com/jacobious52/adventofcode2018","last_synced_at":"2026-04-21T11:36:29.641Z","repository":{"id":96085997,"uuid":"160013261","full_name":"Jacobious52/AdventOfCode2018","owner":"Jacobious52","description":"My Advent of Code 2018 Repo. In Swift Plargrounds","archived":false,"fork":false,"pushed_at":"2018-12-16T11:00:54.000Z","size":494,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-25T23:36:40.742Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Swift","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/Jacobious52.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}},"created_at":"2018-12-02T04:27:14.000Z","updated_at":"2018-12-16T11:00:55.000Z","dependencies_parsed_at":"2023-03-31T16:21:38.636Z","dependency_job_id":null,"html_url":"https://github.com/Jacobious52/AdventOfCode2018","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jacobious52/AdventOfCode2018","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jacobious52%2FAdventOfCode2018","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jacobious52%2FAdventOfCode2018/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jacobious52%2FAdventOfCode2018/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jacobious52%2FAdventOfCode2018/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jacobious52","download_url":"https://codeload.github.com/Jacobious52/AdventOfCode2018/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jacobious52%2FAdventOfCode2018/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32090408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"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":[],"created_at":"2024-11-17T09:52:35.954Z","updated_at":"2026-04-21T11:36:29.634Z","avatar_url":"https://github.com/Jacobious52.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AdventOfCode2018\nMy Advent of Code 2018 Repo. Not going for best solutions or times just practicing programming in Swift\n\n**AdventOfCode2018.playground** - Swift Playground problems live here. Playgrounds is really slow so running most problems with full input requires compiling swift files as binary.\n\n### Day 1\n\n**[Part 1](AdventOfCode2018.playground/Pages/Day1Part1.xcplaygroundpage/Contents.swift)**\n\n**[Part 2](AdventOfCode2018.playground/Pages/Day1Part2.xcplaygroundpage/Contents.swift)**\n\n### Day 2\n\n**[Part 1](AdventOfCode2018.playground/Pages/Day2Part1.xcplaygroundpage/Contents.swift)**\n\n**[Part 2](AdventOfCode2018.playground/Pages/Day2Part2.xcplaygroundpage/Contents.swift)**\n\n### Day 3\n\n**[Part 1](AdventOfCode2018.playground/Pages/Day3Part1.xcplaygroundpage/Contents.swift)**\n\n**[Part 2](AdventOfCode2018.playground/Pages/Day3Part2.xcplaygroundpage/Contents.swift)**\n\n### Day 4\n\n**[Part 1](AdventOfCode2018.playground/Pages/Day4Part1.xcplaygroundpage/Contents.swift)**\n\n**[Part 2](AdventOfCode2018.playground/Pages/Day4Part2.xcplaygroundpage/Contents.swift)**\n\n### Day 5\n\n**[Part 1](AdventOfCode2018.playground/Pages/Day5Part1.xcplaygroundpage/Contents.swift)**\n\n**[Part 2](AdventOfCode2018.playground/Pages/Day5Part2.xcplaygroundpage/Contents.swift)**\n\n### Day 6\n\n**[Part 1](AdventOfCode2018.playground/Pages/Day6Part1.xcplaygroundpage/Contents.swift)**\n\n**[Part 2](AdventOfCode2018.playground/Pages/Day6Part2.xcplaygroundpage/Contents.swift)**\n\n### Day 7\n\n**[Part 1](AdventOfCode2018.playground/Pages/Day7Part1.xcplaygroundpage/Contents.swift)**\n\n**[Part 2](AdventOfCode2018.playground/Pages/Day7Part2.xcplaygroundpage/Contents.swift)**\n\n### Day 8\n\n**[Part 1](AdventOfCode2018.playground/Pages/Day8Part1.xcplaygroundpage/Contents.swift)**\n\n**[Part 2](AdventOfCode2018.playground/Pages/Day8Part2.xcplaygroundpage/Contents.swift)**\n\n### Day 9\n\n**[Part 1](AdventOfCode2018.playground/Pages/Day9Part1.xcplaygroundpage/Contents.swift)**\n\n**[Part 2](AdventOfCode2018.playground/Pages/Day9Part2.xcplaygroundpage/Contents.swift)**\n\n### Day 10\n\n**[Part 1](AdventOfCode2018.playground/Pages/Day10Part1.xcplaygroundpage/Contents.swift)**\n\n**[Part 2](AdventOfCode2018.playground/Pages/Day10Part2.xcplaygroundpage/Contents.swift)**\n\n### Day 11\n\n**[Part 1](AdventOfCode2018.playground/Pages/Day11Part1.xcplaygroundpage/Contents.swift)**\n\n**[Part 2](AdventOfCode2018.playground/Pages/Day11Part2.xcplaygroundpage/Contents.swift)**\n\n### Day 12\n\n**[Part 1](AdventOfCode2018.playground/Pages/Day12Part1.xcplaygroundpage/Contents.swift)**\n\n**[Part 2](AdventOfCode2018.playground/Pages/Day12Part2.xcplaygroundpage/Contents.swift)**\n\n### Day 13\n\n**[Part 1](AdventOfCode2018.playground/Pages/Day13Part1.xcplaygroundpage/Contents.swift)**\n\n**[Part 2](AdventOfCode2018.playground/Pages/Day13Part2.xcplaygroundpage/Contents.swift)**\n\n### Day 14\n\n**[Part 1](AdventOfCode2018.playground/Pages/Day14Part1.xcplaygroundpage/Contents.swift)**\n\n**[Part 2](AdventOfCode2018.playground/Pages/Day14Part2.xcplaygroundpage/Contents.swift)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobious52%2Fadventofcode2018","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacobious52%2Fadventofcode2018","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobious52%2Fadventofcode2018/lists"}