-
Notifications
You must be signed in to change notification settings - Fork 17
Examples
chrisvana edited this page Dec 2, 2014
·
12 revisions
- Simple C++ Tutorial
- Simple Java Tutorial
- TODO: go (see examples in testdata)
- TODO: python (see examples in testdata)
- Top BUILD File (c++, java, go, python): https://github.com/chrisvana/repobuild/blob/master/testdata/BUILD
- Protocol buffer example: https://github.com/chrisvana/repobuild/blob/master/testdata/a/BUILD
- Common C++ libraries: https://github.com/chrisvana/common
- Third Party: https://github.com/chrisvana/third_party
- (some examples)
- Boost (custom build): https://github.com/chrisvana/boost_copy/blob/master/BUILD
- RE2 (make): https://github.com/chrisvana/re2_copy/blob/master/BUILD
- Rdkit (cmake): https://github.com/chrisvana/rdkit_copy/blob/master/BUILD
- SMHasher (custom gcc args): https://github.com/chrisvana/smhasher_copy/blob/master/BUILD
- Zeromq (autoconf) https://github.com/chrisvana/zeromq_copy/blob/master/BUILD
- Curlpp (autoconf) https://github.com/chrisvana/curlpp_copy/blob/master/BUILD
- Author clustering: https://github.com/chrisvana/shakespeare
- (if you have a clean example, please let me know)