A curated list of awesome things related to HarmonyOS. 华为鸿蒙操作系统。
-
Updated
Jun 16, 2021 - C
An operating system operates and manages both the hardware and software in a computer. Operating systems provide software platforms for applications to function.
Just sharing
Install tools:
brew install geekbench
brew install w3m
Run benchmark, must have internet for Geekbench 5 tryout mode:
/Applications/Geekbench\ 5.app/Contents/Resources/geekbench5
Use w3m get result in terminal:
w3m -dump https://browser.geekbench.com/v5/cpu/5992961
One line can be:
w3m -dump $(/Applications/Geekbench\ 5.app/Conten
Most of the times when an invocation fails it calls userError
to provide some additional diagnostics about what is going wrong.
However, there are a few places over the kernel where this is missed. It would be great to have this in all places.
As an extension it would be even better to include additional diagnostics information on the failure. For example:
if (length < 6 || cur
Currently the suggestions can't be chosen using the mouse. It could be implemented using a double_click.