From c54e5bdecc057dce3d3abe06565606867bad3150 Mon Sep 17 00:00:00 2001 From: John Washam Date: Sun, 18 Sep 2016 11:17:06 -0700 Subject: [PATCH] Marking papers as complete. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42e8c60..398454d 100644 --- a/README.md +++ b/README.md @@ -992,7 +992,7 @@ You'll get more graph practice in Skiena's book (see Books section below) and th - [ ] https://backchannel.com/google-search-will-be-your-next-brain-5207c26e4523 - [ ] https://backchannel.com/the-deep-mind-of-demis-hassabis-156112890d8a -- [ ] **Papers (Google papers and well-known papers)**: +- [x] **Papers (Google papers and well-known papers)**: - Reading all from end to end with full comprehension will likely take more time than you have. I recommend being selective on papers and their sections. - [x] 1978: Communicating Sequential Processes: http://spinroot.com/courses/summer/Papers/hoare_1978.pdf - implemented in Go: https://godoc.org/github.com/thomas11/csp @@ -1015,7 +1015,7 @@ You'll get more graph practice in Skiena's book (see Books section below) and th - [x] 2015: High-Availability at Massive Scale: Building Google’s Data Infrastructure for Ads: https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44686.pdf - [x] 2015: TensorFlow: Large-Scale Machine Learning on Heterogeneous Distributed Systems: http://download.tensorflow.org/paper/whitepaper2015.pdf - [x] 2015: How Developers Search for Code: A Case Study: http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43835.pdf - - [ ] 2016: Borg, Omega, and Kubernetes: http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44843.pdf + - [x] 2016: Borg, Omega, and Kubernetes: http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44843.pdf - [x] **Unicode** - [x] The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets: http://www.joelonsoftware.com/articles/Unicode.html