- 米を研いで水切り
- 水の量: 米の重量(g) * 1.2(ml/g) + 40ml
- 1合(米 150g)
- 浸水 水 220ml 20分 (1.46倍)
- 強火で5分(調査中) (蒸気が出てから1分)
- 2合(米 300g)
- 浸水 水 400ml 20分 (1.33倍)
- 強火で9分 (蒸気が出てから1分)
This file contains hidden or 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
# encoding: utf-8 | |
require 'rubypress' | |
BLOG_ID = 1234 | |
wp = Rubypress::Client.new( | |
:host => 'xxxxx.wordpress.com', | |
:username => 'username', | |
:password => 'password', | |
:use_ssl => true |
- 100均でかうもの
- カーテンレール
- カーテン
- カーテンレールの取り付け
- 結束バンドでネット…は強度の面で不安がある。
- 木材で作っちゃったほうがはやいね
- ニトリのこれつかえる?
- https://www.nitori-net.jp/store/ja/ec/%E3%82%AB%E3%83%BC%E3%83%86%E3%83%B3%E3%83%BB%E3%83%AC%E3%83%BC%E3%83%AB%E3%83%BB%E3%83%96%E3%83%A9%E3%82%A4%E3%83%B3%E3%83%89/%E3%82%AB%E3%83%BC%E3%83%86%E3%83%B3%E3%83%AC%E3%83%BC%E3%83%AB/7450705s?ptr=item
This file contains hidden or 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
# KANJIBUKURO in CharTable(kanji_mapping_table.txt) format | |
丫 丫 丫 | |
N/A 吖 吖 | |
亜,亞 亚,亞 亞,亜 | |
阿 阿 阿 | |
啞,唖,瘂 哑,痖,啞,瘂 啞,瘂 | |
啊 啊 啊 | |
婭 娅,婭 婭 | |
屙 屙 屙 | |
婀 婀,妸 婀,妸,娿 |
- What? 何?
- Say that again? もう一回言って?
- What was that? (What's that?) 何て言いました?
- I'm sorry? / Excuse me ごめんなさい、もう一度言って?
- What did you just say? 今何て?
- Could you say that again? もう一度言ってもらえますか?
- Could you repeat that? もう一度言ってもらえますか?
- I didn't catch that. 聞き取れなかった。
- I don't understand. 分からない。
- What do you mean? どう言う意味?
I've wrote the manual for "how to look after Kiki".
Fill food and water
- Open the box put the sticker "cat food" near the auto-feeder and put the food in the box into the auto-feeder. After closing the lid of the auto-feeder, check the red indicator not blinking.
- Fill water into the water dispenser.
Option: Clean the litter
- Clean the litter box with a scoop and put the garbage into the cat litter disposal tower. Pull the board in the middle of the disposal tower to fall the piled garbage.
https://www.hotpepper.jp/mesitsu/entry/1509059 のテキスト版
焼きそばの蒸し麺1袋(150g)、キャベツ 2枚、鶏ひき肉 85g、醤油 小2、酒(鶏ひき肉に 小1、麺に 小1/2)、鶏がらスープの素 小1、牛肉ダシダ 小1、ラード 小1、ウスターソース 小2、中濃ソース 小1/2、紅ショウガ 小1~2、青のり 少々、炒り白ゴマ ひとつまみ、白コショウ 適量
キャベツ2枚の芯を取り2cm角にカット。耐熱容器に入れて、フタかラップをしてレンジで2分チン。 紅ショウガをみじん切りにします。 鶏ひき肉85gと醤油小2、酒小1、鶏がらスープの素小1を混ぜ合わせ、耐熱容器に入れ蓋かラップをしてレンジで2分チンします。混ぜてほぐし、今度はフタをしないでレンジで30秒チン。水分が飛びます。 焼きそばの蒸し麺を耐熱容器に入れ、酒小1/2と、牛肉ダシダ小1を入れレンジで1分チン。軽く混ぜてラード小1を入れレンジで再び1分チン。 麺に、先にレンチンしていたキャベツと鶏ひき肉小1を加え軽く混ぜる。
This file contains hidden or 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/env ruby | |
# gem install exifr | |
require 'find' | |
require 'exifr' | |
require 'fileutils' | |
Find.find('.') do |path| | |
next if File.extname(path) != '.jpg' | |
exif = EXIFR::JPEG.new(path) | |
date = exif.date_time_original |
This file contains hidden or 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/env python | |
# encoding: utf-8 | |
import json | |
import urllib | |
import urllib2 | |
import codecs | |
import time | |
from bs4 import BeautifulSoup | |
from datetime import datetime | |
import sys |
NewerOlder