{"id":19524890,"url":"https://github.com/pandermatt/turing-machine","last_synced_at":"2026-06-11T06:31:56.708Z","repository":{"id":94876262,"uuid":"111097699","full_name":"pandermatt/turing-machine","owner":"pandermatt","description":"🎰 Turing Machine (only multiplication) in Java","archived":false,"fork":false,"pushed_at":"2020-04-25T10:20:46.000Z","size":19298,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T01:31:11.296Z","etag":null,"topics":["demo","java","turing-machine"],"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/pandermatt.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":"2017-11-17T11:49:30.000Z","updated_at":"2025-01-24T08:34:27.000Z","dependencies_parsed_at":"2023-06-25T22:53:29.954Z","dependency_job_id":null,"html_url":"https://github.com/pandermatt/turing-machine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pandermatt/turing-machine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pandermatt%2Fturing-machine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pandermatt%2Fturing-machine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pandermatt%2Fturing-machine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pandermatt%2Fturing-machine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pandermatt","download_url":"https://codeload.github.com/pandermatt/turing-machine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pandermatt%2Fturing-machine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34186385,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":["demo","java","turing-machine"],"created_at":"2024-11-11T00:50:29.353Z","updated_at":"2026-06-11T06:31:56.683Z","avatar_url":"https://github.com/pandermatt.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Turing Machine (only multiplication)\n\n**A easy implementation of the turing machine**\n\nMore about the turing machine: \u003chttps://en.wikipedia.org/wiki/Turing_machine\u003e\n\n*Fork me on Github: \u003chttps://github.com/pandermatt/turing-machine\u003e*\n\n## Demo\n\n![Turing Machine](ScreenShot.png)\n\n[![Demo Youtube](https://j.gifs.com/1rGz60.gif)](https://www.youtube.com/watch?v=aHOqqASOnk4)\n\nFull Demo on [YouTube](https://www.youtube.com/watch?v=aHOqqASOnk4)\n\n### Keynote\n\n[Keynote (in german)](https://github.com/pandermatt/turing-machine/blob/master/keynote.tpp)\n\nMade with [TPP](https://github.com/cbbrowne/tpp)\n\n## Implementation\n\n* with Java\n* 3 Tapes\n```\n//Tapes on first run\nTape 1: [0, 0, 0, 1, 0, 0]  //3*2\nTape 2: [ ]\nTape 3: [ ]\n```\n* Step Mode 🐢  and Fast Mode 🐇\n\n## How to run\n\n- Multiplication: `2*6`\n- Step Mode 🐢: shows every step \n    - `1` enable step mode\n    - `0` disable step mode\n- Fast Mode 🐇: disable all `System.out.println`\n    - `1` enable fast mode\n    - `0` disable fast mode\n- Infinity Tape ⏩\n    - `1` print as infinity tape\n    - `0` print only content\n- Timeout ⏰\n    - timeout between the step\n\n```\njava Main [multiplication] [step mode] [fast mode] [infinity tape] [timeout]\n\njava Main \"2*6\" 1\n```\n\n## Contributors\n\n- [Stefan Brunner](https://github.com/thecoder95)\n- [Ralph Meier](https://github.com/Wreck-It-Ralph)\n- [Pascal Andermatt](https://github.com/pandermatt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpandermatt%2Fturing-machine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpandermatt%2Fturing-machine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpandermatt%2Fturing-machine/lists"}