- これをcloneする
- virtualenvを用意する
pip install -r requirements.txtで依存パッケージをインストールするpython server.pyでサーバーを起動する- ブラウザで、サーバーにアクセスして、フォームにテキストと言語を指定して「喋る」ボタンを押す
- Google Homeが喋った!
This file contains hidden or 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
| [Core] | |
| Name = Timer | |
| Module = timer | |
| [Documentation] | |
| Description = Timer | |
This file contains hidden or 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
| #!/usr/bin/env python | |
| """Generated by act as 2017-12-30 09:57:20.386358 | |
| """ | |
| import sys | |
| import logging | |
| from pathlib import Path | |
| from git import Repo | |
| Logger = logging.getLogger('checkout_all_branches') |
This file contains hidden or 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
| # Traial example for yandex-tank | |
| ## Usage | |
| ```bash | |
| docker-compose run tank | |
| ``` |
7/10にバンダイナムコアーツがリリースした、サービスMixBoxをヘッドレスモードのGoogleChromeで呼びます。 再生開始まで行い、それ以上のことはしません。
MixBoxは こちら
This file contains hidden or 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
| project = 'sphinx-revealjs-issue' | |
| copyright = '2021, Kazuya Takei' | |
| author = 'Kazuya Takei' | |
| release = '2021.2.28' | |
| extensions = [ | |
| 'sphinx.ext.todo', | |
| 'sphinx_revealjs', | |
| ] | |
| templates_path = ['_templates'] |
This file contains hidden or 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
| #!/usr/bin/env python | |
| import re | |
| import sys | |
| from pathlib import Path | |
| VALID_TYPES = [ | |
| # Rule 1 and 2. | |
| "feat", "fix", | |
| # Rule 4.(Optional) |
This file contains hidden or 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
| # Maintainer: Your Name <[email protected]> | |
| pkgname=gh-bin | |
| pkgver=2.3.0 | |
| pkgrel=1 | |
| epoch= | |
| pkgdesc="GitHub’s official command line tool (private AUR for install from binary)" | |
| arch=('x86_64') | |
| url="https://github.com/cli/cli/tree/v2.3.0" | |
| license=('MIT') | |
| groups=() |