#解凍したzipファイルを自動でゴミ箱へ入れる OS X 10.9.5
##アプリの場所 /System/Library/CoreServices/アーカイブユーティリティ.app
- アーカイブユーティリティ.appをダブルクリックして環境設定を開く
- 展開後:アーカイブをゴミ箱に入れるを選択
(() => { | |
const labelBranchElems = document.getElementsByClassName('label-branch') | |
Array.from(labelBranchElems).forEach(elem => { | |
const a = elem.getElementsByTagName('a')[0]; | |
if (a) { | |
a.style.maxWidth = 'none'; | |
} | |
}) | |
})(); |
$ npm shrinkwrap --dev |
// getImgSize.js | |
(function () { | |
"use strict"; | |
function getFileName(filePath) { | |
var path = unescape(filePath); | |
return path.substring(path.lastIndexOf('/') + 1, path.length); | |
} | |
console.group("img data"); |
<?php | |
the_post(); | |
/** | |
* Get color function. | |
* | |
* Get term meta on loop is little bit annoying. | |
* You should define some wrapper function. | |
*/ | |
function get_color($tag){ |
Lv55 夕立改二 | |
Lv60 時雨改二 | |
Lv70 ヴェールヌイ | |
Lv70 Z1 zwei | |
Lv70 Z3 zwei | |
Lv70 綾波改二 | |
Lv65 初春改二 | |
Lv60 潮改二 | |
Lv70 初霜改二 | |
Lv70 叢雲改二 |
javascript:(function(){prompt('ページタイトルとURLをMarkdown方式でコピー','['+document.title+']('+document.URL+')')})(); |
;(function ($, window, undefined) { | |
//プラグインネームの定義 | |
var pluginName = 'defaultPluginName', | |
//ドキュメント | |
document = window.document, | |
//デフォルト値 | |
defaults = { | |
propertyName: "value" |
#解凍したzipファイルを自動でゴミ箱へ入れる OS X 10.9.5
##アプリの場所 /System/Library/CoreServices/アーカイブユーティリティ.app
#鍵の作成
キーペアの作成
ssh-keygen -f id_rsa_hogehoge
-C で説明追加ができる
ssh-keygen -f id_rsa_hogehoge -C hogehoge