{"id":20147032,"url":"https://github.com/d-integral/matrix","last_synced_at":"2026-05-29T13:31:50.885Z","repository":{"id":214489953,"uuid":"109392570","full_name":"D-Integral/Matrix","owner":"D-Integral","description":"By doing this task I passed the course \"Parallel and Distributed Computing\" in Kyiv Polytechnic Institute in 2013 with the grade 100/100.","archived":false,"fork":false,"pushed_at":"2024-01-06T11:33:09.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T11:14:59.413Z","etag":null,"topics":["cplusplus","multithreading","posix"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/D-Integral.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-03T12:24:03.000Z","updated_at":"2024-01-06T11:32:43.000Z","dependencies_parsed_at":"2024-11-13T22:38:05.179Z","dependency_job_id":null,"html_url":"https://github.com/D-Integral/Matrix","commit_stats":null,"previous_names":["d-integral/matrix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D-Integral%2FMatrix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D-Integral%2FMatrix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D-Integral%2FMatrix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D-Integral%2FMatrix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/D-Integral","download_url":"https://codeload.github.com/D-Integral/Matrix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241587803,"owners_count":19986628,"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":["cplusplus","multithreading","posix"],"created_at":"2024-11-13T22:27:11.485Z","updated_at":"2026-05-29T13:31:50.873Z","avatar_url":"https://github.com/D-Integral.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cH1\u003eOverview\u003c/H1\u003e\n\nA C++ program that creates and manipulates integer matrices. Users can fill the matrix manually or generate random values. The program calculates row- and column-wise statistics (average, count above/below average) using threads for concurrency. This was a student project exploring dynamic memory and multi-threading.\n\n\u003cH1\u003eDetails\u003c/H1\u003e\n\nThis program demonstrates matrix creation, manipulation, and analysis using multi-threading in C++.\n\n- Dynamically allocates a matrix of integers.\n- Allows the user to fill the matrix manually or generate random values.\n- Computes per-row and per-column statistics:\n  1) Average value (Middle)\n  2) Count of elements below average (Less)\n  3) Count of elements above average (More)\n- Uses POSIX threads (pthread) to perform row and column calculations concurrently.\n- Includes mutex locks to manage safe concurrent access to the matrix.\n\nBy doing this task I passed the course \"Parallel and Distributed Computing\" at Kyiv Polytechnic Institute in 2013 with the grade 100/100.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-integral%2Fmatrix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd-integral%2Fmatrix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-integral%2Fmatrix/lists"}