{"id":16071825,"url":"https://github.com/ishi720/collatz_visualization","last_synced_at":"2026-04-30T01:31:40.900Z","repository":{"id":96039225,"uuid":"303683128","full_name":"ishi720/collatz_visualization","owner":"ishi720","description":"コラッツ問題を視覚化します","archived":false,"fork":false,"pushed_at":"2025-08-03T06:09:09.000Z","size":1296,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-03T08:26:05.375Z","etag":null,"topics":["bulma","javascript","jest","visjs","vue2js"],"latest_commit_sha":null,"homepage":"https://suisui.fun/collatz_visualization/","language":"JavaScript","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/ishi720.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,"zenodo":null}},"created_at":"2020-10-13T11:38:49.000Z","updated_at":"2025-08-03T06:09:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"439485c1-c745-4cd1-b7e9-ecf3f8cf2555","html_url":"https://github.com/ishi720/collatz_visualization","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ishi720/collatz_visualization","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishi720%2Fcollatz_visualization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishi720%2Fcollatz_visualization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishi720%2Fcollatz_visualization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishi720%2Fcollatz_visualization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ishi720","download_url":"https://codeload.github.com/ishi720/collatz_visualization/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishi720%2Fcollatz_visualization/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32451136,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"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":["bulma","javascript","jest","visjs","vue2js"],"created_at":"2024-10-09T07:42:25.062Z","updated_at":"2026-04-30T01:31:40.896Z","avatar_url":"https://github.com/ishi720.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 概要\n\n### コラッツの問題\n\nコラッツの問題とは、数論の未解決問題のひとつである。\n\n自然数nに対して以下の処理を繰り返すと、どんな数でも必ず1に到達するといわれている。\n\n- nが偶数の場合は、nを2で除算\n- nが奇数の場合は、nに3を掛けて1を加算\n\n### 例\n\n```\n6 → 3 → 10 → 5 → 16 → 8 → 4 → 2 → 1\n```\n\n# このプロジェクトについて\n\nコラッツ問題の視覚化をします。\n\n### Badge\n\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/2593df58cd2a4c269c4be753b93307cd)](https://app.codacy.com/gh/ishi720/collatz_visualization/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade)\n\n\n### セットアップ\n\nグローバルの設定\n\n- nodeのインストール(npmも同時にインストールされる)\n- yarnのinstall\n\n```bash\n$ npm -g install yarn\n```\n\nアプリのモジュールの設定\n\n```bash\n$ yarn install\n$ yarn run start\n```\n\n# Screen Image\n\n![68747470733a2f2f71696974612d696d6167652d73746f72652e73332e61702d6e6f727468656173742d312e616d617a6f6e6177732e636f6d2f302f3437333039372f32306236373530642d626531392d623837652d646166332d6136333432366535316136642e676966](https://github.com/ishi720/collatz_visualization/assets/26811527/22307a49-1f64-47ef-b33e-9043d349852c)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishi720%2Fcollatz_visualization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fishi720%2Fcollatz_visualization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishi720%2Fcollatz_visualization/lists"}