Guihao Liang

Results 6 issues of Guihao Liang

I'm in the process of reading the book for python machine learning (PML). And I followed the PML to learn more about numpy through the Appendix F of this book....

update 05/08/2020 implemented a thread-safe stopwatch to measure the elapsed time spent by concurrent IO. --- report progress to users in order to let them wait for slow IO operations....

enhancement
S3

following this [post](https://iscinumpy.gitlab.io/post/omp-on-high-sierra/) to let apple clang use external OpenMP libs. In order to provide a smooth review experience, I exclude all the OpenMP source files, which are irrelevant to...

infrastructure

I'm reading part 4, and I think if `txid` is not unique for this tutorial. `Txid` should be unique for blockchain. Otherwise, you can't lookup each transaction by `txid`. The...

I guess the partial is not working with `sidebar-sticky` https://github.com/htr3n/hyde-hyde/blob/14b387e6663c91750f0d80cc4cb17659d5979758/layouts/partials/sidebar.html#L3 reference: https://github.com/spf13/hyde#sticky-sidebar-content

add a quick start section. When I read the doc, I'm confused about where I should put the options, under `params` or at the top level. If I were given...