{"id":16010709,"url":"https://github.com/quasiyoke/turing_machine","last_synced_at":"2025-10-18T09:19:47.541Z","repository":{"id":5054475,"uuid":"6216029","full_name":"quasiyoke/turing_machine","owner":"quasiyoke","description":null,"archived":false,"fork":false,"pushed_at":"2013-03-23T13:28:11.000Z","size":139,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-18T03:09:17.349Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Mahdi-Rom/android_packages_apps_Contacts","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quasiyoke.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":"2012-10-14T17:17:24.000Z","updated_at":"2013-11-04T06:55:42.000Z","dependencies_parsed_at":"2022-08-29T13:50:39.028Z","dependency_job_id":null,"html_url":"https://github.com/quasiyoke/turing_machine","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/quasiyoke%2Fturing_machine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quasiyoke%2Fturing_machine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quasiyoke%2Fturing_machine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quasiyoke%2Fturing_machine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quasiyoke","download_url":"https://codeload.github.com/quasiyoke/turing_machine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243043368,"owners_count":20226806,"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-08T13:20:42.396Z","updated_at":"2025-10-18T09:19:47.464Z","avatar_url":"https://github.com/quasiyoke.png","language":"C","readme":"# Yet another Turing machine\r\n\r\nBuilding:\r\n```\r\n$ make\r\n```\r\n\r\n## Command-line arguments\r\nProgram has the following arguments syntax:\r\n```\r\nturing_machine -f ACTION_TABLE_FILE -n ITERATIONS_COUNT [OPTIONS]\r\n```\r\nWhere options are:\r\n* ```-f``` Path to action table file.\r\n* ```-n``` How much cycles will machine do.\r\n* ```-o``` Start tape offset. 0 (zero) by default.\r\n* ```-s``` Initial state. 0 (zero) by default.\r\n* ```-t``` Initial tape content. Use . (dot) for spaces. Tape will be read from stdin if not specified.\r\n* ```-v``` Verbose mode.\r\n\r\n## Examples\r\nRuns rotating animation:\r\n```\r\n$ bin/turing_machine -f tables/animation -n100 -t. -v\r\n```\r\n\r\nRuns copying algorithm:\r\n```\r\n$ bin/turing_machine -f tables/copying -n100 -o10 -t.IIII -v\r\n```\r\n\r\nRuns conjunction of binary numbers:\r\n```\r\n$ bin/turing_machine -f tables/conjunction -n200 -o10 -t.1100.1010 -v\r\n```\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquasiyoke%2Fturing_machine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquasiyoke%2Fturing_machine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquasiyoke%2Fturing_machine/lists"}