gitextract_lpvvsv51/ ├── .gitignore ├── An-Overview-of-the-Scala-Programming-Language/ │ ├── 0.Abstract.md │ ├── 1.Introduction.md │ ├── 2.A_Java-Like_Language.md │ ├── 3.A_Unified_Object_Model.md │ ├── 4.Operations_Are_Objects.md │ ├── 5.Abstraction.md │ ├── 6.Composition.md │ ├── 7.Decomposition.md │ ├── 8.XML_Processing.md │ ├── 9.Component_Adaptation.md │ ├── A.Related_Work.md │ ├── B.Conclusion.md │ ├── C.References.md │ ├── book/ │ │ ├── Makefile │ │ ├── make.bat │ │ └── source/ │ │ ├── 0.Abstract.rst │ │ ├── 1.Introduction.rst │ │ ├── 2.A_Java-Like_Language.rst │ │ ├── 3.A_Unified_Object_Model.rst │ │ ├── 4.Operations_Are_Objects.rst │ │ ├── 5.Abstraction.rst │ │ ├── 6.Composition.rst │ │ ├── 7.Decomposition.rst │ │ ├── 8.XML_Processing.rst │ │ ├── 9.Component_Adaptation.rst │ │ ├── A.Related_Work.rst │ │ ├── B.Conclusion.rst │ │ ├── C.References.rst │ │ ├── Cover.rst │ │ ├── Preface.rst │ │ ├── conf.py │ │ ├── conf_linux.py │ │ ├── conf_ms.py │ │ └── index.rst │ └── readme.md ├── BlockChain/ │ ├── Readme.md │ └── VTN/ │ ├── 0. Abstract.md │ └── 1. 比特币与区块链.md ├── R3 Corda/ │ └── Readme.MD └── README.md