- 法语键盘数字区默认输入符号,如果需要输入数字,需要按 shift 键。
View 02-keywoard-panic.md
View 02-sass.md
- 美图秀秀用户的男女比例没有大家想象的那么悬殊,大概是 1:2.
- SASS 面向大型企业销售比较困难(销售流程长、公关成本高),面向中小型企业销售的问题是流失率天然会很高,因为中国中小企业平均寿命只有 3 年(这一意味着获客成本必须要低)。
View sars-2.md
Numbers
Coronavirus COVID-19 Global Cases by Johns Hopkins CSSE
Symptoms
Symptoms have included:[1]
- fever
- cough
View dump-to-pretty-json-file.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def dump_to_pretty_json_file(thing: Any, file: TextIO) -> None: | |
"""Fast dump to pretty formatted JSON file.""" | |
json.dump(thing, file, | |
check_circular=False, allow_nan=False, | |
indent=2, separators=(',', ': ')) |
View swift-ide-editor-on-linux.md
I wrote this notes in the era of Swift 2, so it is very outdated. So this is for history interest only.
CLion
Tested on Linux.
- No code highlight if code has not been compiled once.
- Code completion does [not work on import modules][CPP-5325],
including
Foundation
.
View keras_lstm_tpu.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View keras_lstm_tpu.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View keras_lstm_tpu.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View keras_lstm_tpu.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.