xyhuang

Results 21 issues of xyhuang

I have a system which store data in an aos way. I found it is slow. Can this code be used to transfer data in a easy to make it...

Hi, tabulate is very beatiful. but compare with plain cout, it seems much slower. my plain cout cost 0.002s but after i use tabulate, it cost 0.05 about 25 times...

I run the newspaper.build for my url. but i found it get some data for me, but not complete. is there anything i need to pay attention?

I am new in website crawler. I look around the github crawlers. I think this is the easiest to use package for newspaper crawler. but is this reliable enough if...

I want to generate binary file only when no cpplint error existed. I think the default behavior is just to check once, even cpplint found error, it can make out....

cpplint --quiet $file can use quiet mode, how to add it into CPPLINT.cfg so that can be default setting?

Hi, yumoxu. great work about your paper, but i tried to reproduce the results you mentioned in your paper. only 0.53 i can get. Is there any tricks i should...

clustershell is great!!! thanks for sharing such good project. I have a calculation task, which only read data from file, calculate, then dump out calculate result into output file. multi-threading...

Hi xiangnan. why you use stop_gradient? just use gradient is not ok?