{"id":26317226,"url":"https://github.com/magicant/sudoku-solver-in-d","last_synced_at":"2026-01-02T06:50:38.652Z","repository":{"id":21625524,"uuid":"24946031","full_name":"magicant/sudoku-solver-in-d","owner":"magicant","description":"A simple sudoku solver written in D","archived":false,"fork":false,"pushed_at":"2014-10-12T14:09:32.000Z","size":180,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-16T04:55:15.565Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"D","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/magicant.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":"2014-10-08T15:04:17.000Z","updated_at":"2014-10-08T15:05:11.000Z","dependencies_parsed_at":"2022-08-18T14:12:42.233Z","dependency_job_id":null,"html_url":"https://github.com/magicant/sudoku-solver-in-d","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicant%2Fsudoku-solver-in-d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicant%2Fsudoku-solver-in-d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicant%2Fsudoku-solver-in-d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicant%2Fsudoku-solver-in-d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magicant","download_url":"https://codeload.github.com/magicant/sudoku-solver-in-d/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243732199,"owners_count":20338839,"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":"2025-03-15T13:18:49.840Z","updated_at":"2026-01-02T06:50:38.606Z","avatar_url":"https://github.com/magicant.png","language":"D","funding_links":[],"categories":[],"sub_categories":[],"readme":"sudoku-solver-in-d\n==================\n\nA simple sudoku solver written in D\n\nUsage:\n\n```\n$ dub build\nBuilding sudoku ~master configuration \"application\", build type debug.\nCompiling using dmd...\nLinking...\n$ cat sample.txt\n1 0 0 4 0 0 7 0 9\n0 5 0 7 8 0 0 2 0\n7 0 9 0 2 3 0 0 6\n3 0 0 6 0 0 0 0 0\n6 4 0 0 7 0 0 1 2\n9 0 8 0 0 2 0 4 5\n2 3 0 5 0 4 8 0 0\n0 6 0 0 9 0 0 3 0\n8 0 7 0 0 1 0 6 4\n$ ./sudoku \u003csample.txt\nSolution 1:\n1 2 3 4 5 6 7 8 9\n4 5 6 7 8 9 1 2 3\n7 8 9 1 2 3 4 5 6\n3 1 2 6 4 5 9 7 8\n6 4 5 9 7 8 3 1 2\n9 7 8 3 1 2 6 4 5\n2 3 1 5 6 4 8 9 7\n5 6 4 8 9 7 2 3 1\n8 9 7 2 3 1 5 6 4\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagicant%2Fsudoku-solver-in-d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagicant%2Fsudoku-solver-in-d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagicant%2Fsudoku-solver-in-d/lists"}