ボカロとマイクラが好きな、聴くブログ

ボカロとマイクラが好きな雑記ブログ

follow us in feedly

2017-12-16から1日間の記事一覧

超、思考法の洗礼

天才の閃きを科学的に起こす 超、思考法――コロンビア大学ビジネススクール最重要講義 作者: ウィリアム・ダガン 出版社/メーカー: ダイヤモンド社 発売日: 2017/11/17 メディア: Kindle版 この商品を含むブログを見る セレンディピティを信じるなら、この本…

強みとは何か。才能を伸ばす、とは何か。

ストレングス・リーダーシップ―さあ、リーダーの才能に目覚めよう 作者: トム・ラス,バリー・コンチー,田口俊樹,加藤万里子 出版社/メーカー: 日本経済新聞出版社 発売日: 2013/03/23 メディア: 単行本 この商品を含むブログ (6件) を見る 才能というと、こ…

follow us in feedly ** 注意 - Web Speech API非対応のブラウザでは音読できません */ (function () { if (!window.speechSynthesis) return; document.querySelectorAll('article').forEach(function (article) { var button = document.createElement('button'); button.type = 'button'; button.className = 'btn'; button.textContent = '音読する'; button.style = 'float: right'; article.querySelector('header').appendChild(button); button.addEventListener('click', function () { var synth = window.speechSynthesis; var body = article.querySelector('.entry-content').textContent; var utter = new SpeechSynthesisUtterance(body); synth.speak(utter); }); }); })();