{"id":18660474,"url":"https://github.com/codella/noofakku","last_synced_at":"2025-07-24T07:39:04.017Z","repository":{"id":177884414,"uuid":"101473762","full_name":"codella/noofakku","owner":"codella","description":"A Ruby gem providing a brainfuck language interpreter","archived":false,"fork":false,"pushed_at":"2017-08-26T08:38:06.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T11:34:05.244Z","etag":null,"topics":["brainfuck","brainfuck-interpreter","ruby","ruby-on-rails"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/noofakku","language":"Ruby","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/codella.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-08-26T08:37:50.000Z","updated_at":"2017-08-26T08:40:29.000Z","dependencies_parsed_at":"2023-07-10T20:15:29.854Z","dependency_job_id":null,"html_url":"https://github.com/codella/noofakku","commit_stats":null,"previous_names":["codella/noofakku"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codella%2Fnoofakku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codella%2Fnoofakku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codella%2Fnoofakku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codella%2Fnoofakku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codella","download_url":"https://codeload.github.com/codella/noofakku/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239478821,"owners_count":19645611,"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":["brainfuck","brainfuck-interpreter","ruby","ruby-on-rails"],"created_at":"2024-11-07T07:43:57.705Z","updated_at":"2025-02-18T13:28:27.080Z","avatar_url":"https://github.com/codella.png","language":"Ruby","readme":"\u003cimg src=\"https://raw.github.com/mcodella/noofakku/master/resources/icon.png\" height='64'\u003e  Noofakku\n===============\n\u003ca href=\"http://badge.fury.io/rb/noofakku\"\u003e\u003cimg src=\"https://badge.fury.io/rb/noofakku@2x.png\" alt=\"Gem Version\" height='18'\u003e\u003c/a\u003e\n\u003cbr/\u003e\n\u003ca href=\"https://travis-ci.org/mcodella/noofakku\"\u003e\u003cimg src=\"https://travis-ci.org/codella/noofakku.png?branch=master\" alt=\"Travis-CI Status\" height='18'\u003e\u003c/a\u003e\n\u003cbr/\u003e\n\u003ca href=\"https://codeclimate.com/github/mcodella/noofakku\"\u003e\u003cimg src=\"https://codeclimate.com/github/mcodella/noofakku.png\"  height='18'/\u003e\u003c/a\u003e\n\u003cbr/\u003e\n\u003ca href='https://coveralls.io/r/mcodella/noofakku'\u003e\u003cimg src='https://coveralls.io/repos/mcodella/noofakku/badge.png' alt='Coverage Status' height='18'/\u003e\u003c/a\u003e\n\nUsage Samples\n=============\n\n```ruby\nrequire 'noofakku'\n\ninput = -\u003e { 0 }\nproduced = ''\noutput = -\u003evalue { produced \u003c\u003c value }\n\n# will print \"Hello World!\\n\"\nprogram = '++++++++++[\u003e+++++++\u003e++++++++++\u003e+++\u003e'\nprogram \u003c\u003c '+\u003c\u003c\u003c\u003c-]\u003e++.\u003e+.+++++++..+++.\u003e++.\u003c\u003c++'\nprogram \u003c\u003c '+++++++++++++.\u003e.+++.------.--------.\u003e+.\u003e.'\n\nNoofakku::VM.start(program, input, output)\n\np produced #=\u003e \"Hello World!\\n\"\n```\n\n```ruby\nrequire 'noofakku'\n\nto_be_sorted = [5, 3, 2, 6, 0].each\ninput = -\u003e { to_be_sorted.next }\nproduced = []\noutput = -\u003evalue { produced \u003c\u003c value }\n\n# will sort the zero-ended array in input\nprogram = '\u003e\u003e,[\u003e\u003e,]\u003c\u003c [[-\u003c+\u003c]\u003e[\u003e[\u003e\u003e]\u003c[.[-]\u003c[[\u003e\u003e+\u003c\u003c-]\u003c]\u003e\u003e]\u003e]\u003c\u003c]'\n\nNoofakku::VM.start(program, input, output)\n\np produced #=\u003e [2, 3, 5, 6]\n```\n\nOther usage samples can be found in https://github.com/mcodella/noofakku/blob/master/test/noofakku_smoke_test.rb\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodella%2Fnoofakku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodella%2Fnoofakku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodella%2Fnoofakku/lists"}