{"id":25150561,"url":"https://github.com/kokorinilya/cpp-course-exercises","last_synced_at":"2025-10-27T23:39:55.568Z","repository":{"id":130990089,"uuid":"116560224","full_name":"KokorinIlya/cpp-course-exercises","owner":"KokorinIlya","description":"Excercises for c++ course","archived":false,"fork":false,"pushed_at":"2018-04-14T18:43:37.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-05T06:38:05.711Z","etag":null,"topics":["data-structures","excercises","itmo-university","metaprogramming","templates","type-erasure"],"latest_commit_sha":null,"homepage":null,"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/KokorinIlya.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":"2018-01-07T11:34:59.000Z","updated_at":"2018-10-29T17:38:38.000Z","dependencies_parsed_at":"2023-04-25T08:32:24.479Z","dependency_job_id":null,"html_url":"https://github.com/KokorinIlya/cpp-course-exercises","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KokorinIlya/cpp-course-exercises","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KokorinIlya%2Fcpp-course-exercises","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KokorinIlya%2Fcpp-course-exercises/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KokorinIlya%2Fcpp-course-exercises/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KokorinIlya%2Fcpp-course-exercises/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KokorinIlya","download_url":"https://codeload.github.com/KokorinIlya/cpp-course-exercises/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KokorinIlya%2Fcpp-course-exercises/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281361405,"owners_count":26487881,"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-10-27T02:00:05.855Z","response_time":61,"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":["data-structures","excercises","itmo-university","metaprogramming","templates","type-erasure"],"created_at":"2025-02-08T22:47:05.279Z","updated_at":"2025-10-27T23:39:55.535Z","avatar_url":"https://github.com/KokorinIlya.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cpp-course-exercises\nExcercises for c++ course\n\nIncluding:\n# any\n1) any - my implementation of std::any or boost::any.\n\nhttp://en.cppreference.com/w/cpp/utility/any\n\nImplemented using void* with type_info (any_first) and polymorph classes (any_second)\n\n# call_once_function\n\n2) call_once_function - function, identical to std::function, that can store and call call_once functional objects (like objects, created by call_once_bind)\n\nImplemented using Small Object Optimization (SOO). The data structure is fully reentrancy-safe\n\n# optional\n\n3) optional - my implementation of std::optional or boost::optional\n\nhttp://en.cppreference.com/w/cpp/utility/optional\n\nStores objects in the optional, does't allocate memory for storing on heap.\n\n# template_list\n\n4) template-list - implementation of linked list, using c++-17 template metaprogramming. All functions are calculated in compile-time.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkokorinilya%2Fcpp-course-exercises","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkokorinilya%2Fcpp-course-exercises","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkokorinilya%2Fcpp-course-exercises/lists"}