{"id":23103510,"url":"https://github.com/cr2007/f29fb-assignment","last_synced_at":"2026-02-11T11:01:47.273Z","repository":{"id":267633955,"uuid":"611297280","full_name":"cr2007/F29FB-Assignment","owner":"cr2007","description":"Turing Machine Code for Foundations 2 Course (F29FB)","archived":false,"fork":false,"pushed_at":"2026-01-01T11:50:18.000Z","size":82,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-02T15:20:43.544Z","etag":null,"topics":["foundations-2","turing-machine","unary-multiplication"],"latest_commit_sha":null,"homepage":"https://cr2007.github.io/F29FB-Assignment/","language":"Typst","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/cr2007.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":"2023-03-08T14:36:15.000Z","updated_at":"2026-01-01T11:50:22.000Z","dependencies_parsed_at":"2024-12-11T14:37:38.448Z","dependency_job_id":"59719329-e033-4cc8-b3d3-c60e53b51638","html_url":"https://github.com/cr2007/F29FB-Assignment","commit_stats":null,"previous_names":["cr2007/f29fb-assignment"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cr2007/F29FB-Assignment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cr2007%2FF29FB-Assignment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cr2007%2FF29FB-Assignment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cr2007%2FF29FB-Assignment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cr2007%2FF29FB-Assignment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cr2007","download_url":"https://codeload.github.com/cr2007/F29FB-Assignment/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cr2007%2FF29FB-Assignment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29332292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"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":["foundations-2","turing-machine","unary-multiplication"],"created_at":"2024-12-17T00:20:50.504Z","updated_at":"2026-02-11T11:01:47.255Z","avatar_url":"https://github.com/cr2007.png","language":"Typst","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- omit from toc --\u003e\n# F29FB Assignment\n\n\u003ctable align=\"center\"\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003c!-- Python --\u003e\n        \u003ca href=\"F29FB.py\"\u003e\n            \u003cimg alt=\"Python\" title=\"Python Programming Language\" src=\"https://img.shields.io/badge/Python-informational?style=flat-sqaure\u0026logo=python\u0026logoColor=white\u0026color=3776ab\"\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://codespaces.new/cr2007/F29FB-Assignment\"\u003e\n            \u003cimg alt=\"Open in GitHub Codespaces\" title=\"Open in GitHub Codespaces\" src=\"https://github.com/codespaces/badge.svg\"\u003e\n        \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- omit from toc --\u003e\n## Course: [Foundations 2](https://curriculum.hw.ac.uk/coursedetails/F29FB?termcode=202223) (F29FB)\n\nUnary Multiplication Turing Machine Code\n\n\u003c!-- omit from toc --\u003e\n## Index\n- [Steps:](#steps)\n- [Accepted inputs (Example):](#accepted-inputs-example)\n- [Unaccepted inputs (Example):](#unaccepted-inputs-example)\n\n## Steps:\n(Make sure you have [Python](https://www.python.org/downloads/) installed on your machine before running the code)\n\n1. Go to the [Python file](F29FB.py)\n2. Open your terminal\n3. Type `python3 F29FB.py`\n4. Enter your input value and see the result in a TM tape\u003cbr\u003e\nMake sure that your input in a **unary value**.\n\n## Accepted inputs (Example):\n- `1*1` ($1 \\times 1$)\n- `1111*11` ($4 \\times 2$)\n- `b*11` ($0 \\times 2$)\n- `0*111` ($0 \\times 3$)\n- `11*0` ($2 \\times 0$)\n- `11*111` ($2 \\times 3$)\n- `111*B` ($3 \\times 0$)\n\n## Unaccepted inputs (Example):\n- `1*2` (not unary)\n- `3*2` (not unary)\n- `1*0` (not unary)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcr2007%2Ff29fb-assignment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcr2007%2Ff29fb-assignment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcr2007%2Ff29fb-assignment/lists"}