NEW: For a prettier blog interface, see the Wordpress version!
Tasks
- can be read either as koko de, hakimono wo nuide kudasai (please remove your footwear here) or koko dewa kimono wo nuide kudasai (please remove your kimono at this point)
- Hmm. What does 'dewa' in the second sentence do?
- basically the same as just "de". Except it places greater emphasis on the location and has an implicit contrastive function (i.e., implies that in other places, the content of the statement is not true)
alternative forms are ni naru (for -na adjectives) or you ni naru
(for affirmative verbs)
々 is the repeat-character kanji.
君に関する思い出をどう思って、どのように感じるか時々分からなくなるのだ
思い出
wakarinakanaru: wakaru, wakaranai, wakarinaku (君 you/m-f) に (関 connection) する (思 think) い (出 exit/leave) 09 を (どう how) (思 think) って (どのように how) (感 emotion)じるか (時々 sometimes) (分からなくなる can no longer understand) (のだ emphasis, it is that)
(君 you/m-f) に (関する in relation to) (思い出 memories) を (どう how) (思って think), (どのように how) (感じるか feel) (時々 sometimes) (分からなくなる can no longer understand) (のだ emphasis, it is that)
- which would be (僕は)subject (dropped as it s clear from the context) 君に関する思い出(memories of you, prefix "kimi ni kansuru" modifies "omoide") direct object (evident from particle を)どう思っ て (what/how to think, continuative, verb within relative clause), どのように感じる (how to feel), か(marks end of embedded clause) わ からなくなる (verb modifying the complete embedded sentence as object)
(((of you) memories) how to think and feel)
"I sometimes become no longer able to understand what/how to think, what/how to feel about the memories of you."
朝日新聞がときどき gif の絵に .jpg というファイル名を付けます。
http://www.asahi.com/national/update/0511/023.html
これが一度や二度ではないのと、素の w3m ではちゃんと表示するので、 やむなく対策しました。もし変だったら直して下さいませ。:)
Sometimes the filenames of .gif and .jpg images are shown on the Asahi newspaper site.
Not only once or twice or so, Basically, w3m tables
あ、ちょっと変わった :-)
(when (looking-at "\
\(GIF8\)\ \(|77|30|77[|40|56]\)\ \(\\(\377\330\377[\340\356]\\)\\|11PNG\)")
(setq type (cond ((match-beginning 1) "gif") ((match-beginning 2) "jpeg") ((match-beginning 3) "png")))
SOI(0xffd8) の後の APP0(0xffe0: JFIF) はまだ良いとして、 APP14(0xffee)って Adobe 拡張マーカらしいのですが、ここのロジック は、ほぼ朝日新聞専用とおもっちゃってよいのでしょうか?
個人的には、JPEG か否かの判断は ffd8 => SOI だけで良いと思ってい るのですが、どんなものでしょう。この局面で使うには対象範囲が広す ぎるのかしら?
# JPEG では APPn マーカは must ではないですし、APPn は各アプリケー # ションで規定されている場合もありますが、通常、大丈夫な場所には # どこにでもいれて良いことになっていますので。
From: Katsumi Yamaoka <yamaoka@jpl.org> Subject: Re: 朝日の jpeg はときどき gif Date: Tue May 11 18:05:14 2004 +0800
[+] >>>>> In [emacs-w3m : No.06814] 白井秀行さん wrote:
>> 朝日新聞がときどき gif の絵に .jpg というファイル名を付けます。
[+] > あ、ちょっと変わった :-)
すんません、会議前に泡食ってたのでお手玉してしまいました。^^;;
[+] > (when (looking-at "\
| > \(GIF8\)\ | \(|77|30|77[|40|56]\)\ | \(\\(\377\330\377[\340\356]\\)\\|11PNG\)") |