{"id":23431900,"url":"https://github.com/vssekorin/cactoos-math","last_synced_at":"2025-04-13T00:30:30.366Z","repository":{"id":54465276,"uuid":"107543396","full_name":"vssekorin/cactoos-math","owner":"vssekorin","description":"Math extension of Cactoos library","archived":false,"fork":false,"pushed_at":"2022-08-08T23:16:28.000Z","size":312,"stargazers_count":16,"open_issues_count":10,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-26T18:22:30.708Z","etag":null,"topics":["java","oop","oop-library","oop-principles"],"latest_commit_sha":null,"homepage":"","language":"Java","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/vssekorin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-19T12:30:19.000Z","updated_at":"2022-08-07T22:41:22.000Z","dependencies_parsed_at":"2022-08-13T16:30:54.580Z","dependency_job_id":null,"html_url":"https://github.com/vssekorin/cactoos-math","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vssekorin%2Fcactoos-math","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vssekorin%2Fcactoos-math/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vssekorin%2Fcactoos-math/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vssekorin%2Fcactoos-math/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vssekorin","download_url":"https://codeload.github.com/vssekorin/cactoos-math/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650591,"owners_count":21139670,"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":["java","oop","oop-library","oop-principles"],"created_at":"2024-12-23T10:51:25.810Z","updated_at":"2025-04-13T00:30:30.343Z","avatar_url":"https://github.com/vssekorin.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![EO principles respected here](http://www.elegantobjects.org/badge.svg)](http://www.elegantobjects.org)\n[![DevOps By Rultor.com](http://www.rultor.com/b/VsSekorin/cactoos-math)](http://www.rultor.com/p/VsSekorin/cactoos-math)\n\n[![Build Status](https://travis-ci.org/VsSekorin/cactoos-math.svg?branch=master)](https://travis-ci.org/VsSekorin/cactoos-math)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/VsSekorin/cactoos-math/blob/master/LICENSE.txt)\n\nCactoos-Math is math extension of [Cactoos](https://github.com/yegor256/cactoos) ([my blog post about this](http://vssekorin.com/post/cactoos/)).\n\n**Motivation**:\n\n- Math classes is overkill for Cactoos, but it can be useful and interesting.\n- It is generally accepted that FP, rather than OOP, is more suitable for math.\n- Practice in OOP.\n\n**Principles**.\nThese are the [design principles](http://www.elegantobjects.org#principles) behind Cactoos.\n\nJava version required: 1.8+.\n\n## Matrix\n\nIdentity matrix 6x6:\n\n```java\nnew MatrixOf\u003c\u003e(\n    row -\u003e col -\u003e row.equals(col) ? 1 : 0,\n    6, 6\n)\n```\n\n## How to contribute?\n\nJust fork the repo and send us a pull request.\n\nMake sure your branch builds without any warnings/issues:\n\n```\nmvn clean install -Pqulice\n```\n\n## Contributors\n\n  - [@VsSekorin](https://github.com/VsSekorin) as Vseslav Sekorin ([Blog](http://vssekorin.com))\n  - [@floreasorin](https://github.com/floreasorin)\n  - [@alexandrustoica](https://github.com/alexandrustoica) as Alexandru Stoica\n\n## MIT License\n\nCopyright (c) 2017-2019 Vseslav Sekorin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvssekorin%2Fcactoos-math","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvssekorin%2Fcactoos-math","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvssekorin%2Fcactoos-math/lists"}