{"id":20937566,"url":"https://github.com/jmcheon/maths_branch","last_synced_at":"2026-04-29T04:06:29.351Z","repository":{"id":181530413,"uuid":"666916040","full_name":"jmcheon/maths_branch","owner":"jmcheon","description":"Maths branch is a collection of submodules, each representing a unique project from Ecole 42.","archived":false,"fork":false,"pushed_at":"2024-02-25T06:15:01.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T03:14:06.361Z","etag":null,"topics":["cpp","math","maths","matrix","python3","vector"],"latest_commit_sha":null,"homepage":"","language":null,"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/jmcheon.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}},"created_at":"2023-07-16T02:54:08.000Z","updated_at":"2024-02-04T12:21:12.000Z","dependencies_parsed_at":"2024-02-25T07:25:41.330Z","dependency_job_id":"59b3d816-e1ec-4de9-a5ce-836ab76e004c","html_url":"https://github.com/jmcheon/maths_branch","commit_stats":null,"previous_names":["jmcheon/maths_branch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jmcheon/maths_branch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcheon%2Fmaths_branch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcheon%2Fmaths_branch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcheon%2Fmaths_branch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcheon%2Fmaths_branch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmcheon","download_url":"https://codeload.github.com/jmcheon/maths_branch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmcheon%2Fmaths_branch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28110481,"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","status":"online","status_checked_at":"2025-12-29T02:00:07.021Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cpp","math","maths","matrix","python3","vector"],"created_at":"2024-11-18T22:37:39.933Z","updated_at":"2025-12-29T04:43:33.498Z","avatar_url":"https://github.com/jmcheon.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## Maths branch\n\n\u003ctable\u003e\n\u003ctr\u003e\u003cth\u003eProject\u003c/th\u003e\u003cth\u003eTeam\u003c/th\u003e\u003cth\u003eTime\u003c/th\u003e\u003cth\u003eXP\u003c/th\u003e\u003cth\u003eDescription\u003c/th\u003e\u003c/tr\u003e\n\u003ctr\u003e\u003ctd\u003eready_set_boole \u003ctd\u003eSolo\u003ctd\u003e10days\u003ctd\u003e7000\u003ctd\u003eDiscover the way computers work mathematically.\u003c/tr\u003e\n\u003ctr\u003e\u003ctd\u003ematrix \u003ctd\u003eSolo\u003ctd\u003e10days\u003ctd\u003e7000\u003ctd\u003eVectors and matrices, basically.\u003c/tr\u003e\n\u003ctr\u003e\u003ctd\u003eft_kalman \u003ctd\u003eGroup 1-2\u003ctd\u003e210h\u003ctd\u003e16800\u003ctd\u003eFor this project, you will need to create a Kalman filter to retrace a trajectory with incomplete and flawed information.\u003c/tr\u003e\n\u003ctr\u003e\u003ctd\u003ecomputorv1 \u003ctd\u003eSolo\u003ctd\u003e49h\u003ctd\u003e4200\u003ctd\u003eThis project is the first in a series that aims to make you rekindle with maths. They will be quite useful - not to say essential - for numerous projects to come.\u003c/tr\u003e\n\u003ctr\u003e\u003ctd\u003ecomputorv2 \u003ctd\u003eSolo\u003ctd\u003e147h\u003ctd\u003e9450\u003ctd\u003eThis project is the first of a series to renew your relationship to mathematics, it will be very useful, essential even, for many more projects.\u003c/tr\u003e\n\u003c/table\u003e\n\n```mermaid\npie  title XP for maths projects\n\t\"ready_set_boole\"  : 7000\n\t\"matrix\"  : 7000\n\t\"ft_kalman\"  : 16800\n\t\"computorv1\"  : 4200\n\t\"computorv2\"  : 9450\n```\n\n```mermaid\npie  title required time for maths projects\n\t\"ready_set_boole\"  : 240\n\t\"matrix\"  : 240\n\t\"ft_kalman\"  : 210\n\t\"computorv1\"  : 49\n\t\"computorv2\"  : 147\n```\n\n\n### maths branch\n```mermaid\nflowchart LR\n\t0(maths) --240h, 7000XP--\u003e A((matrix))\n\tB((ft_kalman)):::group\n\tA --210h, 16800XP --\u003e B\n\t0 --240h, 7000XP--\u003e E((ready_set_boole))\n\t0 --49h, 4200XP--\u003e C((computorv1)) -- 147h, 9450XP --\u003e D((computorv2))\n    classDef group fill:#f96\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmcheon%2Fmaths_branch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmcheon%2Fmaths_branch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmcheon%2Fmaths_branch/lists"}