This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
key: A array: a | |
array[key]: a | |
string(1) "a" | |
key: B array: 100 | |
array[key]: | |
int(100) | |
key: C array: 1 # true は出力で1 | |
array[key]: | |
bool(true) | |
bool(true) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$target = array( | |
'A', | |
'B', | |
'C', | |
'D', | |
'E', | |
'F', | |
'G', | |
'H', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Qiita Jump Comment | |
// @namespace Qiita | |
// @description トップのコメント数をクリックすることでコメント欄へスクロールする | |
// @include http://qiita.com/*/items/* | |
// @version 1 | |
// @grant none | |
// @author khsk | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@a01f3dcd16fe:/# which sh | |
/bin/sh | |
root@a01f3dcd16fe:/# ll /bin/sh | |
lrwxrwxrwx 1 root root 4 Feb 19 2014 /bin/sh -> dash* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Qiita summary line notification for Slack | |
// @namespace khsk | |
// @description 記事の作成・編集ページの改変 slack用の要約箇所を把握する | |
// @include http://qiita.com/drafts/* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Qiita Jump Comment | |
// @namespace Qiita | |
// @description トップのコメント数をクリックすることでコメント欄へスクロールする | |
// @include http://qiita.com/*/items/* | |
// @version 1 | |
// @grant none | |
// @author khsk | |
// ==/UserScript== |
NewerOlder