Skip to content

Instantly share code, notes, and snippets.

@drilldev
drilldev / _vimrc
Created November 14, 2015 14:35
My Kaoriya VIM7 _vimrc
" for KAORIYA VIM7 for Windows
" use font Ricty Diminished Bold
" https://github.com/yascentur/RictyDiminished
"
if has('vim_starting')
set runtimepath+=~/.vim/bundle/neobundle.vim
endif
call neobundle#begin(expand('~/.vim/bundle/'))
@drilldev
drilldev / posh-VoiceText.ps1
Last active August 29, 2015 14:04
Powershellから VoiceText Web APIをたたいて、しゃべらせるスクリプト
<#
.SYNOPSIS
VoiceText Web APIを利用してしゃべる。(https://cloud.voicetext.jp/webapi)
.DESCRIPTION
Invoke-RestMethod を使って、.wavファイルデータを取得して再生する。
.EXAMPLE
posh-VoiceText.ps1 -text "たけやぶやけた" -speaker show
# License : MIT
# http://mollifier.mit-license.org/