{"id":34345084,"url":"https://github.com/claudeaubry/klub","last_synced_at":"2026-03-15T13:12:50.080Z","repository":{"id":19239647,"uuid":"22474644","full_name":"claudeaubry/klub","owner":"claudeaubry","description":"klub de lecture Agile Toulouse","archived":false,"fork":false,"pushed_at":"2025-07-22T07:45:21.000Z","size":4839,"stargazers_count":3,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-12-21T08:10:03.651Z","etag":null,"topics":["jeu","lecture"],"latest_commit_sha":null,"homepage":"http://klubat.agiletoulouse.fr/","language":"HTML","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/claudeaubry.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}},"created_at":"2014-07-31T15:40:57.000Z","updated_at":"2021-04-28T15:06:52.000Z","dependencies_parsed_at":"2022-08-01T03:38:02.797Z","dependency_job_id":null,"html_url":"https://github.com/claudeaubry/klub","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/claudeaubry/klub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudeaubry%2Fklub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudeaubry%2Fklub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudeaubry%2Fklub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudeaubry%2Fklub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/claudeaubry","download_url":"https://codeload.github.com/claudeaubry/klub/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claudeaubry%2Fklub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30542119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-15T12:15:27.454Z","status":"ssl_error","status_checked_at":"2026-03-15T12:15:26.919Z","response_time":61,"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":["jeu","lecture"],"created_at":"2025-12-17T23:35:43.595Z","updated_at":"2026-03-15T13:12:50.075Z","avatar_url":"https://github.com/claudeaubry.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# buffer-xor\n\n[![TRAVIS](https://secure.travis-ci.org/crypto-browserify/buffer-xor.png)](http://travis-ci.org/crypto-browserify/buffer-xor)\n[![NPM](http://img.shields.io/npm/v/buffer-xor.svg)](https://www.npmjs.org/package/buffer-xor)\n\n[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)\n\nA simple module for bitwise-xor on buffers.\n\n\n## Examples\n\n``` javascript\nvar xor = require(\"buffer-xor\")\nvar a = new Buffer('00ff0f', 'hex')\nvar b = new Buffer('f0f0', 'hex')\n\nconsole.log(xor(a, b))\n// =\u003e \u003cBuffer f0 0f\u003e\n```\n\n\nOr for those seeking those few extra cycles, perform the operation in place:\n\n``` javascript\nvar xorInplace = require(\"buffer-xor/inplace\")\nvar a = new Buffer('00ff0f', 'hex')\nvar b = new Buffer('f0f0', 'hex')\n\nconsole.log(xorInplace(a, b))\n// =\u003e \u003cBuffer f0 0f\u003e\n// NOTE: xorInplace will return the shorter slice of its parameters\n\n// See that a has been mutated\nconsole.log(a)\n// =\u003e \u003cBuffer f0 0f 0f\u003e\n```\n\n\n## License [MIT](LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaudeaubry%2Fklub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclaudeaubry%2Fklub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaudeaubry%2Fklub/lists"}