From c86e268f6b38a1e8147404b3024ba5a83db6af3a Mon Sep 17 00:00:00 2001 From: John Washam Date: Thu, 15 Sep 2016 19:49:16 -0700 Subject: [PATCH] Marking items read. --- README.md | 4 ++-- extras/bits.php | 53 ------------------------------------------------- 2 files changed, 2 insertions(+), 55 deletions(-) delete mode 100644 extras/bits.php diff --git a/README.md b/README.md index 5541da2064..64fb3d7806 100644 --- a/README.md +++ b/README.md @@ -993,8 +993,8 @@ You'll get more graph practice in Skiena's book (see Books section below) and th - [ ] https://backchannel.com/the-deep-mind-of-demis-hassabis-156112890d8a - [ ] **Papers**: - - [ ] What Every Programmer Should Know About Memory (very long for a paper): https://www.akkadia.org/drepper/cpumemory.pdf - - [ ] Spanner: Google’s Globally-Distributed Database: http://static.googleusercontent.com/media/research.google.com/en//archive/spanner-osdi2012.pdf + - [x] What Every Programmer Should Know About Memory (very long, and the author encourages skipping of some sections): https://www.akkadia.org/drepper/cpumemory.pdf + - [x] Spanner: Google’s Globally-Distributed Database: http://static.googleusercontent.com/media/research.google.com/en//archive/spanner-osdi2012.pdf - [ ] The Google File System: http://static.googleusercontent.com/media/research.google.com/en//archive/gfs-sosp2003.pdf - [ ] MapReduce: Simplified Data Processing on Large Clusters: http://static.googleusercontent.com/media/research.google.com/en//archive/mapreduce-osdi04.pdf - [ ] TensorFlow: Large-Scale Machine Learning on Heterogeneous Distributed Systems: http://download.tensorflow.org/paper/whitepaper2015.pdf diff --git a/extras/bits.php b/extras/bits.php deleted file mode 100644 index d529483dd7..0000000000 --- a/extras/bits.php +++ /dev/null @@ -1,53 +0,0 @@ - - - - -

Bits Cheat Sheet

- - - - - - - - - - - - - - - - - - - - - - - - -
 2nBitsMax unsigned intMin signed intMax signed int
2
- - - \ No newline at end of file