This file contains hidden or 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
#!/bin/sh | |
cd ./drawable-xxxhdpi | |
flist="`ls | xargs echo`" | |
cd .. | |
target=`pwd` | |
cd /Users/makito/android-icons | |
cd drawable-xxhdpi | |
cp -rfv ${flist} "${target}/drawable-xxhdpi" | xargs -n 1 | |
cd ../drawable-xhdpi | |
cp -rfv ${flist} "${target}/drawable-xhdpi" | xargs -n 1 |
This file contains hidden or 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
POS = { | |
"n": { #1. 名词 (1个一类,7个二类,5个三类) | |
"n":"名词", | |
"nr":"人名", | |
"nr1":"汉语姓氏", | |
"nr2":"汉语名字", | |
"nrj":"日语人名", | |
"nrf":"音译人名", | |
"ns":"地名", | |
"nsf":"音译地名", |
This file contains hidden or 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
{ | |
"status": "success", | |
"response": [ | |
{ "word": "クチャーズ" }, | |
{ "word": "av" }, | |
{ "word": "ero" }, | |
{ "word": "eroika" }, | |
{ "word": "erolink" }, | |
{ "word": "H" }, | |
{ "word": "nude" }, |
NewerOlder