├── .gitattributes ├── .gitignore ├── Forex Walkthrough.pdf ├── Java Platform, Standard Edition HotSpot Virtual Machine Garbage Collection Tuning Guide.pdf ├── Marcus Buckingham - The One Thing You Need to Know.pdf ├── Practical Statistics for Data Scientists 50 Essential Concepts.pdf ├── README.md ├── Stochastic Calculus for Finance I, The Binomial Asset Pricing Model .pdf ├── Stochastic Calculus for Finance II, Continuous-Time Models .pdf └── Troubleshooting Guide for HotSpot VM.pdf /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zihao-chen/books/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zihao-chen/books/HEAD/.gitignore -------------------------------------------------------------------------------- /Forex Walkthrough.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zihao-chen/books/HEAD/Forex Walkthrough.pdf -------------------------------------------------------------------------------- /Java Platform, Standard Edition HotSpot Virtual Machine Garbage Collection Tuning Guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zihao-chen/books/HEAD/Java Platform, Standard Edition HotSpot Virtual Machine Garbage Collection Tuning Guide.pdf -------------------------------------------------------------------------------- /Marcus Buckingham - The One Thing You Need to Know.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zihao-chen/books/HEAD/Marcus Buckingham - The One Thing You Need to Know.pdf -------------------------------------------------------------------------------- /Practical Statistics for Data Scientists 50 Essential Concepts.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zihao-chen/books/HEAD/Practical Statistics for Data Scientists 50 Essential Concepts.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zihao-chen/books/HEAD/README.md -------------------------------------------------------------------------------- /Stochastic Calculus for Finance I, The Binomial Asset Pricing Model .pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zihao-chen/books/HEAD/Stochastic Calculus for Finance I, The Binomial Asset Pricing Model .pdf -------------------------------------------------------------------------------- /Stochastic Calculus for Finance II, Continuous-Time Models .pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zihao-chen/books/HEAD/Stochastic Calculus for Finance II, Continuous-Time Models .pdf -------------------------------------------------------------------------------- /Troubleshooting Guide for HotSpot VM.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zihao-chen/books/HEAD/Troubleshooting Guide for HotSpot VM.pdf --------------------------------------------------------------------------------