{"id":28168522,"url":"https://github.com/ericdude4/matrix_traversal","last_synced_at":"2025-09-04T00:10:20.075Z","repository":{"id":292210359,"uuid":"301914697","full_name":"ericdude4/matrix_traversal","owner":"ericdude4","description":"Traverse through an n by n matrix in a spiral pattern, outputting coordinates at each location","archived":false,"fork":false,"pushed_at":"2020-10-07T16:24:34.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-10T07:12:44.813Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/ericdude4.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":"2020-10-07T03:14:52.000Z","updated_at":"2020-10-07T16:24:36.000Z","dependencies_parsed_at":"2025-05-08T17:51:24.830Z","dependency_job_id":"33394810-2aa7-4a2c-aea0-b18f0c688f37","html_url":"https://github.com/ericdude4/matrix_traversal","commit_stats":null,"previous_names":["ericdude4/matrix_traversal"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ericdude4/matrix_traversal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericdude4%2Fmatrix_traversal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericdude4%2Fmatrix_traversal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericdude4%2Fmatrix_traversal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericdude4%2Fmatrix_traversal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericdude4","download_url":"https://codeload.github.com/ericdude4/matrix_traversal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericdude4%2Fmatrix_traversal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273529825,"owners_count":25121877,"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-03T02:00:09.631Z","response_time":76,"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":[],"created_at":"2025-05-15T15:13:43.499Z","updated_at":"2025-09-04T00:10:20.018Z","avatar_url":"https://github.com/ericdude4.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Matrix traversal\n\n`cd` into this directory and run in an interactive elixir session with `iex -S mix`\n\n```elixir\nMatrix.traverse(5)\n\u003e (0, 0), (1, 0), (2, 0), (3, 0), (4, 0), (4, 1), (4, 2), (4, 3), (4, 4), (3, 4), (2, 4), (1, 4), (0, 4), (0, 3), (0, 2), (0, 1), (1, 1), (2, 1), (3, 1), (3, 2), (3, 3), (2, 3), (1, 3), (1, 2), (2, 2), finish\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericdude4%2Fmatrix_traversal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericdude4%2Fmatrix_traversal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericdude4%2Fmatrix_traversal/lists"}