{"id":26796115,"url":"https://github.com/psyhackological/exercism","last_synced_at":"2025-06-22T23:02:31.972Z","repository":{"id":104384812,"uuid":"527275860","full_name":"Psyhackological/exercism","owner":"Psyhackological","description":":trophy: My Exercism coding solutions. Learn and grow through practical exercises, and have coding fun!","archived":false,"fork":false,"pushed_at":"2024-11-22T14:37:53.000Z","size":17528,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T18:57:12.147Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://exercism.org/profiles/Psyhackological","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Psyhackological.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":"2022-08-21T17:19:19.000Z","updated_at":"2024-11-22T14:37:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb5b4997-30ca-4b26-be3b-6ed283c27ca7","html_url":"https://github.com/Psyhackological/exercism","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/Psyhackological%2Fexercism","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Psyhackological%2Fexercism/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Psyhackological%2Fexercism/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Psyhackological%2Fexercism/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Psyhackological","download_url":"https://codeload.github.com/Psyhackological/exercism/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246223314,"owners_count":20743168,"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":[],"created_at":"2025-03-29T18:17:23.028Z","updated_at":"2025-03-29T18:17:23.582Z","avatar_url":"https://github.com/Psyhackological.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eExercism\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://exercism.org/\"\u003e\n      \u003cimg src=\"exercism-logo.svg\" alt=\"ExercismLogo\" height=\"96\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://exercism.org/profiles/Psyhackological\"\u003eMy Exercism\u003c/a\u003e solutions because I have a lot of fun with programming.\n\u003c/p\u003e\n\n## Tools\nI code with the help of these tools:\n- **Tester** - helps run and manage tests, ensuring your code works as expected.\n- **Linter** - analyzes your code for potential errors, stylistic issues, and enforces best practices.\n- **Formatter** - automatically formats your code to a consistent style, making it easier to read and maintain.\n- **Dependency Manager** - helps manage and track external libraries and packages your project relies on, ensuring compatibility and simplifying updates.\n- **Type Checker** - validates the data types in your code, helping to catch type-related errors and improve overall code safety.\n- **LSP (Language Server Protocol)** - a standardized protocol for communication between text editors or IDEs and language servers, enabling features like code completion, syntax highlighting, and error checking.\n\n## [Tracks](https://exercism.org/tracks)\n### [Rust](https://exercism.org/tracks/rust)\n\u003ca href=\"https://exercism.org/tracks/rust\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/rust-lang/rust-artwork/master/logo/rust-logo-blk.svg\" alt=\"RustLogo\" height=\"96\"\u003e\n\u003c/a\u003e\n\n- Tester: [cargo test](https://github.com/rust-lang/cargo)\n- Linter: [clippy](https://github.com/rust-lang/rust-clippy)\n- Formatter: [rustfmt](https://github.com/rust-lang/rustfmt)\n- Dependcy Manager: [cargo new](https://github.com/rust-lang/cargo)\n- LSP: [rust-analyzer](https://github.com/rust-lang/rust-analyzer)\n\n### [Python](https://exercism.org/tracks/python)\n\u003ca href=\"https://exercism.org/tracks/python\"\u003e\n  \u003cimg src=\"https://s3.dualstack.us-east-2.amazonaws.com/pythondotorg-assets/media/files/python-logo-only.svg\" alt=\"PythonLogo\" height=\"96\"\u003e\n\u003c/a\u003e\n\n- Tester: [pytest](https://github.com/pytest-dev/pytest)\n- Linter: [pylint](https://github.com/PyCQA/pylint)\n- Formatter: [black](https://github.com/psf/black)\n- Depedency Manager: [poetry](https://github.com/python-poetry/poetry)\n- LSP: [pyright](https://github.com/microsoft/pyright)\n- Type Checker: [mypy](https://github.com/python/mypy)\n\n### [Bash](https://exercism.org/tracks/bash)\n\u003ca href=\"https://exercism.org/tracks/bash\"\u003e\n  \u003cimg src=\"https://bashlogo.com/img/logo/svg/full_colored_light.svg\" alt=\"BashLogo\" height=\"96\"\u003e\n\u003c/a\u003e\n\n- Tester: [bats](https://github.com/sstephenson/bats)\n- Linter: [shellcheck](https://github.com/koalaman/shellcheck)\n- Formatter: [shfmt](https://github.com/mvdan/sh)\n- LSP: [bash-language-server](https://github.com/bash-lsp/bash-language-server)\n\n## Future\n### [Lua](https://exercism.org/tracks/lua)\n\u003ca href=\"https://exercism.org/tracks/lua\"\u003e\n  \u003cimg src=\"https://github.com/abrahamcalf/programming-languages-logos/raw/master/src/lua/lua.svg\" alt=\"LuaLogo\" height=\"96\"\u003e\n\u003c/a\u003e\n\n### [Go](https://exercism.org/tracks/go)\n\u003ca href=\"https://exercism.org/tracks/go\"\u003e\n  \u003cimg src=\"https://go.dev/blog/go-brand/Go-Logo/SVG/Go-Logo_Blue.svg\" alt=\"GoLogo\" height=\"96\"\u003e\n\u003c/a\u003e\n\n### [R](https://exercism.org/tracks/r)\n\u003ca href=\"https://exercism.org/tracks/r\"\u003e\n  \u003cimg src=\"https://www.r-project.org/logo/Rlogo.svg\" alt=\"RLogo\" height=\"96\"\u003e\n\u003c/a\u003e\n\n### [Haskell](https://exercism.org/tracks/haskell)\n\u003ca href=\"https://exercism.org/tracks/haskell\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/abrahamcalf/programming-languages-logos/master/src/haskell/haskell.svg\" alt=\"HaskellLogo\" height=\"96\"\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsyhackological%2Fexercism","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsyhackological%2Fexercism","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsyhackological%2Fexercism/lists"}