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
最初のテキスト | |
改変してみる | |
もひとつ追記 |
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
/* | |
* Please write the below line into .vimperatorrc. | |
* let g:twittperator_plugin_rtrt = 1 | |
* | |
*/ | |
/* | |
* idea by http://esuji5.hateblo.jp/entry/2014/04/01/233633 | |
*/ | |
(function () { |
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
"api_hougeki1": { | |
"api_at_list": [ | |
-1, //攻撃順序 | |
1, | |
7, | |
5, | |
3, | |
12, | |
2, | |
4, |
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
//cf. http://www.openspc2.org/book/IllustratorCS/normal/016/index.html | |
//cf. http://www.openspc2.org/book/IllustratorCS/easy/015/index.html | |
newTxt = prompt(); //任意の文字を入力 | |
txtObj = activeDocument.textArtItems; | |
for (i=0; i<txtObj.length; i++) | |
{ | |
txtObj[i].contents += newTxt; | |
} |
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
svdata={ | |
"api_result": 1, | |
"api_result_msg": "成功", | |
"api_data": { | |
"api_deck_id": 1, | |
"api_formation": [ | |
14, | |
14, | |
2 | |
], |
OlderNewer