オリジナル: https://github.com/lessu/open_dp100/blob/master/DP100_Protocol.md
デバイス: Alientek DP100
私は主にmacOSを使用し、次にlinux、Windowsを使用することはあまりありません。
Alientekは、唯一Windows用の.net Dllを提供するため、二次開発には非常に不便です。
オリジナル: https://github.com/lessu/open_dp100/blob/master/DP100_Protocol.md
デバイス: Alientek DP100
私は主にmacOSを使用し、次にlinux、Windowsを使用することはあまりありません。
Alientekは、唯一Windows用の.net Dllを提供するため、二次開発には非常に不便です。
% -*- coding: utf-8 -*- | |
@require: pervasives | |
@require: gr | |
@require: list | |
@require: math | |
@require: code | |
@require: color | |
@require: option | |
@require: annot | |
@require: footnote-scheme |
2020-05-13 追記
job "minio" { | |
datacenters = ["dc1"] | |
type = "service" | |
group "minio1" { | |
ephemeral_disk { | |
size = 10000 | |
sticky = true | |
migrate = false | |
} |
Name: Minoru KANATSU
Email: [email protected]
IM/IRC: Skype:kotatsu_mikan
Languages (spoken and written): Japanese, English
____-------____ | |
__-- --__ | |
/ \ | |
\ _--_ _--_ / あなたはシステム管理者から通常の講習を受けたはずです。 | |
| ,--. ,--. | これは通常、以下の3点に要約されます: | |
| |()| |()| | | |
| _______ | #1) 他人のプライバシーを尊重すること。 | |
| \ ||| / | | |
| `---' | #2) タイプする前に考えること。 |
Here is a little recipe for generating html from github-flavoured markdown. CSS extracted and modified from https://github.com/sindresorhus/github-markdown-css on 22-05-2019. At some point this CSS will probably have to be updated, but for now it works.
Install pandoc 2.x or higher
Save github-markdown.css (below) to ´~/.pandoc/github-markdown.css´
To convert a file called README.md (change as appropriate) run ´pandoc --standalone -c ~/.pandoc/github-markdown.css -f gfm -t html README.md´
2024/12/10 更新
この記事は、自作OS Advent Calendar 2018の 12/2 の記事として書かれました。
意外と、まとまったページが無いという認識だったので、記事にしてみました。