Mobile

瞬間時計と通知

    The Setsuna Clock
 ⇩いまこの瞬間は⇩ 

もっともっと刹那を掴むにはこちら

・ダイヤグラム入試英語長文(基礎編)の第1回をアップしました。これから積み上げて完成を目指します。
・サイトの文字サイズを改善しました。今までは小さすぎたかも

Bibo6

備忘録




June 25 2025 
 
以下をここに移した。
・このサイトはたぶん、サイドバーメニューを活用すると移動しやすくなると思う。サイドバーメニューを探してください。
モバイルではサイドバーは、横には出ず、下の方に出る仕様になっています。
June 24 2025 
 
以下をサイドバーからここに移した。


Sah ein Knab ein Röslein stehn
 
野なかの薔薇(ワルツ調)


Sah ein Knab' ein Röslein stehn,
Röslein auf der Heiden,
War so jung und morgenschön,
Lief er schnell, es nah zu sehn,
Sah's mit vielen Freuden.

Röslein, Röslein, Röslein rot,
Röslein auf der Heiden.
野なかの薔薇(バラード調)

Knabe sprach: ich breche dich,
Röslein auf der Heiden!
Röslein sprach: ich steche dich,
Dass du ewig denkst an mich,
Und ich will's nicht leiden.
Röslein, Röslein, Röslein rot,
Röslein auf der Heiden.

Und der wilde Knabe brach
's Röslein auf der Heiden;
Röslein wehrte sich und stach,
Half ihm doch kein Weh und Ach,
Musst' es eben leiden.

Röslein, Röslein, Röslein rot,
Röslein auf der Heiden.

リンク:Sah ein Knab' ein Röslein stehn...

 
 
 🌸
 🌸
  🌸🌸🌸


春のうららの隅田川
のぼりくだりの船人が
櫂のしずくも花と散る
ながめを何にたとうべき






 清水かつら

靴が鳴る


おててつないで
野道を行けば
みんなかわいい小鳥になって
歌を歌えば靴が鳴る
はれたみ空に靴が鳴る


 
 
 
 
June 19 2025

・累積訪問者数が<font color="red">2万人</font>を超えました。ありがとうございます!今後ともよろしく。<br />
・モバイルでも全期間の人気順が出るようにしました。すみませんm(_ _-)m
 
 
May 26 2025

・サイトの見え方はOSや端末がさまざまなのでむずかしいのだった。<br />
・最終更新日時がわかると、既読か未読か判断するときの助けになる。表にしてサイドバーの末尾に付けた。時間表記をJSTに替えた。一部Geminiに相談した。<br />
・ページ全体を翻訳するガジェットを追加した。<br />
・新規にブックのメガメニューを導入。需要は少々ある。今後も長文など付け足す予定。<br />
・『英語☆クールな名言』に見出しをつけた。小見出しのリンクも機能している。<br />
・『下線部和訳演習ノート』に【問題】の見出しをつけた。<br />


May 15 2025

・チャットボットはかなり進歩したが、まだよく練れておらず、知識不足の領域では間違いが多くなる。日本古典というのは難しいため、チャットボットと遊んだよ!第9回では間違った言及が多発した。管理人(Seiya Suda)が介入して間違い部分を削除した。<br />
・知識の集積がうまくいっている領域については、チャットボットは人間より遥かに物知りだから、全般的には利用したほうが得策と思われる。<br />

 

May 12 2025

以下を削除
Cantare Children's Choir, Calgary

Where have all the Flowers Gone?

Where have all the Flowers Gone?
Long time passing
Where have all the Flowers Gone?
Long time ago
リンク: 「最近の記事」のクールな名言P


きたやまおさむ&amp;坂崎幸之助
イムジン河

リンク:『最近の記事』の『イムジン河』
倉庫にもあるよ

加藤和彦, 坂崎&こどもたち







May 4 2025

サイトが重くなってきたので以下を削除した。

 The Newest

 最新の投稿 



<fieldset style="border-radius: 5px; border: 2px solid rgb(0, 100, 0); display: inline-block; padding: 10px;"><b> 最新の投稿 </b></fieldset><br /><br />
<div id="recent-posts"></div>
<script type='text/javascript'>
  var feednum = 1 //表示記事数
  var imgsize = 68; //画像サイズ
 
  function showrp(json) {
    var entry, posttitle, posturl, postimg;
    var infoHTML = '<ul class="rp-list">';
    
    for (var i = 0; i < feednum; i++) {
      if (i == json.feed.entry.length) {
        break;
      }
      entry = json.feed.entry[i];
      posttitle = entry.title.$t;
      for (var k = 0; k < entry.link.length; k++) {
        if (entry.link[k].rel == 'alternate') {
          posturl = entry.link[k].href;
          break;
        }
      }
      if ("media$thumbnail" in entry) {
        postimg = entry.media$thumbnail.url;
        if (postimg.match(/s72-c/)) {
          postimg = postimg.replace('s72-c', 's' + imgsize + '-c');
        }
      } else {
        postimg = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhpJms9mnNPfhuWkuWFCoMCTzb9wop7cvTs5LlisKd79TN06TOEHDwmB5mMkes27EY6H9XQpbkqNOCMDA3WoyWJDi8D2C3-SDQCYI3UJzKTE5QG1fdGjSBNC5snDeJmc-x9EggqNenPEmU/s100/";
      }
      infoHTML += '<li><a class="rp-link" href="' + posturl + '">';
      infoHTML += '<img loading="lazy" src="' + postimg + '"/>';
      infoHTML += '<div class="rp-title">' + posttitle + '</div>';
      infoHTML += '</a></li>';
    }
    infoHTML += '</ul>';
    document.getElementById("recent-posts").innerHTML = infoHTML;
  }
</script>
<script type='text/javascript' src='/feeds/posts/default?alt=json-in-script&callback=showrp'></script>
<style>
  .rp-list {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
  }
  .rp-link {
    display: flex;
    color: #555 !important;
    padding: 0.8em;
    border-bottom: 1px solid #ddd;
    transition: all 0.5s ease;
  }
  .rp-link:hover {
    text-decoration: none;
    opacity: 0.6;
  }  
  .rp-list li:last-child > a {
    border: none;
  }  
  .rp-link img {
    padding: 0;
    box-shadow: none;
    border: none;
    margin-right: 1em;
  }  
  .rp-title {
    font-weight: bold;
  }
</style>
 
 
 
 

[Wassily Kandinsky]

<br><b>[Wassily Kandinsky]</b>
Grey Square


On White II 1923


April 27 2025


・これまでにアップしたYouTubeの曲を全部取り込んだAll in Oneを作った。これはloopはできないようだ。
・さくらカレンダーにサブタイトルをつけた。「瞑想・妄想・画策に」とした。
・瞑想は無理としても、妄想は自由だし、なにかの画策に役立つと思う。

・Created ’All in One’ that incorporates all the YouTube songs I have uploaded so far. This doesn't seem to be able to loop.
・Added a subtitle, “For Meditation, Delusion, and Planning” to the Sakura Calendar.
・If you can't meditate on it, you can at least fantasize something freely there, and moreover it will be useful for planning something.

 
    Paul MacCartney
 Yesterday  


Yesterday
all my troubles seemed so far away.
Now it looks
as though they're here to stay.
Oh, I believe in yesterday.
Suddenly
I'm not half the man I used to be.
There's a shadow hanging over me.
Oh, yesterday came suddenly.


『クールな名言P』Yesterday




     The Cascades

The Rhythm of the Falling Rain

Listen to the rhythm
of the falling rain
Telling me just
what a fool I've been

リンク:『最近の記事』の『Listen to the rhythm of the falling rain...』



April 11 2025

・YouTubeのループ再生についてchatGPTに訊いた。まだよくわからない。
・ネットで調べたら、埋め込みのソースに手を加えれば良いらしい。今日中にできるはず。
・できた!ワルツ調の野ばらで確かめて。残りは今晩中に。止めるのはご自分で。
・止めるのは自分で簡単にできるから、自分で簡単にできないループ再生はデフォルトで入れてほしいけど、いろんな考え方があるからまあしゃーないか。
・I asked chatGPT about YouTube loop playback, but still not sure. 
↑Top / ↑Home↓Bottom / ↓Basement


April 10 2025
・サイドバーのprettyfyingはほぼ完了。
・(移動先)の替え方がわかった。

・The contents of the sidebar is now almost prettified.
・Finally I have found out how to change menu title.
 
 

April 9 2025

・時代遅れなことにBloggerではhtmlに「mobile="yes"」としないと、スマホ画面にガジェットが出ない。これを忘れて、しばらく出なかったものがありました。すみませんでした。
・サイドバーのprettyfyingを進めています。



April 8 2025

作詞ゲーテ、作曲シューベルトという2大巨匠による作品だからか、非常にたくさんの歌唱が見られます。以下、倉庫に置いておきます。

 

合唱

   

 

  

 

The King’s Singers

 

日本人男性独唱

    ↑Top / ↑Home↓Bottom / ↓Basement

 

 

April 6 2025

I'm on the top of the world
lookin' down on creation
And the only explanation I can find
Is the love I've found...

リンク:『クールな名言P版』I'm on the top of the world... 

 

・なにかのバチがあたってPCの中身が消えた。ただいま別のPCをカスタマイズ中。重症だった。
・htmlのprettyfyingは一応終わり。
・Replaced YouTube's programs for the first time in two weeks and was horrified to see the two of Carpenters come out like ghosts when Pitter Patter ends.
・Html prettifying mostly ended.

 

April 1 2025

 ・htmlの見かけがきれいになるようにしている。
 ・モバイル版メニューに?=m0を追加した。PC版には?=m1を追加した。
 ・?=m0はPC版の表示へと移行。?m=1はモバイル版の表示に移行する。PCでモバイル版が見たいときに使える。
 ・モバイルサイトはhttps://www.thecityofashikaga.com/?m=1のように最後に?m=1をつける。?m=0はモバイルでPC版を出す。何もつけないとPCではPC版、モバイル版ではモバイル表示になるなず。
・結局blogger.comで作ったブロッグには、表示に3通りのオプションがあるのだった。

・Replaced YouTube's programs for the first time in two weeks and was horrified to see the two of Carpenters come out like ghosts when Pitter Patter ends.
・Added '? m= 0' to the mobile menu, and '? = m1' to the PC menu.

・When pressing the '? =m0' you will move to the PC version, and '? m=1' to the mobile version, which can be used when you want to see the mobile version on your PC.

・The url of the mobile site is 'https://www.thecityofashikaga.com/?m=1,' with '?m=1' added at the end. If you change this to '?m=0', the PC version is displayed on the mobile site. If you don't add anything, PC version will be displayed on PC and mobile version on mobile.

・After all, blogger.com has three options to display their blogs.

↑Top / ↑Home↓Bottom / ↓Basement


March 30 2025

Walk and talk – level 2

28-03-2025 15:00

Nilofer Merchant has a simple idea of staying healthy and working better: walking meetings. Instead of sitting in offices or cafés, people can walk while they talk.

Sitting too much is bad for health and can cause heart disease, diabetes, and even cancer. Walking meetings help people move more without losing work time. Merchant started doing walking meetings after someone invited her to one. At first, she thought it was strange, but later, she saw how useful it was.

Now, she walks many miles each week while having meetings. Walking helps her think better and feel healthier. She believes that we don’t have to choose between work and health. We can do both at the same time. Walking and talking bring new ideas, making work more interesting and creative.

Difficult words: diabetes (a disease in which the body cannot control the level of sugar in the blood), strange (unusual), creative (having new ideas).

You can watch the original video in the Level 3 section.

 

 ・htmlの見かけがきれいになるようにしている。

・モバイル版メニューに?=m0を追加した。PC版には?=m1を追加した。
・?=m0はPC版の表示へと移行。?m=1はモバイル版の表示に移行する。PCでモバイル版が見たいときに使える。
・モバイルサイトはhttps://www.thecityofashikaga.com/?m=1のように最後に?m=1をつける。?m=0はモバイルでPC版を出す。何もつけないと PCではPC版、モバイル版ではモバイル表示になるなず。
・結局blogger.comで作ったブロッグには、表示に3通りのオプションがあるのだった。
・アンドロイドは一気にてっぺんに行ったり一気に谷底に落ちたりできる工夫がもともとないのでスカッとした気分になれない。だから作った。


・Added '? m= 0' to the mobile menu, and '? = m1' to the PC menu.
・When pressing the '? =m0' you will move to the PC version, and '? m=1' to the mobile version, which can be used when you want to see the mobile version on your PC.
・The url of the mobile site is 'https://www.thecityofashikaga.com/?m=1,' with '?m=1' added at the end. If you change this to '?m=0', the PC version is displayed on the mobile site. If you don't add anything, PC version will be displayed on PC and mobile version on mobile.
・After all, blogger.com has three options to display their blogs.
・Android doesn't have a device that allows you to climb up to the top of the mountain or fall down to the bottom of the valley at once, which wouldn't make me feel refreshed by the navigation. That's why I made it on the menu. Can you find them? ⇧ and ⇩


↑Top / ↑Home↓Bottom / ↓Basement



March 25 2025

・サイトはPCメイクだが、モバイルでもなんとかなるようになった。
・モバイルの移動先の移動もできるようになった。
・モバイルサイトはhttps://www.thecityofashikaga.com/?m=1のように最後に?m=1をつけるとPCでも行けることを発見。?m=0はモバイルでPC版を出す。何もつけないのはPCでのこと。
・上部のメニューはモバイルではPC用メニューは表示されない。サイドバーのメニューはほぼなんとかなったはず。
・アンドロイドは一気にてっぺんに行ったり一気に谷底に落ちたりできる工夫がもともとないのでスカッとした気分になれない。だから作った。
・Bibo6という名の備忘録を作った。管理者用倉庫みたいなもの。
・サイトが重くなってきたのでサイドバー内のものを整理したつもり。。
This site is of PC−make. For mobiles, magnifying is a must. Why don't you try double tapping?
Updated “About Contents”.
You can find it from the hamburger menu on the sidebar. A calculator and three clocks are added for my own playing. My motto is 'Entertain myself!' 

 




リンク:『英語クールな名言P版』の『Almost heaven...』

 


March 22 2025
サイトはPCメイク。モバイルでメニュ表示を大きくするには、Androidでは小さな文字のかたまり上で
ダブルタップか2本指スワイプ。iPhoneは「ダブルタップで文字拡大」は自分で設定するしかないようだ。
『コンテンツについて』更新。 !Updated!サイドバー内コンテンツのメニューを更新した。
瞬間時計が3個になった。遊びのためミリ秒も一部で導入。
仏教での刹那は75分の1秒くらいとか。calcで計算すると約0.01秒。10の100乗の計算はコンテンツについてを参照。
さくらカレンダーを導入。
Weblio辞書検索も導入。ほかに、いくつか目次を並べた。
Bibo6という名の備忘録を作った。管理者用倉庫みたいなもの。
サイトが重くなってきたのでサイドバー内のものを整理した。
This site is of PC−make. For mobiles, magnifying is a must. Why don't you try double tapping?
Updated “About Contents”.
You can find it from the hamburger menu on the sidebar. A calculator and three clocks are added for my own playing. My motto is 'Entertain myself!'

 

↑Top / ↑Home↓Bottom / ↓Basement


March 17 2025

サイトはPCメイク。モバイルでメニュ表示を大きくするには、Androidでは小さな文字のかたまり上でダブルタップか2本指スワイプ。iPhoneは「ダブルタップで文字拡大」は自分で設定するしかないようだ。
 
『コンテンツについて』更新。 !New! サイドバーに何があるのか解説。サイドバー内コンテンツのメニュをサイドバー内に設けた。
計算機(calc)、瞬間時計3個をつけた。遊びのためミリ秒も一部で導入。
仏教での刹那は75分の1秒くらいとか。calcで計算すると約0.01秒。
パソコンの入力を促すblinkは大嫌いだが、でもこの刹那時計は好きだな。

This site is of PC−make. For mobiles, magnifying is a must. Why don't you try double tapping?
Updated “About Contents”.
You can find it from the hamburger menu on the sidebar. A calculator and three clocks are added for my own playing. My motto is 'Entertain myself!'


リンク:『最近の記事』の『イムジン河』