{"id":21108462,"url":"https://github.com/televisionninja/cpplib","last_synced_at":"2026-05-22T05:17:48.730Z","repository":{"id":112327356,"uuid":"425257391","full_name":"TelevisionNinja/cppLib","owner":"TelevisionNinja","description":"A collection of some c++ functions","archived":false,"fork":false,"pushed_at":"2025-02-23T07:51:01.000Z","size":292,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-23T08:28:30.807Z","etag":null,"topics":["cpp","docker","library","utilities"],"latest_commit_sha":null,"homepage":"","language":"C++","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/TelevisionNinja.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-11-06T13:57:01.000Z","updated_at":"2025-02-23T07:51:04.000Z","dependencies_parsed_at":"2024-01-04T10:29:56.147Z","dependency_job_id":"25147cbc-08d0-42c7-b8ab-1fe5397366b3","html_url":"https://github.com/TelevisionNinja/cppLib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TelevisionNinja%2FcppLib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TelevisionNinja%2FcppLib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TelevisionNinja%2FcppLib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TelevisionNinja%2FcppLib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TelevisionNinja","download_url":"https://codeload.github.com/TelevisionNinja/cppLib/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243552890,"owners_count":20309635,"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":["cpp","docker","library","utilities"],"created_at":"2024-11-20T00:46:40.574Z","updated_at":"2026-05-22T05:17:43.710Z","avatar_url":"https://github.com/TelevisionNinja.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cppLib\nA collection of c++ functions and data structures. The minimum C++ version is C++20\n\nSubjects that this library covers:\n- arrays \u0026 vectors\n- math\n- strings\n- data structures\n\nArrays \u0026 Vectors:\n- utilities to manipulate arrays \u0026 vectors\n- search\n\nMath:\n- general math functions\n- integration methods\n- root finding methods\n- vector operations\n- fast fourier transform\n- complex numbers\n- dual numbers\n\nStrings:\n- utilities to manipulate strings\n- search\n- edit distance\n\nData Structures:\n- binary heap\n- doubly linked list\n\n# Build and Run Tests\n## Native\n```bash\ng++ -std=c++23 -Wall ./tests/*.cpp ./src/*.cpp -o ./test.exe\n./test.exe\n```\n\n## Make\n```bash\nmake\n./test.exe\n```\n\n## Docker or Podman\n### Docker\n```bash\ndocker build -t cpplib_image .\ndocker run --replace --name cpplib_container cpplib_image\n```\n\n### Podman\n```bash\npodman build -t cpplib_image .\npodman run --replace --name cpplib_container cpplib_image\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelevisionninja%2Fcpplib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftelevisionninja%2Fcpplib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelevisionninja%2Fcpplib/lists"}