{"id":18150035,"url":"https://github.com/farnyser/linq-cpp","last_synced_at":"2025-09-02T18:38:07.698Z","repository":{"id":146172314,"uuid":"84117956","full_name":"farnyser/linq-cpp","owner":"farnyser","description":"LINQ-Like API in C++","archived":false,"fork":false,"pushed_at":"2017-07-29T16:05:35.000Z","size":46,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T22:38:50.003Z","etag":null,"topics":["cpp","cpp14","linq"],"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/farnyser.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-03-06T20:32:25.000Z","updated_at":"2023-11-16T16:40:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"64fbf41f-a2a7-4e96-8491-d9c18b0575c4","html_url":"https://github.com/farnyser/linq-cpp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/farnyser/linq-cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farnyser%2Flinq-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farnyser%2Flinq-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farnyser%2Flinq-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farnyser%2Flinq-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farnyser","download_url":"https://codeload.github.com/farnyser/linq-cpp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farnyser%2Flinq-cpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273332523,"owners_count":25086959,"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-09-02T02:00:09.530Z","response_time":77,"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","cpp14","linq"],"created_at":"2024-11-02T00:07:13.410Z","updated_at":"2025-09-02T18:38:07.669Z","avatar_url":"https://github.com/farnyser.png","language":"C++","readme":"Linq C++\n========\n\nYet another Simplified Linq for C++ !\n\nExample\n-------\n\n```c++\nstruct Point { int x; int y }\nstd::vector\u003cPoint\u003e source = GetAllPointsInRange();\n\n// find point with max X coordinate having Y coordinate lower than 1.0\nauto p = AdaptView(source)\n\t\t.Where([](const auto\u0026 p) { return p.y \u003c 1.0; })\n\t\t.Max([](const auto\u0026 p) { return p.x; });\n```\n\nSupported operations\n--------------------\n\n* Range\n* Where, Skip, SkipWhile, Take, TakeWhile\n* Select\n* GroupBy\n* First, Last, Single, Min, Max\n* Count, Sum\n* Concat, Union, Distinct, Intersect, Except\n* Any, All, Contains\n\nWhat's next\n------------\n\n* SelectMany\n* OrderBy, OrderByDescending\n* ToMap","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarnyser%2Flinq-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarnyser%2Flinq-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarnyser%2Flinq-cpp/lists"}