Skip to content

Instantly share code, notes, and snippets.

View doraiso's full-sized avatar
😪
sleep

doraiso doraiso

😪
sleep
View GitHub Profile
@mamemomonga
mamemomonga / WindowsCmd.md
Last active September 10, 2020 01:27
Windowsコマンドメモ

Windowsコマンドメモ

  • Windows 10 Proのcmd.exe にて動作確認
  • PowerShell から cmd.exe を開くには start cmd.exe で開始できる

シャットダウン

shutdown -t 1 -s

リブート

@wate
wate / syntax.md
Last active September 13, 2022 02:26
Markdownで行こう!

Markdownで行こう!

Markdownとは?

Markdownのルールで書かれたテキストはタグなど複雑な要素が用いられていないため
直感的に分かりやすく、HTMLに変換しないままでも配布することが可能です。
Markdownのルールは[Settext][]、[atx][]、[Textile][]、[reStructuredText][]、
[Grutatext][]、[EtTe][]といったテキスト文書をHTMLに変換するツールを参考にしています。