Pandoc + reveal.jsでMarkdownによるスライド作成をWindowsで行えるようにするまでの環境づくりの手順。
と、イロイロといじったのでそれをメモしておく。
Markdownでサクッとスライドが作れるといいなーと思って昨年ぐらいより Pandoc + reveal.js を使い始めた。
PCを新しくしたついでに環境をイロイロ整え直したので、それをメモしておこーかなと。
シーケンス図とかフローチャートをしごとで描画することになった場合、 テキストから生成できたら楽なので、それ系のツールまとめ
#!/usr/bin/env python | |
""" | |
Run a multi-threaded single-client SCPI Server implemented in Python. | |
Using a single-client server is sensible for many SCPI servers | |
where state would need to be shared between the multiple clients | |
and thus access to it would need to be made thread-safe. | |
In most cases, this doesn't make sense. Everything is | |
simply much easier when allowing only one client at a time. |
$ git remote add upstream [email protected]:mbedmicro/mbed.git
$ git fetch upstream
$ git merge upstream/master
$ git push
$ git remote add xxx_work [email protected]:mbedmicro/mbed_private_xxx.git