{"id":18266805,"url":"https://github.com/zdpel/turingmachinesim","last_synced_at":"2026-04-26T23:31:11.637Z","repository":{"id":240292410,"uuid":"802224885","full_name":"zdpel/TuringMachineSim","owner":"zdpel","description":"This is a JavaFX application that simulates and visualizes a Turing Machine on a tape","archived":false,"fork":false,"pushed_at":"2024-05-17T19:38:37.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T02:24:05.545Z","etag":null,"topics":["java","javafx","simulation","turing-machine-simulator","visualization"],"latest_commit_sha":null,"homepage":"","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/zdpel.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":"2024-05-17T19:11:33.000Z","updated_at":"2024-05-17T19:38:40.000Z","dependencies_parsed_at":"2024-05-17T20:42:44.388Z","dependency_job_id":"a610e2fb-e304-4a36-8235-dee382e2cb4b","html_url":"https://github.com/zdpel/TuringMachineSim","commit_stats":null,"previous_names":["zdpel/turingmachinesim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zdpel/TuringMachineSim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdpel%2FTuringMachineSim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdpel%2FTuringMachineSim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdpel%2FTuringMachineSim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdpel%2FTuringMachineSim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zdpel","download_url":"https://codeload.github.com/zdpel/TuringMachineSim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdpel%2FTuringMachineSim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32317162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"ssl_error","status_checked_at":"2026-04-26T23:26:25.802Z","response_time":129,"last_error":"SSL_read: 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":["java","javafx","simulation","turing-machine-simulator","visualization"],"created_at":"2024-11-05T11:24:56.339Z","updated_at":"2026-04-26T23:31:11.623Z","avatar_url":"https://github.com/zdpel.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Turing Machine Simulator\n\nInput a valid encoding of a Turing Machine adhering to the following encoding format (instructions also listed in application):\n1. Number of States\n2. Number of Rules in Turing Machine\n3. Rules: (State    Character on Tape    Next State    Write Character    Move Direction(L or R))\n4. Accept State\n5. Input String\n\n## Example\nEncoding to calculate **n mod 2** of a number (B represents blank/empty tape cell)\n ```sh\n5\n8\n0 B 2 B L\n0 1 1 1 R\n1 1 0 1 R\n1 B 3 B L\n2 1 2 B L\n2 B 4 B R\n3 1 3 B L\n3 B 4 1 R\n4\nB111B\n ```\n\n### Result\nShows if Turing Machine accepts or fails for given input string and allows for user to step through the steps of simulation one-by-one, showing the result of each step on the tape below\n\n\u003cimg width=\"521\" alt=\"turingmachine\" src=\"https://github.com/zdpel/TuringMachineSim/assets/159809176/ca3bed54-2408-4058-b8e3-3ed9ad6d5564\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzdpel%2Fturingmachinesim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzdpel%2Fturingmachinesim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzdpel%2Fturingmachinesim/lists"}