{"id":19207399,"url":"https://github.com/aaisha-nexus/matrix_1s_analyzer","last_synced_at":"2026-03-10T17:37:16.301Z","repository":{"id":249067789,"uuid":"830501082","full_name":"Aaisha-Nexus/Matrix_1s_Analyzer","owner":"Aaisha-Nexus","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-18T12:12:16.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T10:28:03.847Z","etag":null,"topics":["colum","matrix-functions","random-number-generators","row"],"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/Aaisha-Nexus.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":"2024-07-18T11:55:01.000Z","updated_at":"2024-07-21T18:13:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"0ea396ad-0844-4a4c-a3b5-3b6c8cdb3a7b","html_url":"https://github.com/Aaisha-Nexus/Matrix_1s_Analyzer","commit_stats":null,"previous_names":["aaisha-nexus/matrix_1s_analyzer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Aaisha-Nexus/Matrix_1s_Analyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aaisha-Nexus%2FMatrix_1s_Analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aaisha-Nexus%2FMatrix_1s_Analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aaisha-Nexus%2FMatrix_1s_Analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aaisha-Nexus%2FMatrix_1s_Analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aaisha-Nexus","download_url":"https://codeload.github.com/Aaisha-Nexus/Matrix_1s_Analyzer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aaisha-Nexus%2FMatrix_1s_Analyzer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30344728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["colum","matrix-functions","random-number-generators","row"],"created_at":"2024-11-09T13:19:47.059Z","updated_at":"2026-03-10T17:37:16.284Z","avatar_url":"https://github.com/Aaisha-Nexus.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Matrix 1s Analyzer\n\nThis program generates a 4-by-4 matrix filled randomly with 0s and 1s, prints the matrix, and identifies the first row and column with the most 1s.\n\n## Description\n\nThe Matrix 1s Analyzer is designed to perform the following tasks:\n\n- **Generate a 4x4 Matrix**: Randomly fills the matrix with 0s and 1s.\n- **Print the Matrix**: Displays the generated matrix.\n- **Find the Row with the Most 1s**: Determines which row contains the highest number of 1s.\n- **Find the Column with the Most 1s**: Determines which column contains the highest number of 1s.\n\n\n## Example Output\nMatrix:\n|     | Col 1 | Col 2 | Col 3 | Col 4 |\n|---|---|---|---|---|\n| **Row 1** | 0 | 0 | 1 | 1 |\n| **Row 2** | 0 | 0 | 1 | 1 |\n| **Row 3** | 1 | 1 | 0 | 1 |\n| **Row 4** | 1 | 0 | 1 | 0 |\n\n- The largest row index: 2\n- The largest column index: 2\n\n\n\n## Notes\n- The matrix size is fixed at 4x4.\n- The random number generator is seeded with the current time to ensure different outcomes on each run.\n- If there are multiple rows or columns with the same maximum number of 1s, the program will return the first one it encounters.\n\n---\n\nThis project demonstrates basic C++ programming skills in random number generation, matrix manipulation, and counting occurrences within a matrix.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaisha-nexus%2Fmatrix_1s_analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaisha-nexus%2Fmatrix_1s_analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaisha-nexus%2Fmatrix_1s_analyzer/lists"}