# y-meguro's reading record

## y-meguro's reading record

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://y-meguro.gitbook.io/reading-record/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
