# Introduction

## これは何？

* [y-meguro](https://github.com/y-meguro) の読書メモです
* コードは [y-meguro/reading-record](https://github.com/y-meguro/reading-record) にあります

## 目次

* [Introduction](https://y-meguro.gitbook.io/reading-record/master)
* Computer Systems
  * [コンピュータシステムの理論と実装](https://y-meguro.gitbook.io/reading-record/computer-systems/nand2tetris)
  * [CPUの創りかた](https://y-meguro.gitbook.io/reading-record/computer-systems/how_to_create_cpu)
  * [プロセッサを支える技術](https://y-meguro.gitbook.io/reading-record/computer-systems/technologies_for_processors)
  * [コンパイラの構成と最適化](https://y-meguro.gitbook.io/reading-record/computer-systems/costruction_and_optimization_for_compiler)
  * [作って理解するOS](https://y-meguro.gitbook.io/reading-record/computer-systems/create_and_understand_os)
  * [Operating System Concepts](https://y-meguro.gitbook.io/reading-record/computer-systems/operating_system_concepts)
* Algorithms
  * [やさしく学べる離散数学](https://y-meguro.gitbook.io/reading-record/algorithms/easy_learning_discrete_mathematics)
  * [あたらしいグラフ理論入門](https://y-meguro.gitbook.io/reading-record/algorithms/graph_theory_introduction)
  * [計算理論の基礎](https://y-meguro.gitbook.io/reading-record/algorithms/introduction_to_the_theory_of_computation)
  * [アルゴリズムイントロダクション](https://y-meguro.gitbook.io/reading-record/algorithms/introduction_to_algorithms)
  * [珠玉のプログラミング](https://y-meguro.gitbook.io/reading-record/algorithms/programming_pearls)
  * [世界で戦うプログラミング力を鍛える本](https://y-meguro.gitbook.io/reading-record/algorithms/cracking_the_coding_interview)
* Math
  * [微分積分キャンパス・ゼミ](https://y-meguro.gitbook.io/reading-record/math/mathema_infinitesimal_calculus)
  * [線形代数キャンパス・ゼミ](https://y-meguro.gitbook.io/reading-record/math/mathema_linear_algebra)
  * [確率統計キャンパス・ゼミ](https://y-meguro.gitbook.io/reading-record/math/mathema_statistics)
* English
  * [例解 和文英訳教本 (文法矯正編)](https://y-meguro.gitbook.io/reading-record/english/translation_from_japanese_into_english)
  * [英作文ハイパートレーニング 自由英作文編](https://y-meguro.gitbook.io/reading-record/english/hyper_training)
  * [TOEFLテストリスニング問題190](https://y-meguro.gitbook.io/reading-record/english/toefl_test_listening)
  * [TOEFLテストライティング問題100](https://y-meguro.gitbook.io/reading-record/english/toefl_test_writing)
  * [TOEFLテストスピーキング問題110](https://y-meguro.gitbook.io/reading-record/english/toefl_test_speaking)
  * [Complete IELTS Writing](https://y-meguro.gitbook.io/reading-record/english/complete_ielts_writing)
  * [IELTS Speaking Success](https://y-meguro.gitbook.io/reading-record/english/ielts_speaking_success)
* Other
  * [Docker](https://y-meguro.gitbook.io/reading-record/other/using_docker)
  * [マスタリングTCP/IP―入門編](https://y-meguro.gitbook.io/reading-record/other/mastering_tcp_ip_basic)
  * [暗号技術入門](https://y-meguro.gitbook.io/reading-record/other/cryptography_introduction)
  * [体系的に学ぶ 安全なWebアプリケーションの作り方](https://y-meguro.gitbook.io/reading-record/other/developing_secure_web_applications)
  * [考える技術・書く技術](https://y-meguro.gitbook.io/reading-record/other/the_pyramid_principle)
* Pending
  * [コンピュータの構成と設計](https://y-meguro.gitbook.io/reading-record/pending/computer_organization_and_design)
  * [30日でできる! OS自作入門](https://y-meguro.gitbook.io/reading-record/pending/haribote_os)
