{"id":23047334,"url":"https://github.com/commandjoo/brainfuck","last_synced_at":"2025-06-29T12:32:51.384Z","repository":{"id":259599185,"uuid":"879017371","full_name":"CommandJoo/Brainfuck","owner":"CommandJoo","description":"Brainfuck Interpreter written in Java","archived":false,"fork":false,"pushed_at":"2024-10-26T19:04:05.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T02:44:49.374Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/CommandJoo.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-10-26T18:25:10.000Z","updated_at":"2024-10-26T19:04:08.000Z","dependencies_parsed_at":"2024-10-27T00:53:29.436Z","dependency_job_id":null,"html_url":"https://github.com/CommandJoo/Brainfuck","commit_stats":null,"previous_names":["commandjoo/brainfuck"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/CommandJoo/Brainfuck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommandJoo%2FBrainfuck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommandJoo%2FBrainfuck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommandJoo%2FBrainfuck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommandJoo%2FBrainfuck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CommandJoo","download_url":"https://codeload.github.com/CommandJoo/Brainfuck/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommandJoo%2FBrainfuck/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262594119,"owners_count":23334138,"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-12-15T22:32:45.603Z","updated_at":"2025-06-29T12:32:51.293Z","avatar_url":"https://github.com/CommandJoo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brainfuck Interpreter\nA Simple Brainfuck Interpreter written in Java\n\n### Functionality\n\n```java\nimport java.io.OutputStream;\n\nclass TestBrainfuck {\n    public static void main(String[] args) {\n        //use the interpreter with a custom output stream\n        OutputStream out = System.out;\n        new Brainfuck(new File(\"hello_world.bf\"), out);\n        //or just do\n        new Brainfuck(new File(\"hello_world.bf\")); //to print it to System.out\n    }   \n}\n```\nor using the Command Line Interface\n```bash\njava -jar Brainfuck-Version-all.jar --file brainfuckcode.bf\n```\n\n### Information\nIn order to document the code better, you can use `#Documenting Comment` at the end of a line to \nExplain what said line does. Alternatively you can also do `#Documenting Comment#` to make a comment\nin the Middle of the line to explain what the given block does.\n\n\n### Libraries used\n[JoptSimple](https://github.com/jopt-simple/jopt-simple) for the Command Line Interface\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommandjoo%2Fbrainfuck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommandjoo%2Fbrainfuck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommandjoo%2Fbrainfuck/lists"}