Skip to content

Instantly share code, notes, and snippets.

Editor.SelectWord(0);
Editor.SearchClearMark(0);
@yatemmma
yatemmma / janken.rb
Created August 30, 2012 17:00
じゃんけんプログラム
class Input < String
def exit?
self =~ /^(exit|quit|q)$/
end
def gu?
self =~ /^(gu|g)$/
end
@yatemmma
yatemmma / diff.vb
Created June 29, 2012 11:17
条件付き書式で指定行とdiff
Sub 条件付き書式で指定行とdiff()
Dim rowNum As Integer
rowNum = InputBox("比較対象は何行上?", "", "")
setFormatConditions rowNum
End Sub
MSG="hello gist"
echo ${MSG}