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
2009/12/14 | |
## レシピ | |
+ 水に昆布を入れて沸騰する直前で出す | |
+ 削り節を入れて沸騰させたら濾して鍋を変える | |
+ 醤油、みりん、砂糖、鷹の爪少々で味を整える | |
+ 切った大根を鍋に入れ、1時間煮る | |
+ その間に卵をゆでる | |
+ ゆで卵、こんにゃくを鍋に | |
+ 30分煮る | |
+ さつま揚げなどを鍋に |
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
## カレーうどん | |
+ 鍋に水と昆布を入れて沸かす | |
+ 削り節をひとつかみ入れる | |
+ 醤油とみりんを適当に入れる | |
+ 適当に短冊に切った白ネギを入れる | |
+ 一煮立ちするまで卵を溶く | |
+ カレー粉を入れる | |
+ 沸いたら冷凍うどんを入れる | |
+ 冷凍うどんがほぐれたら卵を入れる | |
+ 卵が固まったら食べる |
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
#!/usr/bin/perl | |
# this script is an implementation of http://textt.net/mapi/20101018201937 | |
use strict; | |
use warnings; | |
use LWP::Simple; | |
my ($ustream_url, $file, $stop) = @ARGV; |