Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active April 5, 2017 05:38
Show Gist options
  • Save kjunichi/f42a694d0fdabacd05bead0a54e3baa3 to your computer and use it in GitHub Desktop.
Save kjunichi/f42a694d0fdabacd05bead0a54e3baa3 to your computer and use it in GitHub Desktop.

Idea

仕様書のオンライン化

  • メールで変更となった仕様等を即反映(もちろんメッセージIDも保持)
  • その際、機械学習でヤバイ仕様の判定を行い必要に応じて警告

Powershell

Speak=CreateObject("sapi.spvoice")

-strict パラメータ これにより、.NET オブジェクトを包む COM ラッパーではなく、実際の COM オブジェクトを操作可能に

$speak = new-object -comobject sapi.spvoice -strict
$speak.Speak("a")

関連

アクセス解析タグ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment