dongyuwei
dongyuwei
https://github.com/bit101/CodingMath/blob/master/application2/index.html#L8 `main2.js` should be `main.js` ?
error when npm install -g jsdoc but the 'name' in package.json is 'jsdoc'.
https://github.com/Cyan4973/xxHash > xxHash is an Extremely fast Hash algorithm, running at RAM speed limits and there are some pure js implementation of xxHash. such as https://github.com/pierrec/js-xxhash and https://github.com/Jason3S/xxhash
shift+command+v
使用 android pinyin ime 词库。不和英文混合输入,拼音输入法逻辑处理更简单,体验能更好。 中英文混合输入,比较难以优化中文输入,因为目前定位就是专业的英文输入法。
In http://yomguithereal.github.io/talisman/stats/ page, there is a link to http://yomguithereal.github.io/talisman/stats/ngrams, which is broken now.
``` css body { color: red; /* all browsers, of course */ color : green\9; /* IE8 and below */ } ```
``` python main.py pygame 1.9.6 Hello from the pygame community. https://www.pygame.org/contribute.html Traceback (most recent call last): File "main.py", line 18, in import pygame._view ImportError: No module named _view ``` tested...