2020-01-01から1年間の記事一覧

Pool.imap で引数の関数が実行されるタイミングについてメモ [Python]

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2020-10-23-python-pool-imap/"); head.appen…

『Atomic Design堅牢で使いやすいUIを効率良く設計する』を読んだ

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2020-09-17-atomic-design/"); head.appendCh…

『Clean Coder プロフェッショナルプログラマへの道』を読んだ

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2020-09-07-clean-coder/"); head.appendChil…

Lisp 布教書 『Land of Lisp』を読んだ

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2020-09-02-land-of-lisp/"); head.appendChi…

Ajax通信をする小さなアプリの作成[JavaScript Primer]

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2020-05-20-js-ajax-sample/"); head.appendC…

JavaScript勉強メモ [JavaScript Primer]

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2020-05-13-js-primer-memo/"); head.appendC…

subprocess.runで環境変数を展開する[Python]

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2020-02-01-env-var-expansion/"); head.appe…

Junit4のテストをコンソールで実行する

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2020-01-30-unit4/"); head.appendChild(meta…

Visual Studio で .Net Core のコンソールアプリ開発をしていたら System.Drawing.Image が使えなかったので NuGet で System.Drawing.Common をインストールした際のメモ

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2020-01-27-nuget/"); head.appendChild(meta…

『思考・論理・分析 「正しく考え,正しくわかること」の理論と実践』を読んだ

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2020-01-26-thinking/"); head.appendChild(m…