{"id":29958291,"url":"https://github.com/dennisbyberg/codewars-solutions","last_synced_at":"2026-05-08T14:12:13.012Z","repository":{"id":239083281,"uuid":"798474956","full_name":"DennisByberg/codewars-solutions","owner":"DennisByberg","description":"A collection of my CodeWars solutions implemented in TypeScript, JavaScript, C#, and Python. Each solution includes language‑specific implementations and full test coverage using Vitest, xUnit, and pytest.","archived":false,"fork":false,"pushed_at":"2026-02-03T21:06:36.000Z","size":107,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-04T03:42:41.972Z","etag":null,"topics":["codewars-solutions","csharp","javascript","python","typescript"],"latest_commit_sha":null,"homepage":"https://www.codewars.com/users/Dennis%20Byberg","language":"TypeScript","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/DennisByberg.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-09T21:14:49.000Z","updated_at":"2026-02-03T21:11:03.000Z","dependencies_parsed_at":"2024-05-21T12:57:04.793Z","dependency_job_id":"3a7b332d-1ac6-45c7-be72-22209a8426c5","html_url":"https://github.com/DennisByberg/codewars-solutions","commit_stats":null,"previous_names":["dennisbyberg/my_edabit_solutions","dennisbyberg/my-codewars-solutions","dennisbyberg/codewars-solutions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DennisByberg/codewars-solutions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisByberg%2Fcodewars-solutions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisByberg%2Fcodewars-solutions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisByberg%2Fcodewars-solutions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisByberg%2Fcodewars-solutions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DennisByberg","download_url":"https://codeload.github.com/DennisByberg/codewars-solutions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennisByberg%2Fcodewars-solutions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32783593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["codewars-solutions","csharp","javascript","python","typescript"],"created_at":"2025-08-03T20:10:36.013Z","updated_at":"2026-05-08T14:12:13.005Z","avatar_url":"https://github.com/DennisByberg.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodeWars Solutions\n\nThis repository contains my solutions to various CodeWars problems implemented in multiple programming languages.\n\n## Languages Supported\n\n- TypeScript\n- JavaScript\n- C#\n- Python\n\n## Project Structure\n\n```\nSolutions/\n  {Problem_Name}/\n    TS/\n      solution.ts\n      solution.test.ts\n    JS/\n      solution.js\n      solution.test.js\n    CS/\n      Solution.cs\n      SolutionTests.cs\n    PY/\n      solution.py\n      solution_test.py\n```\n\n## Running Tests\n\n**Important:** All commands must be run from the root directory (`codeWars-solutions/`)\n\n#### JavaScript/TypeScript Tests\n\n```bash\nnpm test\n```\n\n#### C# Tests\n\n```bash\ndotnet test --filter \"FullyQualifiedName~Solutions.{FOLDER_NAME}.CS\"\n```\n\n#### Python Tests\n\n```bash\npytest\n```\n\n## Setup\n\n### Prerequisites\n\n- Node.js (for JavaScript/TypeScript)\n- .NET 9.0 SDK (for C#)\n- Python 3.x (for Python)\n\n### Installation\n\n1. Clone the repository\n2. **Navigate to the project root:**\n   ```bash\n   cd codeWars-solutions\n   ```\n3. Install JavaScript/TypeScript dependencies:\n   ```bash\n   npm install\n   ```\n4. Restore C# packages:\n   ```bash\n   dotnet restore\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdennisbyberg%2Fcodewars-solutions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdennisbyberg%2Fcodewars-solutions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdennisbyberg%2Fcodewars-solutions/lists"}