{"id":20101217,"url":"https://github.com/ymm135/c-cpp-cookbook","last_synced_at":"2026-05-13T23:35:45.466Z","repository":{"id":127196690,"uuid":"601894016","full_name":"ymm135/c-cpp-cookbook","owner":"ymm135","description":"c/c++基础知识及实现，偏重于数据结构。另外包含开源项目(中间件)的日常使用","archived":false,"fork":false,"pushed_at":"2024-01-22T06:30:48.000Z","size":21895,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T17:11:57.626Z","etag":null,"topics":["c","cpp","learning-by-doing"],"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/ymm135.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":"2023-02-15T03:37:18.000Z","updated_at":"2023-02-17T10:30:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"ebc25cc7-a545-4b78-b1ab-2b889a1f7883","html_url":"https://github.com/ymm135/c-cpp-cookbook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ymm135/c-cpp-cookbook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymm135%2Fc-cpp-cookbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymm135%2Fc-cpp-cookbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymm135%2Fc-cpp-cookbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymm135%2Fc-cpp-cookbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ymm135","download_url":"https://codeload.github.com/ymm135/c-cpp-cookbook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymm135%2Fc-cpp-cookbook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33004491,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: 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":["c","cpp","learning-by-doing"],"created_at":"2024-11-13T17:23:55.250Z","updated_at":"2026-05-13T23:35:45.440Z","avatar_url":"https://github.com/ymm135.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"- ## **C知识**  \n  - ### [参考文章 C-CppLearning](https://github.com/ymm135/C-CppLearning)  \n  - ### **基础**\n    - #### [c的编译及运行原理](md/base/c-build.md)\n    - #### [vscode debug c/c++](md/base/c-vscode.md)\n    - #### [知识速览](md/base/quick.md)\n  - ### **数据结构**\n    - #### 容器\n  - ### **算法**\n- ## **CPP知识**  \n- ## **中间件**  \n  - ### **网络** \n    - #### [F-Stack](md/middleware/f-stack.md)  \n- ## **性能**  \n- ## **扩展**  \n  - ### **汇编**  \n    - #### [DOSBox 汇编开发](md/extra/dos-box.md)  \n    - #### [汇编语言 基于x86处理器(原书第7版) 随书代码](https://github.com/ymm135/Irvine)  \n    - #### [自制4bit cpu](https://github.com/ymm135/TD4-4BIT-CPU) \n  - ### **网络** \n    - #### [二三层转发实例讲解](md/extra/2-3-tran.md)  \n    - #### [DHCP/DNS](md/extra/dhcp-dns.md)  \n    - #### [nftables的nfqueue数据包读取](md/extra/nftables-nfqueue.md)  \n    - #### [NAT](md/extra/nat.md)  \n  - ### **逆向** \n    - #### [逆向工程原理](md/extra/reverse.md)  \n    - #### [Hook原理及示例](md/extra/hook-app.md)  \n    - #### [漏洞挖掘与利用](md/extra/hole.md)  \n  - ### **工具**  \n    - #### [Makefile](md/extra/makefile.md) \n    - #### [CMake](md/extra/cmake.md) \n    - #### [机器码转汇编/C](md/extra/transition.md)  \n    - #### [Mac Clion + Ubuntu开发](md/extra/clion.md)  \n    - #### [Core Dumps ](md/extra/coredump.md)  \n    - #### [perf性能优化](md/extra/perf.md)  \n    - #### [qemu使用及内核调试](md/extra/qemu.md)  \n    - #### [ebpf](md/extra/ebpf.md)  \n    - #### [sanitizers工具包/内存泄漏/内存错误](md/extra/sanitizers.md)  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fymm135%2Fc-cpp-cookbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fymm135%2Fc-cpp-cookbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fymm135%2Fc-cpp-cookbook/lists"}