{"id":24030564,"url":"https://github.com/dexmoh/brainfuck","last_synced_at":"2026-06-18T07:31:51.925Z","repository":{"id":217330069,"uuid":"444204941","full_name":"dexmoh/Brainfuck","owner":"dexmoh","description":"A simple brainfuck interpreter written in C#","archived":false,"fork":false,"pushed_at":"2022-01-07T20:41:26.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T03:45:31.297Z","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":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dexmoh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-01-03T21:30:37.000Z","updated_at":"2022-01-07T20:41:29.000Z","dependencies_parsed_at":"2024-01-15T20:45:39.915Z","dependency_job_id":null,"html_url":"https://github.com/dexmoh/Brainfuck","commit_stats":null,"previous_names":["dexmoh/brainfuck"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dexmoh/Brainfuck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexmoh%2FBrainfuck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexmoh%2FBrainfuck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexmoh%2FBrainfuck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexmoh%2FBrainfuck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dexmoh","download_url":"https://codeload.github.com/dexmoh/Brainfuck/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexmoh%2FBrainfuck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34481297,"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-18T02:00:06.871Z","response_time":128,"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":[],"created_at":"2025-01-08T17:44:49.398Z","updated_at":"2026-06-18T07:31:51.905Z","avatar_url":"https://github.com/dexmoh.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brainfuck\n[![Build Status](https://github.com/Ewwmewgewd/Brainfuck/workflows/.NET/badge.svg)](https://github.com/fabianishere/brainfuck/actions?query=workflow%3ABuild)\n![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)\n\nA simple brainfuck interpreter written in C#\n\n## Usage\nJust add Brainfuck.cs into your project folder.\n```cs\nusing BrainfuckInterpreter;\n```\n```cs\npublic static void Main()\n{\n  // Brainfuck code we want to interperet.\n  // This little program prints \"Hello World!\".\n  string code = \n  \"\u003e+++++++++[\u003c++++++++\u003e-]\u003c.\u003e+++++++[\u003c++++\u003e-]\u003c+.+++++++..+++.\u003e\u003e\u003e++++++++[\u003c++++\u003e-]\" +\n  \"\u003c.\u003e\u003e\u003e++++++++++[\u003c+++++++++\u003e-]\u003c---.\u003c\u003c\u003c\u003c.+++.------.--------.\u003e\u003e+.\u003e++++++++++.\";\n  \n  // Run the code.\n  var bf = new Brainfuck(code);\n  \n  // Get the results.\n  string output = bf.GetOuput();\n}\n```\n\n## License\nThe code is released under the MIT License. See [LICENSE](/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdexmoh%2Fbrainfuck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdexmoh%2Fbrainfuck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdexmoh%2Fbrainfuck/lists"}