tagsの追加
This commit is contained in:
parent
4da87422f1
commit
812c6e6942
|
@ -2,7 +2,7 @@
|
||||||
title = "GolangでTwitterに投稿する方法"
|
title = "GolangでTwitterに投稿する方法"
|
||||||
date = 2017-08-19T23:02:35+08:00
|
date = 2017-08-19T23:02:35+08:00
|
||||||
description = "Golangを利用してTwitterにツイートする方法を調べました。"
|
description = "Golangを利用してTwitterにツイートする方法を調べました。"
|
||||||
tags = []
|
tags = [""]
|
||||||
categories = ["Golang"]
|
categories = ["Golang"]
|
||||||
author = "kazu634"
|
author = "kazu634"
|
||||||
draft = false
|
draft = false
|
||||||
|
|
|
@ -11,7 +11,7 @@ author:
|
||||||
categories:
|
categories:
|
||||||
- Programming
|
- Programming
|
||||||
- シェルスクリプト
|
- シェルスクリプト
|
||||||
|
tags:
|
||||||
---
|
---
|
||||||
とあるところで独自ドメインの更新忘れが起きていて、名前解決できていない状態になっていました。。。独自ドメインの更新忘れはかなり致命的な状況に陥ることに気づいたので、監視できる仕組みを構築せねばということで、調べて作成してみました。
|
とあるところで独自ドメインの更新忘れが起きていて、名前解決できていない状態になっていました。。。独自ドメインの更新忘れはかなり致命的な状況に陥ることに気づいたので、監視できる仕組みを構築せねばということで、調べて作成してみました。
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ categories:
|
||||||
- nagios
|
- nagios
|
||||||
- Programming
|
- Programming
|
||||||
- シェルスクリプト
|
- シェルスクリプト
|
||||||
|
tags:
|
||||||
---
|
---
|
||||||
「<a href="http://blog.kazu634.com/2013/01/14/check_domain_expiration/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://blog.kazu634.com/2013/01/14/check_domain_expiration/', 'ドメインの残り有効期限を取得するシェルスクリプト');" title="ドメインの残り有効期限を取得するシェルスクリプト" target="_blank">ドメインの残り有効期限を取得するシェルスクリプト</a>」で紹介したスクリプトを Nagios から使用できるようにしてみました。
|
「<a href="http://blog.kazu634.com/2013/01/14/check_domain_expiration/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://blog.kazu634.com/2013/01/14/check_domain_expiration/', 'ドメインの残り有効期限を取得するシェルスクリプト');" title="ドメインの残り有効期限を取得するシェルスクリプト" target="_blank">ドメインの残り有効期限を取得するシェルスクリプト</a>」で紹介したスクリプトを Nagios から使用できるようにしてみました。
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ categories:
|
||||||
Nagios からドメインの有効期限を監視します。今のところ .com にしか対応していません。作業完了後のイメージはこんな感じです:
|
Nagios からドメインの有効期限を監視します。今のところ .com にしか対応していません。作業完了後のイメージはこんな感じです:
|
||||||
|
|
||||||
<a href="http://www.flickr.com/photos/42332031@N02/8397684471/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.flickr.com/photos/42332031@N02/8397684471/', '');" title="Nagios Core by kazu634, on Flickr"><img class="aligncenter" src="http://farm9.staticflickr.com/8506/8397684471_e5f82ba38f.jpg" alt="Nagios Core" width="500" height="76" /></a>
|
<a href="http://www.flickr.com/photos/42332031@N02/8397684471/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.flickr.com/photos/42332031@N02/8397684471/', '');" title="Nagios Core by kazu634, on Flickr"><img class="aligncenter" src="http://farm9.staticflickr.com/8506/8397684471_e5f82ba38f.jpg" alt="Nagios Core" width="500" height="76" /></a>
|
||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
||||||
## Nagiosプラグインの仕様
|
## Nagiosプラグインの仕様
|
||||||
|
@ -157,27 +157,27 @@ Nagiosのcommands.cfgに以下の行を追加します:
|
||||||
<div class="amazlet-image" style="float: left; margin: 0px 12px 1px 0px;">
|
<div class="amazlet-image" style="float: left; margin: 0px 12px 1px 0px;">
|
||||||
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4774145823/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4774145823/simsnes-22/ref=nosim/', '');" name="amazletlink" target="_blank"><img style="border: none;" src="https://images-na.ssl-images-amazon.com/images/I/51H7Wq1BVDL._SL160_.jpg" alt="Nagios統合監視[実践]リファレンス (Software Design plus)" /></a>
|
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4774145823/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4774145823/simsnes-22/ref=nosim/', '');" name="amazletlink" target="_blank"><img style="border: none;" src="https://images-na.ssl-images-amazon.com/images/I/51H7Wq1BVDL._SL160_.jpg" alt="Nagios統合監視[実践]リファレンス (Software Design plus)" /></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="amazlet-info" style="line-height: 120%; margin-bottom: 10px;">
|
<div class="amazlet-info" style="line-height: 120%; margin-bottom: 10px;">
|
||||||
<div class="amazlet-name" style="margin-bottom: 10px; line-height: 120%;">
|
<div class="amazlet-name" style="margin-bottom: 10px; line-height: 120%;">
|
||||||
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4774145823/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4774145823/simsnes-22/ref=nosim/', 'Nagios統合監視[実践]リファレンス (Software Design plus)');" name="amazletlink" target="_blank">Nagios統合監視[実践]リファレンス (Software Design plus)</a></p>
|
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4774145823/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4774145823/simsnes-22/ref=nosim/', 'Nagios統合監視[実践]リファレンス (Software Design plus)');" name="amazletlink" target="_blank">Nagios統合監視[実践]リファレンス (Software Design plus)</a></p>
|
||||||
|
|
||||||
<div class="amazlet-powered-date" style="font-size: 80%; margin-top: 5px; line-height: 120%;">
|
<div class="amazlet-powered-date" style="font-size: 80%; margin-top: 5px; line-height: 120%;">
|
||||||
posted with <a href="http://www.amazlet.com/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazlet.com/', 'amazlet');" title="amazlet" target="_blank">amazlet</a> at 13.01.27
|
posted with <a href="http://www.amazlet.com/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazlet.com/', 'amazlet');" title="amazlet" target="_blank">amazlet</a> at 13.01.27
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="amazlet-detail">
|
<div class="amazlet-detail">
|
||||||
株式会社エクストランス 佐藤 省吾 Team-Nagios<br /> 技術評論社<br /> 売り上げランキング: 53,459
|
株式会社エクストランス 佐藤 省吾 Team-Nagios<br /> 技術評論社<br /> 売り上げランキング: 53,459
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="amazlet-sub-info" style="float: left;">
|
<div class="amazlet-sub-info" style="float: left;">
|
||||||
<div class="amazlet-link" style="margin-top: 5px;">
|
<div class="amazlet-link" style="margin-top: 5px;">
|
||||||
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4774145823/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4774145823/simsnes-22/ref=nosim/', '');" name="amazletlink" target="_blank"></a>Amazon.co.jp で詳細を見る
|
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4774145823/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4774145823/simsnes-22/ref=nosim/', '');" name="amazletlink" target="_blank"></a>Amazon.co.jp で詳細を見る
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="amazlet-footer" style="clear: left;">
|
<div class="amazlet-footer" style="clear: left;">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -9,7 +9,7 @@ author:
|
||||||
categories:
|
categories:
|
||||||
- nginx
|
- nginx
|
||||||
- wordpress
|
- wordpress
|
||||||
|
tags:
|
||||||
---
|
---
|
||||||
LinuxなどのOSでは、Cronなどの仕組みを使ってログのローテーションをします。しかし最近`nginx`のログローテーションがうまく動かず、アクセスログが空になっている時があることに気づきました。これは問題です。というのも、`nginx`のログからレスポンスタイムを分析しているため、ログが取得できないとグラフがおかしくなってしまうのです。
|
LinuxなどのOSでは、Cronなどの仕組みを使ってログのローテーションをします。しかし最近`nginx`のログローテーションがうまく動かず、アクセスログが空になっている時があることに気づきました。これは問題です。というのも、`nginx`のログからレスポンスタイムを分析しているため、ログが取得できないとグラフがおかしくなってしまうのです。
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@ description="Legoを用いたDNS経由でのSSL/TSL証明書取得について
|
||||||
images = ["https://live.staticflickr.com/2554/4156026735_6b97110206.jpg"]
|
images = ["https://live.staticflickr.com/2554/4156026735_6b97110206.jpg"]
|
||||||
categories = ["インフラ"]
|
categories = ["インフラ"]
|
||||||
author = "kazu634"
|
author = "kazu634"
|
||||||
|
tags = []
|
||||||
+++
|
+++
|
||||||
|
|
||||||
[Lego](https://github.com/go-acme/lego)を用いてSSL/TSL証明書を取得する方法を説明します。ここではDNS認証でSSL/TSL証明書を取得する方法を説明します。
|
[Lego](https://github.com/go-acme/lego)を用いてSSL/TSL証明書を取得する方法を説明します。ここではDNS認証でSSL/TSL証明書を取得する方法を説明します。
|
||||||
|
|
|
@ -5,6 +5,7 @@ publishdate=2019-04-08
|
||||||
description="Leaflet.jsでMapboxのタイルを用いて地図を表示するよ"
|
description="Leaflet.jsでMapboxのタイルを用いて地図を表示するよ"
|
||||||
images = ["https://farm9.staticflickr.com/8462/29581774242_bf25a0a820_z.jpg"]
|
images = ["https://farm9.staticflickr.com/8462/29581774242_bf25a0a820_z.jpg"]
|
||||||
leaflet=true
|
leaflet=true
|
||||||
|
tags = []
|
||||||
+++
|
+++
|
||||||
|
|
||||||
[Leaflet.js](https://leafletjs.com/)でMapboxのタイルを用いて地図を表示してみます:
|
[Leaflet.js](https://leafletjs.com/)でMapboxのタイルを用いて地図を表示してみます:
|
||||||
|
|
|
@ -4,6 +4,7 @@ date = 2019-05-01T19:06:46+08:00
|
||||||
description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。"
|
description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。"
|
||||||
categories = ["Leaflet.js"]
|
categories = ["Leaflet.js"]
|
||||||
author = "kazu634"
|
author = "kazu634"
|
||||||
|
tags = []
|
||||||
+++
|
+++
|
||||||
|
|
||||||
『[JavaScriptではじめるWebマップアプリケーション \(PDF版\)](https://booth.pm/ja/items/1314906)』の内容を淡々と試してみます。まずは`Leaflet.js`で地図を表示してみます:
|
『[JavaScriptではじめるWebマップアプリケーション \(PDF版\)](https://booth.pm/ja/items/1314906)』の内容を淡々と試してみます。まずは`Leaflet.js`で地図を表示してみます:
|
||||||
|
|
|
@ -4,6 +4,7 @@ date = 2019-05-01T21:07:08+07:00
|
||||||
description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。"
|
description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。"
|
||||||
categories = ["Mapbox GL JS"]
|
categories = ["Mapbox GL JS"]
|
||||||
author = "kazu634"
|
author = "kazu634"
|
||||||
|
tags = []
|
||||||
+++
|
+++
|
||||||
|
|
||||||
『[JavaScriptではじめるWebマップアプリケーション \(PDF版\)](https://booth.pm/ja/items/1314906)』の内容を淡々と試してみます。`Mapbox GL JS`で地図を表示してみます:
|
『[JavaScriptではじめるWebマップアプリケーション \(PDF版\)](https://booth.pm/ja/items/1314906)』の内容を淡々と試してみます。`Mapbox GL JS`で地図を表示してみます:
|
||||||
|
|
|
@ -4,6 +4,7 @@ date = 2019-05-04T15:03:21+08:00
|
||||||
description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。"
|
description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。"
|
||||||
categories = ["Leaflet.js"]
|
categories = ["Leaflet.js"]
|
||||||
author = "kazu634"
|
author = "kazu634"
|
||||||
|
tags = []
|
||||||
+++
|
+++
|
||||||
|
|
||||||
『[JavaScriptではじめるWebマップアプリケーション \(PDF版\)](https://booth.pm/ja/items/1314906)』の内容を淡々と試してみます。`Leaflet.js`でラスタ形式の地図を表示してみます:
|
『[JavaScriptではじめるWebマップアプリケーション \(PDF版\)](https://booth.pm/ja/items/1314906)』の内容を淡々と試してみます。`Leaflet.js`でラスタ形式の地図を表示してみます:
|
||||||
|
|
|
@ -4,6 +4,7 @@ date = 2019-06-29T18:41:00+07:00
|
||||||
description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。"
|
description = "JavaScriptではじめるWebマップアプリケーションの内容を淡々と試してみます。"
|
||||||
categories = ["Mapbox GL JS"]
|
categories = ["Mapbox GL JS"]
|
||||||
author = "kazu634"
|
author = "kazu634"
|
||||||
|
tags = []
|
||||||
+++
|
+++
|
||||||
|
|
||||||
『[JavaScriptではじめるWebマップアプリケーション \(PDF版\)](https://booth.pm/ja/items/1314906)』の内容を淡々と試してみます。`Mapbox.js`でラスタ形式の地図を表示してみます:
|
『[JavaScriptではじめるWebマップアプリケーション \(PDF版\)](https://booth.pm/ja/items/1314906)』の内容を淡々と試してみます。`Mapbox.js`でラスタ形式の地図を表示してみます:
|
||||||
|
|
|
@ -7,7 +7,7 @@ author:
|
||||||
categories:
|
categories:
|
||||||
- apt
|
- apt
|
||||||
- インフラ
|
- インフラ
|
||||||
|
tags:
|
||||||
---
|
---
|
||||||
apt-mirrorを使用してネットワークインストール可能なレポジトリを作成しようとしたら、うまくいかずにハマったのでここにまとめておきます。
|
apt-mirrorを使用してネットワークインストール可能なレポジトリを作成しようとしたら、うまくいかずにハマったのでここにまとめておきます。
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ categories:
|
||||||
- cron
|
- cron
|
||||||
- linux
|
- linux
|
||||||
- ruby
|
- ruby
|
||||||
|
tags:
|
||||||
---
|
---
|
||||||
組み合わせたらいい感じにできそうなことは知っているんだけど、実際にやったこと無いからやってみたシリーズです。
|
組み合わせたらいい感じにできそうなことは知っているんだけど、実際にやったこと無いからやってみたシリーズです。
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,7 @@ date=2020-06-13
|
||||||
description="グラフをどのように使い分けるか、『グラフを作る前に読む本』にまとめられていたのでメモします"
|
description="グラフをどのように使い分けるか、『グラフを作る前に読む本』にまとめられていたのでメモします"
|
||||||
images = [""]
|
images = [""]
|
||||||
chart=true
|
chart=true
|
||||||
|
tags = []
|
||||||
+++
|
+++
|
||||||
|
|
||||||
<a href="https://www.amazon.co.jp/%E3%82%B0%E3%83%A9%E3%83%95%E3%82%92%E3%81%A4%E3%81%8F%E3%82%8B%E5%89%8D%E3%81%AB%E8%AA%AD%E3%82%80%E6%9C%AC%EF%BC%BB%E4%B8%80%E7%9E%AC%E3%81%A7%E4%BC%9D%E3%82%8F%E3%82%8B%E8%A1%A8%E7%8F%BE%E3%81%AF%E3%81%A9%E3%81%AE%E3%82%88%E3%81%86%E3%81%AB%E7%94%9F%E3%81%BE%E3%82%8C%E3%81%9F%E3%81%AE%E3%81%8B%EF%BC%BD-%E6%9D%BE%E6%9C%AC-%E5%81%A5%E5%A4%AA%E9%83%8E-ebook/dp/B075WRLPGV/ref=as_li_ss_il?__mk_ja_JP=%E3%82%AB%E3%82%BF%E3%82%AB%E3%83%8A&dchild=1&keywords=%E3%82%B0%E3%83%A9%E3%83%95%E3%82%92%E4%BD%9C%E3%82%8B%E5%89%8D%E3%81%AB&qid=1592495480&sr=8-1&linkCode=li2&tag=simsnes-22&linkId=e0d680dadb70490cd55526f37e9e4fed&language=ja_JP" target="_blank">『グラフを作る前に読む本』</a>に、グラフをどのようにようにように使い分けるかについてまとめられていたのでメモします。
|
<a href="https://www.amazon.co.jp/%E3%82%B0%E3%83%A9%E3%83%95%E3%82%92%E3%81%A4%E3%81%8F%E3%82%8B%E5%89%8D%E3%81%AB%E8%AA%AD%E3%82%80%E6%9C%AC%EF%BC%BB%E4%B8%80%E7%9E%AC%E3%81%A7%E4%BC%9D%E3%82%8F%E3%82%8B%E8%A1%A8%E7%8F%BE%E3%81%AF%E3%81%A9%E3%81%AE%E3%82%88%E3%81%86%E3%81%AB%E7%94%9F%E3%81%BE%E3%82%8C%E3%81%9F%E3%81%AE%E3%81%8B%EF%BC%BD-%E6%9D%BE%E6%9C%AC-%E5%81%A5%E5%A4%AA%E9%83%8E-ebook/dp/B075WRLPGV/ref=as_li_ss_il?__mk_ja_JP=%E3%82%AB%E3%82%BF%E3%82%AB%E3%83%8A&dchild=1&keywords=%E3%82%B0%E3%83%A9%E3%83%95%E3%82%92%E4%BD%9C%E3%82%8B%E5%89%8D%E3%81%AB&qid=1592495480&sr=8-1&linkCode=li2&tag=simsnes-22&linkId=e0d680dadb70490cd55526f37e9e4fed&language=ja_JP" target="_blank">『グラフを作る前に読む本』</a>に、グラフをどのようにようにように使い分けるかについてまとめられていたのでメモします。
|
||||||
|
@ -19,7 +20,7 @@ chart=true
|
||||||
棒グラフの特徴として、以下のようにまとめられていました:
|
棒グラフの特徴として、以下のようにまとめられていました:
|
||||||
|
|
||||||
> 棒グラフでは、複数並んだ棒の高さを比べて「棒が大きい(小さい)項目はどれだろう?」と考えます。つまり棒グラフが一番得意な表現方法はデータの「比較」です。棒グラフを使えば、比べたいデータを最も分かりやすクズで表現できます。
|
> 棒グラフでは、複数並んだ棒の高さを比べて「棒が大きい(小さい)項目はどれだろう?」と考えます。つまり棒グラフが一番得意な表現方法はデータの「比較」です。棒グラフを使えば、比べたいデータを最も分かりやすクズで表現できます。
|
||||||
>
|
>
|
||||||
> 「高さ」を比べて項目の量の違いを感覚的につかめるのが棒グラフの特徴です。
|
> 「高さ」を比べて項目の量の違いを感覚的につかめるのが棒グラフの特徴です。
|
||||||
|
|
||||||
{{<chart canvas="box" height="200">}}
|
{{<chart canvas="box" height="200">}}
|
||||||
|
@ -55,7 +56,7 @@ chart=true
|
||||||
scheme: 'tableau.Tableau20',
|
scheme: 'tableau.Tableau20',
|
||||||
fillAlpha: 0.3
|
fillAlpha: 0.3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
{{< /chart >}}
|
{{< /chart >}}
|
||||||
|
@ -69,9 +70,9 @@ chart=true
|
||||||
折れ線グラフの特徴に以下のようにまとめられていました:
|
折れ線グラフの特徴に以下のようにまとめられていました:
|
||||||
|
|
||||||
> 折れ線グラフは必ずデータ項目の複数の時点を描きます。点を一つだけ描く折れ線グラフを目にする機会はないでしょう。
|
> 折れ線グラフは必ずデータ項目の複数の時点を描きます。点を一つだけ描く折れ線グラフを目にする機会はないでしょう。
|
||||||
>
|
>
|
||||||
> 折れ線グラフでは、ある時点とある時点を左から右に線で結んで「線の傾きが大きい(小さい)時点はどれだろう?」、「傾きの傾向が変化するのはどの時点だろう?」と考えます。つまり折れ線グラフが一番得意な表現方法はデータの「推移」です。折れ線グラフを使えば、データの変化を最もわかりやすく図で表現できます。
|
> 折れ線グラフでは、ある時点とある時点を左から右に線で結んで「線の傾きが大きい(小さい)時点はどれだろう?」、「傾きの傾向が変化するのはどの時点だろう?」と考えます。つまり折れ線グラフが一番得意な表現方法はデータの「推移」です。折れ線グラフを使えば、データの変化を最もわかりやすく図で表現できます。
|
||||||
>
|
>
|
||||||
> ある時点とある時点の間の「傾き」から変化を感覚的につかめるのが折れ線グラフの特徴です。
|
> ある時点とある時点の間の「傾き」から変化を感覚的につかめるのが折れ線グラフの特徴です。
|
||||||
|
|
||||||
{{<chart canvas="line-chart" height="200">}}
|
{{<chart canvas="line-chart" height="200">}}
|
||||||
|
@ -108,7 +109,7 @@ chart=true
|
||||||
scheme: 'tableau.Tableau20',
|
scheme: 'tableau.Tableau20',
|
||||||
fillAlpha: 0.3
|
fillAlpha: 0.3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
{{< /chart >}}
|
{{< /chart >}}
|
||||||
|
@ -149,7 +150,7 @@ chart=true
|
||||||
scheme: 'tableau.Tableau20',
|
scheme: 'tableau.Tableau20',
|
||||||
fillAlpha: 0.3
|
fillAlpha: 0.3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
{{< /chart >}}
|
{{< /chart >}}
|
||||||
|
@ -171,7 +172,7 @@ chart=true
|
||||||
var ctx = document.getElementById("radar-chart");
|
var ctx = document.getElementById("radar-chart");
|
||||||
var myPieChart = new Chart(ctx, {
|
var myPieChart = new Chart(ctx, {
|
||||||
type: 'radar',
|
type: 'radar',
|
||||||
data: {
|
data: {
|
||||||
labels: ["English", "Math", "Japanese", "Science", "History"],
|
labels: ["English", "Math", "Japanese", "Science", "History"],
|
||||||
datasets: [{
|
datasets: [{
|
||||||
label: 'Alice',
|
label: 'Alice',
|
||||||
|
@ -207,7 +208,7 @@ chart=true
|
||||||
scheme: 'tableau.Tableau20',
|
scheme: 'tableau.Tableau20',
|
||||||
fillAlpha: 0.3
|
fillAlpha: 0.3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
{{< /chart >}}
|
{{< /chart >}}
|
||||||
|
@ -236,13 +237,13 @@ chart=true
|
||||||
var ctx = document.getElementById("scatter-chart");
|
var ctx = document.getElementById("scatter-chart");
|
||||||
|
|
||||||
var myScatterChart = new Chart(ctx, {
|
var myScatterChart = new Chart(ctx, {
|
||||||
type: 'scatter',
|
type: 'scatter',
|
||||||
data: {
|
data: {
|
||||||
datasets: [
|
datasets: [
|
||||||
{
|
{
|
||||||
label: '1st Class',
|
label: '1st Class',
|
||||||
data: [{x:90, y:82},{x:39, y:45},{x:63, y:65},{x:83, y:75},{x:83, y:95}]
|
data: [{x:90, y:82},{x:39, y:45},{x:63, y:65},{x:83, y:75},{x:83, y:95}]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '2nd Class',
|
label: '2nd Class',
|
||||||
data: [{x:97, y:92},{x:63, y:70},{x:48, y:52},{x:83, y:79},{x:66, y:74}]
|
data: [{x:97, y:92},{x:63, y:70},{x:48, y:52},{x:83, y:79},{x:66, y:74}]
|
||||||
|
@ -254,10 +255,10 @@ chart=true
|
||||||
text: 'Test Results'
|
text: 'Test Results'
|
||||||
},
|
},
|
||||||
scales: {
|
scales: {
|
||||||
xAxes: [{
|
xAxes: [{
|
||||||
scaleLabel: {
|
scaleLabel: {
|
||||||
display: true,
|
display: true,
|
||||||
labelString: 'English'
|
labelString: 'English'
|
||||||
},
|
},
|
||||||
ticks: {
|
ticks: {
|
||||||
suggestedMin: 0,
|
suggestedMin: 0,
|
||||||
|
@ -268,10 +269,10 @@ chart=true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
yAxes: [{
|
yAxes: [{
|
||||||
scaleLabel: {
|
scaleLabel: {
|
||||||
display: true,
|
display: true,
|
||||||
labelString: 'Math'
|
labelString: 'Math'
|
||||||
},
|
},
|
||||||
ticks: {
|
ticks: {
|
||||||
suggestedMax: 100,
|
suggestedMax: 100,
|
||||||
|
@ -354,7 +355,7 @@ chart=true
|
||||||
scheme: 'tableau.Tableau20',
|
scheme: 'tableau.Tableau20',
|
||||||
fillAlpha: 0.3
|
fillAlpha: 0.3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
{{< /chart >}}
|
{{< /chart >}}
|
||||||
|
@ -409,7 +410,7 @@ chart=true
|
||||||
stacked100: {
|
stacked100: {
|
||||||
enable: true
|
enable: true
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
{{< /chart >}}
|
{{< /chart >}}
|
||||||
|
@ -420,7 +421,7 @@ chart=true
|
||||||
> 面グラフは1つの線を描き終えると、2つ目の先は先に引いた線上を0の基準とみなして再び線を描きます。2つ目の線は、1つ目に引かれた線を0という基準にしていいるのを明確にするために、1つ目に引いた線の下側を塗りつぶし、2つ目の線の下側と1つ目の線の上側も塗りつぶします。だから面グラフと言われています。
|
> 面グラフは1つの線を描き終えると、2つ目の先は先に引いた線上を0の基準とみなして再び線を描きます。2つ目の線は、1つ目に引かれた線を0という基準にしていいるのを明確にするために、1つ目に引いた線の下側を塗りつぶし、2つ目の線の下側と1つ目の線の上側も塗りつぶします。だから面グラフと言われています。
|
||||||
|
|
||||||
> 面グラフは必ず複数の時点、面の中に複数のデータ項目を描きます。面の内訳が1つだけ描かれる面グラフは単なる折れ線グラフです。そんな面グラフを目にする機会はないでしょう。面グラフでは、面の推移を比べて「全体に対して占める割合が大きい(小さい)データ量はどのように変化するのだろう?」と考えます。つまり面グラフが一番得意な表現方法は、データ全体の「内訳」の「推移」です。面グラフは、データ(数字)の総量と内訳の変化を最もわかりやすく図で表現できます。
|
> 面グラフは必ず複数の時点、面の中に複数のデータ項目を描きます。面の内訳が1つだけ描かれる面グラフは単なる折れ線グラフです。そんな面グラフを目にする機会はないでしょう。面グラフでは、面の推移を比べて「全体に対して占める割合が大きい(小さい)データ量はどのように変化するのだろう?」と考えます。つまり面グラフが一番得意な表現方法は、データ全体の「内訳」の「推移」です。面グラフは、データ(数字)の総量と内訳の変化を最もわかりやすく図で表現できます。
|
||||||
>
|
>
|
||||||
> データ全体に対する特定のデータ項目の「推移」から内訳の変化を感覚的につかめるのが面グラフの特徴です。
|
> データ全体に対する特定のデータ項目の「推移」から内訳の変化を感覚的につかめるのが面グラフの特徴です。
|
||||||
|
|
||||||
> 面グラフは、円グラフが得意とする「内訳」と折れ線グラフが得意とする「推移」のどちらかを強調したいか決めれば、何が言いたいのかより伝わります。
|
> 面グラフは、円グラフが得意とする「内訳」と折れ線グラフが得意とする「推移」のどちらかを強調したいか決めれば、何が言いたいのかより伝わります。
|
||||||
|
|
|
@ -10,7 +10,7 @@ author:
|
||||||
- kazu634
|
- kazu634
|
||||||
categories:
|
categories:
|
||||||
- サイクリング
|
- サイクリング
|
||||||
|
tags:
|
||||||
---
|
---
|
||||||
ビンディングペダルを買いました。これがまたとても良いです!ただ、立ちゴケしそうになって、すでに一度死にそうになりましたよ。十分に着脱の練習をしてから公道を走ろうね!
|
ビンディングペダルを買いました。これがまたとても良いです!ただ、立ちゴケしそうになって、すでに一度死にそうになりましたよ。十分に着脱の練習をしてから公道を走ろうね!
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,8 @@ author:
|
||||||
- kazu634
|
- kazu634
|
||||||
categories:
|
categories:
|
||||||
- つれづれ
|
- つれづれ
|
||||||
|
tags:
|
||||||
|
-
|
||||||
---
|
---
|
||||||
年末年始に帰省して、変化に気がついたことを書いていきます:
|
年末年始に帰省して、変化に気がついたことを書いていきます:
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ description = "タイで働き始めてもうすぐ10ヶ月程度。よくよく
|
||||||
categories = ["gadget"]
|
categories = ["gadget"]
|
||||||
author = "kazu634"
|
author = "kazu634"
|
||||||
images = ["https://live.staticflickr.com/3779/8978581081_25a8dd4df6_z.jpg"]
|
images = ["https://live.staticflickr.com/3779/8978581081_25a8dd4df6_z.jpg"]
|
||||||
|
tags = []
|
||||||
+++
|
+++
|
||||||
|
|
||||||
タイで働き始めてもうすぐ10ヶ月程度。よくよく考えてみると、Lineを使っていることが多いことに気づきました。そうであれば、タイでも展開をしているLine MobileのSIMを使った方が料金少なめで済むのではないかと考え、Line Mobileを申し込んでみました。
|
タイで働き始めてもうすぐ10ヶ月程度。よくよく考えてみると、Lineを使っていることが多いことに気づきました。そうであれば、タイでも展開をしているLine MobileのSIMを使った方が料金少なめで済むのではないかと考え、Line Mobileを申し込んでみました。
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
title = "野毛を訪ねてきました"
|
title = "野毛を訪ねてきました"
|
||||||
date = 2019-11-02T10:05:34+08:00
|
date = 2019-11-02T10:05:34+08:00
|
||||||
description = "一時帰国中に横浜の野毛を訪ねてきました。おでんとどぜう鍋をおいしくいただいてきました。"
|
description = "一時帰国中に横浜の野毛を訪ねてきました。おでんとどぜう鍋をおいしくいただいてきました。"
|
||||||
categories = ["旅行", "野毛"]
|
categories = ["旅行"]
|
||||||
|
tags = "野毛"
|
||||||
author = "kazu634"
|
author = "kazu634"
|
||||||
images = ["https://live.staticflickr.com/65535/48916089983_840f8b3fba_z.jpg"]
|
images = ["https://live.staticflickr.com/65535/48916089983_840f8b3fba_z.jpg"]
|
||||||
+++
|
+++
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
title = "ウェアハウス川崎を訪ねてきました"
|
title = "ウェアハウス川崎を訪ねてきました"
|
||||||
date = 2019-11-09T10:05:34+08:00
|
date = 2019-11-09T10:05:34+08:00
|
||||||
description = "一時帰国中に川崎にあるゲームセンター・ウェアハウス川崎を訪ねてきました。香港にある九龍城をモチーフにしたゲームセンターだそうです"
|
description = "一時帰国中に川崎にあるゲームセンター・ウェアハウス川崎を訪ねてきました。香港にある九龍城をモチーフにしたゲームセンターだそうです"
|
||||||
categories = ["旅行", "川崎"]
|
categories = ["旅行"]
|
||||||
|
tags = "川崎"
|
||||||
author = "kazu634"
|
author = "kazu634"
|
||||||
images = ["https://live.staticflickr.com/65535/48916097103_74e0785756_z.jpg"]
|
images = ["https://live.staticflickr.com/65535/48916097103_74e0785756_z.jpg"]
|
||||||
+++
|
+++
|
||||||
|
|
|
@ -5,6 +5,7 @@ description = "Asokにあるベジタリアンレストラン May Veggie を訪
|
||||||
categories = ["Bangkok"]
|
categories = ["Bangkok"]
|
||||||
author = "kazu634"
|
author = "kazu634"
|
||||||
images=["https://live.staticflickr.com/65535/49542629583_ab6c53794e_z.jpg"]
|
images=["https://live.staticflickr.com/65535/49542629583_ab6c53794e_z.jpg"]
|
||||||
|
tags = []
|
||||||
+++
|
+++
|
||||||
|
|
||||||
May VeggieはAsok駅近くのベジタリアンレストラン。これ、本当にベジタリアン!?という新鮮な驚きを味わったのでした。
|
May VeggieはAsok駅近くのベジタリアンレストラン。これ、本当にベジタリアン!?という新鮮な驚きを味わったのでした。
|
||||||
|
|
|
@ -5,6 +5,7 @@ description = "緊急事態宣言が緩和されつつあるバンコクで、6/
|
||||||
categories = ["Bangkok"]
|
categories = ["Bangkok"]
|
||||||
author = "kazu634"
|
author = "kazu634"
|
||||||
images=["https://farm66.staticflickr.com/65535/50174999868_811915dd45_c.jpg"]
|
images=["https://farm66.staticflickr.com/65535/50174999868_811915dd45_c.jpg"]
|
||||||
|
tags = []
|
||||||
+++
|
+++
|
||||||
|
|
||||||
緊急事態宣言が緩和されつつあるバンコクで、6/15〜に外でお食事した写真をまとめていますよ。
|
緊急事態宣言が緩和されつつあるバンコクで、6/15〜に外でお食事した写真をまとめていますよ。
|
||||||
|
|
|
@ -4,6 +4,7 @@ date = 2021-01-20T10:10:34+09:00
|
||||||
description = "6年ぶりに日本に帰国して驚いたことや試してみたことをまとめてみました"
|
description = "6年ぶりに日本に帰国して驚いたことや試してみたことをまとめてみました"
|
||||||
categories = ["Japan"]
|
categories = ["Japan"]
|
||||||
author = "kazu634"
|
author = "kazu634"
|
||||||
|
tags = []
|
||||||
images=["https://farm66.staticflickr.com/65535/50174999868_811915dd45_c.jpg"]
|
images=["https://farm66.staticflickr.com/65535/50174999868_811915dd45_c.jpg"]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ date: 2007-01-20
|
||||||
author:
|
author:
|
||||||
- kazu634
|
- kazu634
|
||||||
categories:
|
categories:
|
||||||
|
tags:
|
||||||
---
|
---
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -5,7 +5,7 @@ date: 2007-11-23
|
||||||
author:
|
author:
|
||||||
- kazu634
|
- kazu634
|
||||||
categories:
|
categories:
|
||||||
|
tags:
|
||||||
---
|
---
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -1,33 +1,34 @@
|
||||||
---
|
---
|
||||||
title: 気になった言葉
|
title: 気になった言葉
|
||||||
author: kazu634
|
author: kazu634
|
||||||
date: 2010-09-16
|
date: 2010-09-16T15:04:05Z
|
||||||
wordtwit_post_info:
|
wordtwit_post_info:
|
||||||
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5351;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
|
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:5351;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
|
||||||
author:
|
author:
|
||||||
- kazu634
|
- kazu634
|
||||||
categories:
|
categories:
|
||||||
|
- 読書
|
||||||
|
tags:
|
||||||
|
- Sports
|
||||||
---
|
---
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<p>
|
<p>
|
||||||
「<a href="http://d.hatena.ne.jp/asin/B0041TA876" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/asin/B0041TA876', 'Sports Graphic Number (スポーツ・グラフィック ナンバー) 2010年 9/30号 [雑誌]');">Sports Graphic Number (スポーツ・グラフィック ナンバー) 2010年 9/30号 [雑誌]</a>」で気になった言葉です:
|
「<a href="http://d.hatena.ne.jp/asin/B0041TA876" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/asin/B0041TA876', 'Sports Graphic Number (スポーツ・グラフィック ナンバー) 2010年 9/30号 [雑誌]');">Sports Graphic Number (スポーツ・グラフィック ナンバー) 2010年 9/30号 [雑誌]</a>」で気になった言葉です:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
「オレはさ、野球の神様の信者なんだよ。ダッシュでも、たまには1本くらいサボりたくなるけど、そういうことは絶対に神様が見ていると思うんだ。野球に対して、ウソをついたら、絶対に神様は見抜くよ」 (ヤクルトスワローズ・山本 昌)
|
「オレはさ、野球の神様の信者なんだよ。ダッシュでも、たまには1本くらいサボりたくなるけど、そういうことは絶対に神様が見ていると思うんだ。野球に対して、ウソをついたら、絶対に神様は見抜くよ」 (ヤクルトスワローズ・山本 昌)
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
「南アフリカW杯の組織的な守備をワンランク上げ、さらに攻撃的に仕掛けていくサッカー」を作り上げるじんざいとして、ザックことザッケローニ監督を招聘したという。(原 博実 日本サッカー協会 技術委員長)
|
「南アフリカW杯の組織的な守備をワンランク上げ、さらに攻撃的に仕掛けていくサッカー」を作り上げるじんざいとして、ザックことザッケローニ監督を招聘したという。(原 博実 日本サッカー協会 技術委員長)
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
「人間だからみんなにいい人だって言われたいけどそれは無理なんだよね。最後にどうするかと言ったら私心なく、無心になって決める。私心なく決断する事で、いつかは分かってくれるんじゃないかな、と僕は信じています」 (岡田武史)
|
「人間だからみんなにいい人だって言われたいけどそれは無理なんだよね。最後にどうするかと言ったら私心なく、無心になって決める。私心なく決断する事で、いつかは分かってくれるんじゃないかな、と僕は信じています」 (岡田武史)
|
||||||
|
|
|
@ -9,8 +9,7 @@ tmac_last_id:
|
||||||
author:
|
author:
|
||||||
- kazu634
|
- kazu634
|
||||||
categories:
|
categories:
|
||||||
|
tags:
|
||||||
|
|
||||||
---
|
---
|
||||||
Mori Log Academyで気になった部分です:
|
Mori Log Academyで気になった部分です:
|
||||||
|
|
||||||
|
|
|
@ -9,23 +9,22 @@ tmac_last_id:
|
||||||
author:
|
author:
|
||||||
- kazu634
|
- kazu634
|
||||||
categories:
|
categories:
|
||||||
|
tags:
|
||||||
|
|
||||||
---
|
---
|
||||||
ちょっと遅いのですが、『もしドラ』を読みましたよ。ぐいぐい読み進ませてくれるし、マネジメントを実際に応用するにはどうしたらいいかを実際に見せてくれる点で良かったと思います。
|
ちょっと遅いのですが、『もしドラ』を読みましたよ。ぐいぐい読み進ませてくれるし、マネジメントを実際に応用するにはどうしたらいいかを実際に見せてくれる点で良かったと思います。
|
||||||
|
|
||||||
以下、気になった部分です。イノベーションについて:
|
以下、気になった部分です。イノベーションについて:
|
||||||
|
|
||||||
> これに対してイノベーションの戦略は、既存のものはすべて陳腐化すると仮定する。したがって既存事業についての戦略の指針が、よりよくより多くのものであるとすれば、イノベーションについての戦略の指針は、より新しくより違ったものでなければならない。
|
> これに対してイノベーションの戦略は、既存のものはすべて陳腐化すると仮定する。したがって既存事業についての戦略の指針が、よりよくより多くのものであるとすれば、イノベーションについての戦略の指針は、より新しくより違ったものでなければならない。
|
||||||
>
|
>
|
||||||
> イノベーションの戦略の一歩は、古いもの、死につつあるもの、陳腐化したものを計画的かつ体系的に捨てることである。イノベーションを行う組織は、昨日を守るために時間と資源を使わない。昨日を捨ててこそ、資源、特に人材という貴重な資源を新しいもののために解放できる。
|
> イノベーションの戦略の一歩は、古いもの、死につつあるもの、陳腐化したものを計画的かつ体系的に捨てることである。イノベーションを行う組織は、昨日を守るために時間と資源を使わない。昨日を捨ててこそ、資源、特に人材という貴重な資源を新しいもののために解放できる。
|
||||||
|
|
||||||
イノベーションについては、最近のdotcloudなどのIaaSなどを見ていて、環境を用意するのに必要となるコストが比較の上で0になってきているなぁ、と思ったところです。どうにかして社内の検証環境も、構築コストを0に近づけられるようにしていきたいです。 There was a problem connecting to Twitter.
|
イノベーションについては、最近のdotcloudなどのIaaSなどを見ていて、環境を用意するのに必要となるコストが比較の上で0になってきているなぁ、と思ったところです。どうにかして社内の検証環境も、構築コストを0に近づけられるようにしていきたいです。 There was a problem connecting to Twitter.
|
||||||
|
|
||||||
成果について:
|
成果について:
|
||||||
|
|
||||||
> あらゆる組織が、事なかれ主義の誘惑にさらされる。だが組織の健全さとは、高度の基準の要求である。自己目標管理が必要とされるのも、高度の基準が必要だからである。
|
> あらゆる組織が、事なかれ主義の誘惑にさらされる。だが組織の健全さとは、高度の基準の要求である。自己目標管理が必要とされるのも、高度の基準が必要だからである。
|
||||||
>
|
>
|
||||||
> 成果とは何かを理解しなければならない。成果とは百発百中のことではない。百発百中は曲芸である。成果とは長期のものである。すなわち、まちがいや失敗をしない者を信用してはならないということである。それは、見せかけか、無難なこと、くだらないことにしか手をつけない者である。成果とは打率である。弱みがないことを評価してはならない。そのようなことでは、意欲を失わせ、士気を損なう。人は、優れているほど多くの間違いを犯す。優れているほど新しいことを試みる。
|
> 成果とは何かを理解しなければならない。成果とは百発百中のことではない。百発百中は曲芸である。成果とは長期のものである。すなわち、まちがいや失敗をしない者を信用してはならないということである。それは、見せかけか、無難なこと、くだらないことにしか手をつけない者である。成果とは打率である。弱みがないことを評価してはならない。そのようなことでは、意欲を失わせ、士気を損なう。人は、優れているほど多くの間違いを犯す。優れているほど新しいことを試みる。
|
||||||
|
|
||||||
<p style="text-align: center;">
|
<p style="text-align: center;">
|
||||||
|
|
|
@ -9,8 +9,7 @@ tmac_last_id:
|
||||||
author:
|
author:
|
||||||
- kazu634
|
- kazu634
|
||||||
categories:
|
categories:
|
||||||
|
tags:
|
||||||
|
|
||||||
---
|
---
|
||||||
Numberで気になった言葉です:
|
Numberで気になった言葉です:
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,7 @@ tmac_last_id:
|
||||||
author:
|
author:
|
||||||
- kazu634
|
- kazu634
|
||||||
categories:
|
categories:
|
||||||
|
tags:
|
||||||
|
|
||||||
---
|
---
|
||||||
Mori Log Academy 7で気になった言葉です:
|
Mori Log Academy 7で気になった言葉です:
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,7 @@ tmac_last_id:
|
||||||
author:
|
author:
|
||||||
- kazu634
|
- kazu634
|
||||||
categories:
|
categories:
|
||||||
|
tags:
|
||||||
|
|
||||||
---
|
---
|
||||||
Numberで気になった言葉です。今回はサッカーの監督特集でしたよ:
|
Numberで気になった言葉です。今回はサッカーの監督特集でしたよ:
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,7 @@ tmac_last_id:
|
||||||
author:
|
author:
|
||||||
- kazu634
|
- kazu634
|
||||||
categories:
|
categories:
|
||||||
|
tags:
|
||||||
|
|
||||||
---
|
---
|
||||||
Numberで気になった部分です:
|
Numberで気になった部分です:
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,7 @@ tmac_last_id:
|
||||||
author:
|
author:
|
||||||
- kazu634
|
- kazu634
|
||||||
categories:
|
categories:
|
||||||
|
tags:
|
||||||
|
|
||||||
---
|
---
|
||||||
Numberで気になった部分です:
|
Numberで気になった部分です:
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,7 @@ tmac_last_id:
|
||||||
author:
|
author:
|
||||||
- kazu634
|
- kazu634
|
||||||
categories:
|
categories:
|
||||||
|
tags:
|
||||||
|
|
||||||
---
|
---
|
||||||
数学ガールの英訳を入手しました。
|
数学ガールの英訳を入手しました。
|
||||||
|
|
||||||
|
@ -22,20 +21,20 @@ categories:
|
||||||
|
|
||||||
意識の高い、大学受験を狙う高校生は日本語と英訳を買って、一冊読んでみるのがオススメ。英語と数学の勉強になる。読んでて楽しいし、自分がまだ家庭教師のバイトをしていたら絶対にテキストに採用していたとおもう。
|
意識の高い、大学受験を狙う高校生は日本語と英訳を買って、一冊読んでみるのがオススメ。英語と数学の勉強になる。読んでて楽しいし、自分がまだ家庭教師のバイトをしていたら絶対にテキストに採用していたとおもう。
|
||||||
|
|
||||||
[2012/1/16追記] There was a problem connecting to Twitter. There was a problem connecting to Twitter.
|
[2012/1/16追記] There was a problem connecting to Twitter. There was a problem connecting to Twitter.
|
||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
||||||
さてさて英訳で気になった部分は以下の通りです:
|
さてさて英訳で気になった部分は以下の通りです:
|
||||||
|
|
||||||
> Mathematics is timeless.
|
> Mathematics is timeless.
|
||||||
|
|
||||||
> When I think back on those days, equations seem to pop into my head and fresh ideas flow like a spring. Equations don’t fade with the passage of time. Even today they reveal to us the insights of giants: Euclid, Gauss, Euler.
|
> When I think back on those days, equations seem to pop into my head and fresh ideas flow like a spring. Equations don’t fade with the passage of time. Even today they reveal to us the insights of giants: Euclid, Gauss, Euler.
|
||||||
|
|
||||||
> Mathematics is ageless.
|
> Mathematics is ageless.
|
||||||
|
|
||||||
> Through equations, I can share the experience of mathematicians from ages past. They might have worked their proofs hundreds of years ago, but when I trace the path of their logic, the thrill that fills me is mine.
|
> Through equations, I can share the experience of mathematicians from ages past. They might have worked their proofs hundreds of years ago, but when I trace the path of their logic, the thrill that fills me is mine.
|
||||||
|
|
||||||
> Mathematics leads me into deep forests and reveals hidden treasures. It’s a competition of intellect, a thrilling game where finding the most powerful soution to a problems is the goal. It is drama. It is battle.
|
> Mathematics leads me into deep forests and reveals hidden treasures. It’s a competition of intellect, a thrilling game where finding the most powerful soution to a problems is the goal. It is drama. It is battle.
|
||||||
|
|
||||||
> Math isn’t about dredging up half-remembered formulas. It’s about making new discoveries. Sure, there are some things that require rote memorization: the names of people and places, words, the symbols of the elements. But math isn’t like that. With a math problem, you have a set of rules. You have tools and aterials, laid out on the table in front of you. Math’s not about _memorizing_, it’s about _thinking_. Or at least, that’s what it is to me.
|
> Math isn’t about dredging up half-remembered formulas. It’s about making new discoveries. Sure, there are some things that require rote memorization: the names of people and places, words, the symbols of the elements. But math isn’t like that. With a math problem, you have a set of rules. You have tools and aterials, laid out on the table in front of you. Math’s not about _memorizing_, it’s about _thinking_. Or at least, that’s what it is to me.
|
||||||
|
@ -43,7 +42,7 @@ categories:
|
||||||
> If you only saw the 1,2,3,4, then you’d expect the next number to be 5. But you’d be wrong. Rules won’t always reveal themselves in a small sample.
|
> If you only saw the 1,2,3,4, then you’d expect the next number to be 5. But you’d be wrong. Rules won’t always reveal themselves in a small sample.
|
||||||
|
|
||||||
> Mathematicians are always the lookout for useful concepts to help build the world of mathematics. When they find something really good, they give it a name. That’s what a definition is. So you _could_
|
> Mathematicians are always the lookout for useful concepts to help build the world of mathematics. When they find something really good, they give it a name. That’s what a definition is. So you _could_
|
||||||
|
|
||||||
> define the primes to include 1 if you wanted to. But there’s a difference between a _possible_ definition and a _useful_ one.
|
> define the primes to include 1 if you wanted to. But there’s a difference between a _possible_ definition and a _useful_ one.
|
||||||
|
|
||||||
> Well, it’s not like you have to get a PhD, but when you’re reading math, you do have to make an effort to get into it. Don’t just read it, write it out. That’s the only way to be sure you really understand.
|
> Well, it’s not like you have to get a PhD, but when you’re reading math, you do have to make an effort to get into it. Don’t just read it, write it out. That’s the only way to be sure you really understand.
|
||||||
|
|
|
@ -9,8 +9,7 @@ tmac_last_id:
|
||||||
author:
|
author:
|
||||||
- kazu634
|
- kazu634
|
||||||
categories:
|
categories:
|
||||||
|
tags:
|
||||||
|
|
||||||
---
|
---
|
||||||
Numberを読んでいて気になった言葉です:
|
Numberを読んでいて気になった言葉です:
|
||||||
|
|
||||||
|
@ -32,29 +31,29 @@ Numberを読んでいて気になった言葉です:
|
||||||
<div class="amazlet-image" style="float: left; margin: 0px 12px 1px 0px;">
|
<div class="amazlet-image" style="float: left; margin: 0px 12px 1px 0px;">
|
||||||
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/B00A9WFU3G/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/B00A9WFU3G/simsnes-22/ref=nosim/', '');" target="_blank" name="amazletlink"><img style="border: none;" src="https://images-na.ssl-images-amazon.com/images/I/51V7hhcYiML._SL160_.jpg" alt="Sports Graphic Number (スポーツ・グラフィック ナンバー) 2012年 12/20号 [雑誌]" /></a>
|
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/B00A9WFU3G/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/B00A9WFU3G/simsnes-22/ref=nosim/', '');" target="_blank" name="amazletlink"><img style="border: none;" src="https://images-na.ssl-images-amazon.com/images/I/51V7hhcYiML._SL160_.jpg" alt="Sports Graphic Number (スポーツ・グラフィック ナンバー) 2012年 12/20号 [雑誌]" /></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="amazlet-info" style="line-height: 120%; margin-bottom: 10px;">
|
<div class="amazlet-info" style="line-height: 120%; margin-bottom: 10px;">
|
||||||
<div class="amazlet-name" style="margin-bottom: 10px; line-height: 120%;">
|
<div class="amazlet-name" style="margin-bottom: 10px; line-height: 120%;">
|
||||||
<p>
|
<p>
|
||||||
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/B00A9WFU3G/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/B00A9WFU3G/simsnes-22/ref=nosim/', 'Sports Graphic Number (スポーツ・グラフィック ナンバー) 2012年 12/20号 [雑誌]');" target="_blank" name="amazletlink">Sports Graphic Number (スポーツ・グラフィック ナンバー) 2012年 12/20号 [雑誌]</a>
|
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/B00A9WFU3G/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/B00A9WFU3G/simsnes-22/ref=nosim/', 'Sports Graphic Number (スポーツ・グラフィック ナンバー) 2012年 12/20号 [雑誌]');" target="_blank" name="amazletlink">Sports Graphic Number (スポーツ・グラフィック ナンバー) 2012年 12/20号 [雑誌]</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="amazlet-powered-date" style="font-size: 80%; margin-top: 5px; line-height: 120%;">
|
<div class="amazlet-powered-date" style="font-size: 80%; margin-top: 5px; line-height: 120%;">
|
||||||
posted with <a href="http://www.amazlet.com/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazlet.com/', 'amazlet');" title="amazlet" target="_blank">amazlet</a> at 13.01.05
|
posted with <a href="http://www.amazlet.com/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazlet.com/', 'amazlet');" title="amazlet" target="_blank">amazlet</a> at 13.01.05
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="amazlet-detail">
|
<div class="amazlet-detail">
|
||||||
文藝春秋 (2012-12-06)
|
文藝春秋 (2012-12-06)
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="amazlet-sub-info" style="float: left;">
|
<div class="amazlet-sub-info" style="float: left;">
|
||||||
<div class="amazlet-link" style="margin-top: 5px;">
|
<div class="amazlet-link" style="margin-top: 5px;">
|
||||||
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/B00A9WFU3G/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/B00A9WFU3G/simsnes-22/ref=nosim/', 'Amazon.co.jp で詳細を見る');" target="_blank" name="amazletlink">Amazon.co.jp で詳細を見る</a>
|
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/B00A9WFU3G/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/B00A9WFU3G/simsnes-22/ref=nosim/', 'Amazon.co.jp で詳細を見る');" target="_blank" name="amazletlink">Amazon.co.jp で詳細を見る</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="amazlet-footer" style="clear: left;">
|
<div class="amazlet-footer" style="clear: left;">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -10,23 +10,21 @@ tmac_last_id:
|
||||||
author:
|
author:
|
||||||
- kazu634
|
- kazu634
|
||||||
categories:
|
categories:
|
||||||
|
|
||||||
|
|
||||||
format: quote
|
format: quote
|
||||||
|
tags:
|
||||||
---
|
---
|
||||||
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4902516764/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4902516764/simsnes-22/ref=nosim/', '夜は、待っている。 (Hobonichi books)');" target="_blank" name="amazletlink">夜は、待っている。 (Hobonichi books)</a>で気になった部分です:
|
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4902516764/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4902516764/simsnes-22/ref=nosim/', '夜は、待っている。 (Hobonichi books)');" target="_blank" name="amazletlink">夜は、待っている。 (Hobonichi books)</a>で気になった部分です:
|
||||||
|
|
||||||
> ぼくは、じぶんが参考にする意見としては、
|
> ぼくは、じぶんが参考にする意見としては、
|
||||||
|
|
||||||
> 「よりスキャンダラスでないほう」を選びます。
|
> 「よりスキャンダラスでないほう」を選びます。
|
||||||
|
|
||||||
> 「より脅かしてないほう」を選びます。
|
> 「より脅かしてないほう」を選びます。
|
||||||
|
|
||||||
> 「より正義を語らないほう」を選びます。
|
> 「より正義を語らないほう」を選びます。
|
||||||
|
|
||||||
> 「より失礼でないほう」を選びます。
|
> 「より失礼でないほう」を選びます。
|
||||||
|
|
||||||
> そして「よりユーモアのあるほう」を選びます。
|
> そして「よりユーモアのあるほう」を選びます。
|
||||||
|
|
||||||
|
|
||||||
|
@ -36,17 +34,17 @@ format: quote
|
||||||
|
|
||||||
|
|
||||||
> 「どちらの判断も尊い」と思うことに決めました。
|
> 「どちらの判断も尊い」と思うことに決めました。
|
||||||
|
|
||||||
> 「右往左往」してなんにもならないよりは、
|
> 「右往左往」してなんにもならないよりは、
|
||||||
|
|
||||||
> 反対側のリスクを覚悟して「右往」のみに決める。
|
> 反対側のリスクを覚悟して「右往」のみに決める。
|
||||||
|
|
||||||
> そういうふうに判断していきます。
|
> そういうふうに判断していきます。
|
||||||
|
|
||||||
> 行けなかった反対側が少数になるのか、
|
> 行けなかった反対側が少数になるのか、
|
||||||
|
|
||||||
> 多数になるのかもわからないのですが、
|
> 多数になるのかもわからないのですが、
|
||||||
|
|
||||||
> 「判断をしない」のがいちばんよくないのです。
|
> 「判断をしない」のがいちばんよくないのです。
|
||||||
|
|
||||||
* * *
|
* * *
|
||||||
|
@ -55,29 +53,29 @@ format: quote
|
||||||
<div class="amazlet-image" style="float: left; margin: 0px 12px 1px 0px;">
|
<div class="amazlet-image" style="float: left; margin: 0px 12px 1px 0px;">
|
||||||
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4902516764/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4902516764/simsnes-22/ref=nosim/', '');" target="_blank" name="amazletlink"><img style="border: none;" alt="夜は、待っている。 (Hobonichi books)" src="https://images-na.ssl-images-amazon.com/images/I/41Hc3Yo2DdL._SL160_.jpg" /></a>
|
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4902516764/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4902516764/simsnes-22/ref=nosim/', '');" target="_blank" name="amazletlink"><img style="border: none;" alt="夜は、待っている。 (Hobonichi books)" src="https://images-na.ssl-images-amazon.com/images/I/41Hc3Yo2DdL._SL160_.jpg" /></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="amazlet-info" style="line-height: 120%; margin-bottom: 10px;">
|
<div class="amazlet-info" style="line-height: 120%; margin-bottom: 10px;">
|
||||||
<div class="amazlet-name" style="margin-bottom: 10px; line-height: 120%;">
|
<div class="amazlet-name" style="margin-bottom: 10px; line-height: 120%;">
|
||||||
<p>
|
<p>
|
||||||
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4902516764/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4902516764/simsnes-22/ref=nosim/', '夜は、待っている。 (Hobonichi books)');" target="_blank" name="amazletlink">夜は、待っている。 (Hobonichi books)</a>
|
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4902516764/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4902516764/simsnes-22/ref=nosim/', '夜は、待っている。 (Hobonichi books)');" target="_blank" name="amazletlink">夜は、待っている。 (Hobonichi books)</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="amazlet-powered-date" style="font-size: 80%; margin-top: 5px; line-height: 120%;">
|
<div class="amazlet-powered-date" style="font-size: 80%; margin-top: 5px; line-height: 120%;">
|
||||||
posted with <a href="http://www.amazlet.com/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazlet.com/', 'amazlet');" title="amazlet" target="_blank">amazlet</a> at 13.03.06
|
posted with <a href="http://www.amazlet.com/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazlet.com/', 'amazlet');" title="amazlet" target="_blank">amazlet</a> at 13.03.06
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="amazlet-detail">
|
<div class="amazlet-detail">
|
||||||
糸井重里<br /> 東京糸井重里事務所<br /> 売り上げランキング: 16,413
|
糸井重里<br /> 東京糸井重里事務所<br /> 売り上げランキング: 16,413
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="amazlet-sub-info" style="float: left;">
|
<div class="amazlet-sub-info" style="float: left;">
|
||||||
<div class="amazlet-link" style="margin-top: 5px;">
|
<div class="amazlet-link" style="margin-top: 5px;">
|
||||||
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4902516764/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4902516764/simsnes-22/ref=nosim/', 'Amazon.co.jpで詳細を見る');" target="_blank" name="amazletlink">Amazon.co.jpで詳細を見る</a>
|
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4902516764/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4902516764/simsnes-22/ref=nosim/', 'Amazon.co.jpで詳細を見る');" target="_blank" name="amazletlink">Amazon.co.jpで詳細を見る</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="amazlet-footer" style="clear: left;">
|
<div class="amazlet-footer" style="clear: left;">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -7,10 +7,7 @@ tmac_last_id:
|
||||||
author:
|
author:
|
||||||
- kazu634
|
- kazu634
|
||||||
categories:
|
categories:
|
||||||
|
tags:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4163903232/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4163903232/simsnes-22/ref=nosim/', '『ラグビー日本代表ヘッドコーチ エディー・ジョーンズとの対話』');" target="_blank" name="amazletlink">『ラグビー日本代表ヘッドコーチ エディー・ジョーンズとの対話』</a>で気になった部分です:
|
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4163903232/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4163903232/simsnes-22/ref=nosim/', '『ラグビー日本代表ヘッドコーチ エディー・ジョーンズとの対話』');" target="_blank" name="amazletlink">『ラグビー日本代表ヘッドコーチ エディー・ジョーンズとの対話』</a>で気になった部分です:
|
||||||
|
|
||||||
|
@ -31,29 +28,29 @@ categories:
|
||||||
<div class="amazlet-image" style="float: left; margin: 0px 12px 1px 0px;">
|
<div class="amazlet-image" style="float: left; margin: 0px 12px 1px 0px;">
|
||||||
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4163903232/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4163903232/simsnes-22/ref=nosim/', '');" target="_blank" name="amazletlink"><img style="border: none;" src="https://images-na.ssl-images-amazon.com/images/I/51AjbGLTMbL._SL160_.jpg" alt="ラグビー日本代表ヘッドコーチ エディー・ジョーンズとの対話 (Sports Graphic Number Books)" /></a>
|
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4163903232/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4163903232/simsnes-22/ref=nosim/', '');" target="_blank" name="amazletlink"><img style="border: none;" src="https://images-na.ssl-images-amazon.com/images/I/51AjbGLTMbL._SL160_.jpg" alt="ラグビー日本代表ヘッドコーチ エディー・ジョーンズとの対話 (Sports Graphic Number Books)" /></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="amazlet-info" style="line-height: 120%; margin-bottom: 10px;">
|
<div class="amazlet-info" style="line-height: 120%; margin-bottom: 10px;">
|
||||||
<div class="amazlet-name" style="margin-bottom: 10px; line-height: 120%;">
|
<div class="amazlet-name" style="margin-bottom: 10px; line-height: 120%;">
|
||||||
<p>
|
<p>
|
||||||
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4163903232/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4163903232/simsnes-22/ref=nosim/', 'ラグビー日本代表ヘッドコーチ エディー・ジョーンズとの対話 (Sports Graphic Number Books)');" target="_blank" name="amazletlink">ラグビー日本代表ヘッドコーチ エディー・ジョーンズとの対話 (Sports Graphic Number Books)</a>
|
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4163903232/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4163903232/simsnes-22/ref=nosim/', 'ラグビー日本代表ヘッドコーチ エディー・ジョーンズとの対話 (Sports Graphic Number Books)');" target="_blank" name="amazletlink">ラグビー日本代表ヘッドコーチ エディー・ジョーンズとの対話 (Sports Graphic Number Books)</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="amazlet-powered-date" style="font-size: 80%; margin-top: 5px; line-height: 120%;">
|
<div class="amazlet-powered-date" style="font-size: 80%; margin-top: 5px; line-height: 120%;">
|
||||||
posted with <a href="http://www.amazlet.com/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazlet.com/', 'amazlet');" title="amazlet" target="_blank">amazlet</a> at 15.11.14
|
posted with <a href="http://www.amazlet.com/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazlet.com/', 'amazlet');" title="amazlet" target="_blank">amazlet</a> at 15.11.14
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="amazlet-detail">
|
<div class="amazlet-detail">
|
||||||
生島 淳<br /> 文藝春秋<br /> 売り上げランキング: 109
|
生島 淳<br /> 文藝春秋<br /> 売り上げランキング: 109
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="amazlet-sub-info" style="float: left;">
|
<div class="amazlet-sub-info" style="float: left;">
|
||||||
<div class="amazlet-link" style="margin-top: 5px;">
|
<div class="amazlet-link" style="margin-top: 5px;">
|
||||||
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4163903232/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4163903232/simsnes-22/ref=nosim/', 'Amazon.co.jpで詳細を見る');" target="_blank" name="amazletlink">Amazon.co.jpで詳細を見る</a>
|
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4163903232/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4163903232/simsnes-22/ref=nosim/', 'Amazon.co.jpで詳細を見る');" target="_blank" name="amazletlink">Amazon.co.jpで詳細を見る</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="amazlet-footer" style="clear: left;">
|
<div class="amazlet-footer" style="clear: left;">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -5,10 +5,8 @@ date: 2015-12-17
|
||||||
author:
|
author:
|
||||||
- kazu634
|
- kazu634
|
||||||
categories:
|
categories:
|
||||||
|
tags:
|
||||||
|
|
||||||
description: Sports Graphics Numberを読んで気になった部分
|
description: Sports Graphics Numberを読んで気になった部分
|
||||||
|
|
||||||
---
|
---
|
||||||
水泳の荻野選手:
|
水泳の荻野選手:
|
||||||
|
|
||||||
|
|
|
@ -6,8 +6,7 @@ isCJKLanguage: true
|
||||||
author:
|
author:
|
||||||
- kazu634
|
- kazu634
|
||||||
categories:
|
categories:
|
||||||
|
tags:
|
||||||
|
|
||||||
description: W杯で南アフリカとの戦いに勝利した後のラグビー日本代表GM・岩渕健輔氏の言葉です
|
description: W杯で南アフリカとの戦いに勝利した後のラグビー日本代表GM・岩渕健輔氏の言葉です
|
||||||
---
|
---
|
||||||
岩渕健輔 ラグビー日本代表GMの言葉です:
|
岩渕健輔 ラグビー日本代表GMの言葉です:
|
||||||
|
|
|
@ -5,10 +5,8 @@ date: 2016-01-02
|
||||||
author:
|
author:
|
||||||
- kazu634
|
- kazu634
|
||||||
categories:
|
categories:
|
||||||
|
|
||||||
|
|
||||||
description: 『高倉健インタビューズ』を読んで気になった部分をまとめています
|
description: 『高倉健インタビューズ』を読んで気になった部分をまとめています
|
||||||
|
tags:
|
||||||
---
|
---
|
||||||
『<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4833420171/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4833420171/simsnes-22/ref=nosim/', '高倉健インタヴューズ');" name="amazletlink" target="_blank">高倉健インタヴューズ</a>』を読んで気になった部分を抜粋してみました。
|
『<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4833420171/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4833420171/simsnes-22/ref=nosim/', '高倉健インタヴューズ');" name="amazletlink" target="_blank">高倉健インタヴューズ</a>』を読んで気になった部分を抜粋してみました。
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue