This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
YOUR_ACCOUNT='YOUR_ACCOUNT' | |
YOUR_PASSWORD='YOUR_PASSWORD' | |
KEYWORD=$1 | |
curl -u ${YOUR_ACCOUNT}:${YOUR_PASSWORD} -d track=${KEYWORD} http://stream.twitter.com/1/statuses/filter.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
/usr/bin/killall vlc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
curl -s "http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&q=$1&langpair=en%7Cja" |sed -e 's/^.*translatedText":"//'|sed -e 's/\".*/\n/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sub Zenkaku2Hankaku() | |
Dim t As Integer | |
Dim myMsg As String | |
Dim FChr As String | |
Dim LChr As String | |
Selection.HomeKey Unit:=wdStory '文書の先頭に | |
On Error GoTo Errmsg: | |
With Selection.Find | |
.ClearFormatting |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 材料 | |
- ベース油(食用油を模索中、ごま油がベター) : 欲しい量 | |
- 白ネギ(の青い部分) : 適量 | |
- ニンニク : 適量 | |
- カレースパイス : パウダーではなくホールが良い(たぶん ※要検証) | |
- 唐辛子:適量 | |
- クミンシード : 適量 | |
- コリアンダーシード : 適量 | |
- ターメリック : 適量 | |
- ガラムマサラ : 適量 |
NewerOlder