- Disc-2
- ユーザー投稿型ニュースサイト
- ghost-log
- 伺か関係情報ブログ
- GHOST/BALLOON TOWN
- プレビューつきゴースト・バルーンの情報サイト
- ActiveSonar
- 伺か関係のサイトの更新アンテナ
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
# Markdown形式のファイルパスを取得し配列に格納する | |
mdpath=($(find ./ -name "*.md")) | |
# カウンタ | |
cnt=0 | |
# 配列でループ | |
for mdfile in ${mdpath[@]}; do | |
# 拡張子をhtmlに変換する | |
htfile=$(echo $mdfile | sed -e "s|\.md|.html|") |
- 任意のWebページから情報を切り出したり、ファイルをダウンロードできる
- サイト: 電気で動くうにゅう・廃屋の夏
- 現在、ユーザが開いているブラウザのタイトルやURLを取得する
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
charset,UTF-8 | |
descript | |
{ | |
version,1 | |
} | |
// NOTE: 当たり判定一覧 | |
// Hair | |
// Head |
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
{ | |
"name": "Keychron K9 Pro ANSI RGB", | |
"vendorId": "0x3434", | |
"productId": "0x0290", | |
"keycodes": ["qmk_lighting"], | |
"menus": [{ | |
"name": "Keychron K9 Pro ANSI RGB", | |
"vendorProductId": 875823760, | |
"macros": ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""], | |
"layers": [ |