Sunday, February 12, 2017

Tuesday, February 7, 2017

Video illustrates how Android Chrome renders toolbar and content frames.


Monday, February 6, 2017

Clion indexing Chromium


Wonder how Clion would index huge project like for example Chromium on server CPU (Xeon E5 2686v3)?
The answer is: slowly. It can do it much faster. Using about 15% of CPU resources all the time during indexing.

The following script extracts all audio streams from files in current directory

The following script extracts all audio streams from files in current directory ls |parallel "ffmpeg -i {} 2>&1 |\ sed -n &...