I hereby claim:
- I am tsuyukimakoto on github.
- I am everes (https://keybase.io/everes) on keybase.
- I have a public key ASCcwmULyGtnd-JULOpnQ8DVLTg8T4KqcsfjZtCuWpDkhwo
To claim this, I am signing this object:
| ## install方法はググれば良い | |
| - chrootonだかなんだか | |
| ## ついシャットダウンして通常起動してしまった場合 | |
| デベロッパーモードで起動する | |
| - esc reloadボタンを押したまま電源を入れる | |
| - 脅しが出るので気にしないでenter keyを押す |
I hereby claim:
To claim this, I am signing this object:
| . | |
| ├── appsscript.json | |
| ├── config.service.ts ← 設定を扱う。ProeprtyServiceをここに閉じ込めている | |
| ├── constants.ts | |
| ├── index.ts ← エントリーポイント | |
| ├── models.ts ← 型定義。ここじゃない気がしている | |
| ├── storage.service.ts ← データを扱う。SpreadSheetはここに閉じ込めている | |
| └── utils.ts ← バグりがちなロジックを入れて、主にこのファイルをテストしている |
$ sudo apt update -y && sudo apt upgrade -y
$ sudo apt-get install build-essential libssl-dev zlib1g-dev
$ sudo apt-get install uuid-dev # for uuid time safe
$ sudo apt-get install libffi-dev # for _ctypes
$ sudo apt-get install libsqlite3-dev # for sqlite3
$ wget https://www.python.org/ftp/python/3.8.0/Python-3.8.0b1.tgz
$ tar xzf ./Python-3.8.0b1.tgz
$ cd Python-3.8.0b1/
2019.06.17 22:00+09:00
python3.8にmypyをインストール。まだmasterじゃないとインストールできない。
$ git clone --recurse-submodules https://github.com/python/mypy.git
$ cd mypy
$ python3.8 setup.py install
2019.06.17 22:00+09:00
python3.8にmypyをインストール。まだmasterじゃないとインストールできない。
$ git clone --recurse-submodules https://github.com/python/mypy.git
$ cd mypy
$ python3.8 setup.py install
2019.06.17 22:00+09:00
python3.8にmypyをインストール。まだmasterじゃないとインストールできない。
$ git clone --recurse-submodules https://github.com/python/mypy.git
$ cd mypy
$ python3.8 setup.py install
| import re | |
| def check(passwd): | |
| if (password_length := len(passwd)) < 1: | |
| return 'Need password' | |
| if (m := re.search(r'^%s+' % passwd[0], passwd)) and m.span()[1] == password_length: | |
| return '{0} contains only same character'.format(passwd) | |
| return '{0} is suitable for password'.format(passwd) | |
| if __name__ == '__main__': |
SELECT文の結果にカラム名を表示するようにする
.headers ON
SELECT文の結果を詰めない
.mode column
他にも tabs や html や csv などいくつかある。
I hereby claim:
To claim this, I am signing this object: