> For the complete documentation index, see [llms.txt](https://y-meguro.gitbook.io/reading-record/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://y-meguro.gitbook.io/reading-record/master.md).

# Introduction

## これは何？

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

## 目次

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