2017-02-01から1ヶ月間の記事一覧

ネットワークインターフェイスの名前

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/2017-02-27-network-interface/"); head.appe…

vimで構文ハイライトをいじった

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/2017-02-17-syntax-highlight/"); head.appen…

sshでリモートマシンへログインする際にやったこと

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/2017-02-13-ssh-login/"); head.appendChild(…

グラフ メモ

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/2017-02-11-graph-terms/"); head.appendChil…

典型探索問題を解く

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/2017-02-06-solve-typical/"); head.appendCh…

POJ1990 MooFest

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/2017-02-05-poj-1990/"); head.appendChild(m…