{"id":13750697,"url":"https://github.com/hanachin/mruby-string-xor","last_synced_at":"2026-02-06T21:02:59.295Z","repository":{"id":139225509,"uuid":"81585494","full_name":"hanachin/mruby-string-xor","owner":"hanachin","description":"Add String#^(other) method that return XOR of two strings.","archived":false,"fork":false,"pushed_at":"2018-08-25T05:07:05.000Z","size":6,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-03T08:02:37.065Z","etag":null,"topics":["mruby"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hanachin.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-10T16:46:23.000Z","updated_at":"2018-08-25T05:07:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef43652e-dff5-4f02-8231-6df4b6f9b130","html_url":"https://github.com/hanachin/mruby-string-xor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanachin%2Fmruby-string-xor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanachin%2Fmruby-string-xor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanachin%2Fmruby-string-xor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanachin%2Fmruby-string-xor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hanachin","download_url":"https://codeload.github.com/hanachin/mruby-string-xor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224869037,"owners_count":17383306,"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":["mruby"],"created_at":"2024-08-03T08:00:44.488Z","updated_at":"2026-02-06T21:02:59.288Z","avatar_url":"https://github.com/hanachin.png","language":"C","readme":"mruby-string-xor   [![Build Status](https://travis-ci.org/hanachin/mruby-string-xor.svg?branch=master)](https://travis-ci.org/hanachin/mruby-string-xor)\n====\n\nAdd String#^(other) method that return XOR of two strings.\n\nInstallation\n----\n\nAdd this line to build_config.rb\n\n```ruby\nMRuby::Build.new do |conf|\n  conf.gem github: 'hanachin/mruby-string-xor'\nend\n```\n\nor add this line to your aplication's mrbgem.rake\n\n```ruby\nMRuby::Gem::Specification.new('your-mrbgem') do |spec|\n  spec.add_dependency 'mruby-string-xor', github: 'hanachin/mruby-string-xor'\nend\n```\n\n\nUsage\n----\n\n```ruby\n'わーい！' ^ 'わーい！'\n# =\u003e \"\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\"\n```\n\nHow to execute test\n----\n\n    $ git clone https://github.com/hanachin/mruby-string-xor.git\n    $ cd mruby-string-xor\n    $ ./test.sh\n\nLicense\n----\n\nMIT\n","funding_links":[],"categories":["Utilities"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanachin%2Fmruby-string-xor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhanachin%2Fmruby-string-xor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanachin%2Fmruby-string-xor/lists"}