# book-code **Repository Path**: sikuner_admin/book-code ## Basic Information - **Project Name**: book-code - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # book-code book code 将书籍代码和写过的测试代码放在一个仓库,方便利用 github 的代码搜索功能 - https://github.com/fffaraz/awesome-cpp - https://github.com/jobbole/awesome-cpp-cn - https://github.com/jobbole/awesome-c-cn - https://github.com/Paolo-Maffei/OpenNT - https://github.com/Microsoft/Windows-classic-samples - https://github.com/uri247/Win81Desktop ## Windows 基础编程技术 - 文件访问 - 线程操作 - 同步对象 - IPC(匿名管道、命名管道) - [命名管道](https://github.com/dinodragon/mygooglecode/blob/1a5525ec6ef1b88f94af55a101d520e1aab83100/WindowsCpp/IPC/namepipe/NamedPipeServer.cpp) - [线程池](https://github.com/jetlive/skiaming/blob/d6500ec2afe1ab45b8a42470ac9dff30c7297b57/%E6%BA%90%E7%A0%81%E6%B3%A8%E9%87%8A/VS%202010%20Examples/C%2B%2B%20Samples/ATL/Advanced/CThreadPool/ThrdPool.cpp) - [FZStudio](https://github.com/submorino/FZStudio) - [线程池](https://github.com/philipgreat/cplusplus-windows-test-apps/blob/master/ThreadPoolTest/ThreadPoolTest.cpp) - [完成端口](https://github.com/gaarieth/Snippets/blob/2dcd9dc164fa2586283af8ddf1a003604003179a/Windows/Win32/CompletionPort.h) - [im_server](https://github.com/legol/im_server) - [线程池](https://github.com/lidongmeng/NetworkProgramming/blob/c5878674abdac79edee9b6d30a99bd888fb11537/LearnThreadPool/TThread.hh) - [线程池](https://github.com/shanfeng0004/test-online/blob/d797704e36feea3db7684935b0640d47182c389e/ocs_rate/ThreadPool.h) - [线程池](https://github.com/qiubinren/exercise/blob/2dddef72ebbff186dc83713674ba436e639d3b7a/cpp/144ThreadPool/CThreadPool.h) - [线程池](https://github.com/dengbzh/CThreadPool/blob/77bc37c4c2a893611b41394663e6e0f83820e6fa/src/CThreadPool.h) - [线程池](https://github.com/metopa/HTTP_Server/blob/master/src/main.cpp) - [ipc-win](https://github.com/OpenSharp/ipc-win) - [test-code-backup](https://github.com/CriDos/test-code-backup) - [hf-2011](https://github.com/wjcsharp/hf-2011) - [命名管道服务器](https://github.com/sachindeshpande/TRapperProject/blob/efe19ddeac91a057bff48d6cb0914652c47655cd/Source/TapRapperApplication/WiimoteCpp/CppNamedPipeServer/CppNamedPipeServer.h) - https://github.com/sovprene/named-pipe-examples - https://github.com/rwang82/HMNWC - https://github.com/guyuzhilian/Network - https://github.com/YingyuWu/RealTimeNewsVisualization/blob/5ecc73df6de7a5441e96169d5c7b39b92c2e546d/STVS/src/websocket/websocketserver.h - https://github.com/tujiaw/pipe - https://github.com/awakecoding/xrdp-ng/blob/bbc04f19df0544cfaeb83eebe3263cc38d99a132/session-manager/common/pbRPC/RpcEngine.cpp - https://github.com/sim0629/tightvnc/blob/af064f5fa430d8a75ad256216328e37e04b49dc1/win-system/PipeServer.h - https://github.com/bupthongyi/Rpc 是一个基于 boost.asio 的命名管道方式 IPC, 支持 google protobuf - http://www.cppremote.com/ - https://github.com/maligulzar/Rstudio-instrumented - https://github.com/ggf005/MyProjects PPTV - https://github.com/0xfab-ri/dlna-microstack - https://github.com/Vatyx/NamedPipeCapture - https://github.com/chunteck/base boost.asio 命名管道 - https://github.com/SidneyYue/ClientLibXcode/blob/a4c4b6bb046dcc698d736f3588428443069ce125/OwbClientlibXcode/ThridParty/RCF-2.0.0.2679/include/RCF/test/TransportFactories.hpp - https://github.com/bransorem/prov/blob/80cce013b762ef4d60b8bb6cb56c67f2b37af8b1/server.cpp - https://github.com/winetaster/InfinityCore - https://github.com/search?l=cpp&p=3&q=uv_pipe_init&ref=reposearch&type=Code&utf8=%E2%9C%93 - http://www.deltavsoft.com/RCFProto.html - https://github.com/iamchucky/ShowcaseRobotERIC/blob/74aede50a0848c1792ccca6e64d6a5bbbf683637/DEASLDEV/Sensors/ProtoBufPipes/ProtobufPipeServer.cpp - https://github.com/codereversing/hekate/blob/7a6b3cd4dc03d1a808c12a05ada08f6b0e16b333/Hekate/HekateTestFilter/Source.cpp#L176 ## LuaBridge - https://github.com/Zephilinox/LSFML - https://github.com/Johnny-Martin/ComBase/blob/586b6b4614ecf690f272fc407eea1947052935d1/UIEngine/source/luabridge/LuaBridge.cpp - https://github.com/moteus/lua-windows-environment - https://github.com/moteus/lua-path/tree/master/lua - https://github.com/moteus/lzlib - https://github.com/moteus/lua-env/tree/master/src - https://github.com/moteus/luafilesystem - https://github.com/moteus/lua-winreg - https://github.com/ylw633/scite-mql - https://github.com/Soulflare3/ilua/blob/8cf42b4559feff27598c42dfca6d6a17e7ca8503/src/core/api/binds.cpp - https://github.com/malcome/Lua4Lazarus - https://github.com/lainz/lainzcodestudio ## msvcrt - https://github.com/changloong/msvcrt - https://github.com/BackupTheBerlios/vs90-msvcrt - https://github.com/yumeyao/7zip - https://github.com/bin-y/nodefaultlib ## pattern - https://github.com/iluwatar/java-design-patterns ## android - https://github.com/crazycodeboy/TakePhoto - https://github.com/RimonHwang/RimonZhiHuStory 知乎日报第三方客户端 - https://github.com/GeekGhost/Ghost - https://github.com/jaydenxiao2016/AndroidFire - https://github.com/80945540/FreeBook - https://github.com/JustWayward/BookReader - https://github.com/smuyyh/SprintNBA - https://github.com/babylikebird/owspace - https://github.com/MarnonDev/GameNews - https://github.com/smuyyh/HardwareTest - https://github.com/CooLoongWu/CoolChat - https://github.com/TruthKeeper/MediaPicker ## C++ C++ 类型转换 C++ 日期时间 - getopt 命令行解析 - zlib - openssl - curl - 7z - lua - msgpack - jsoncpp - tinyxml - Crypto++ - boost