Skip to main content

Posts

Showing posts with the label JeffHugh's broadcasted articles on Inoreader

[转]一些第三方库

赞叹开源、共享的伟大 在工作和学习中,借助第三方开源代码库是常见的事情,“站在巨人的肩膀上”嘛,相信大家都不会陌生,赞叹开源、共享的伟大。 一方面为了做个总结,另一方面,就是好东西要与大家分享,我在 Github 上维护了一个页面 http://ift.tt/1QxQddX ,包含了个人比较关注的第三方代码库,如下(持续更新中) Google 开源库 zh-google-styleguide - Google 开源项目风格指南. protobuf - Protocol Buffers - Google’s data interchange format. gflags - Commandline flags module for C++. glog - Logging library for C++. gtest - Google C++ Testing Framework. googlemock - Google C++ Mocking Framework. leveldb - A fast and lightweight key/value database library by Google. cpy-leveldb - Python bindings for LevelDB using leveldb c api. The Chromium Projects - The Chromium projects include Chromium and Chromium OS, the open-source projects behind the Google Chrome browser and Google Chrome OS, respectively. C++ base 库 toft - C++ Base Library for Linux server side development. thirdparty - Put thirdparty library here for toft ant foxy. chen3feng folly - Folly is an open-source C++ library developed and used at Facebook. 算法和数据...