View apis
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
Json API いちらん | |
Base URLは | |
"https://pvp.minecraft.jp" または "http://api.minecraft.jp/pvp" です | |
"/servers.json" | |
サーバーの情報をいい感じに取得できます | |
"/matches.json" | |
直近 50試合 の情報をいい感じに取得できます |
View apis
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
Json API いちらん | |
Base URLは | |
"https://pvp.minecraft.jp" または "http://api.minecraft.jp/pvp" です | |
"/servers.json" | |
サーバーの情報をいい感じに取得できます | |
"/servers/online.json" | |
現在オンラインのプレイヤー数(サイトの右上のやつ)を取得できます | |
View gist:2541170e88d64df8e879
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
test |
View a.txt
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
追記 | |
PADDINGXX で検索すると、PK で始まる zip 部分が出てくる。 | |
過去にさかのぼってはいないので、これがないのもあるのかもしれない。知らないけど。 | |
pip をインストールしてあるなら、PyPI から pip install uncompyle で入れることができる。 | |
C:\Python27\Scripts に入る。 | |
pyo と py が同居している場合、py が優先されるみたいなので、消さなくてもよい。まあどうでもいい。 |
View bassai.lua
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
yy = 0 | |
local function turtleup() | |
yy = yy + 1 | |
turtle.up() | |
end | |
turtle.select(1) | |
turtle.dig() | |
turtle.forward() |
View ic2exp_itemlist.txt
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
&big(){[[親ページに戻る>MOD解説/IndustrialCraft²_experimental]]} | |
&b(){├[[アイテムリスト>MOD解説/IndustrialCraft²_experimental/アイテムリスト1]]} | |
//&b(){├[[拡張アドオン関連>MOD解説/IndustrialCraft²_experimental/アイテムリスト(拡張アドオン)]]} | |
//&b(){├[[BCコラボアドオン関連>MOD解説/IC+BC系コラボアドオン]]} | |
//&b(){├[[原子力発電所の設計>MOD解説/IndustrialCraft²_experimental/原子炉設計の手引き]]} | |
//&b(){├[[各機械について>MOD解説/IndustrialCraft²_experimental/各機械について]]} | |
//&b(){├[[略語や単位について>MOD解説/IndustrialCraft²_experimental/用語解説]]} | |
//&b(){└[[農業と酒造について>MOD解説/IndustrialCraft²_experimental/農業と酒造]]} | |
&link_edit(page=MOD解説/IndustrialCraft²_experimental/アイテムリスト1,text=アイテムリスト1を編集) |
View gist:545c1ea763683ab8d1f75e3494f64b7f
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
C:\WINDOWS\system32>dir /B C:\Windows\WinSxS\amd64_microsoft-windows-ehome-font_31bf3856ad364e35_6.3.9600.16384_none_bfa057729d55f952 | |
luttx43.ttf | |
luttx83.ttf | |
malgunmc.ttf | |
segmcr.ttf | |
segmcsb.ttf | |
segoemcl.ttf | |
WTVGOTHIC-R.ttc | |
WTVGOTHIC-RB.ttc | |
WTVGOTHIC-S.ttc |
View pmap.bat
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
%ECHO OFF | |
for /l %%n in (1,1,115) do wget -P ./pgomap/noborder/ https://img-pmap.aquapal-cdn.net/img/noborder/%%n.png | |
for /l %%n in (1,1,115) do wget -P ./pgomap/noborder2/ https://img-pmap.aquapal-cdn.net/img/noborder2/%%n.png | |
for /l %%n in (1,1,115) do wget -P ./pgomap/original/ http://pmap.kuku.lu.s3-website-ap-northeast-1.amazonaws.com/%%n.png | |
wget -O ./pgomap/name.txt http://pmap.kuku.lu.s3-website-ap-northeast-1.amazonaws.com/ | |
start ..\pgomap\ |
View gist:1c65a4315d0137874e850eea6dac39bd
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
Chocolatey をインストールする https://chocolatey.org/ | |
choco install python2 | |
pip install scrapy (失敗) | |
lxml‑3.6.4‑cp27‑cp27m‑win_amd64.whl を http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml からダウンロード | |
pip install lxml‑3.6.4‑cp27‑cp27m‑win_amd64.whl する | |
pip install Scrapy (成功) | |
おしまい。 | |
よだん: Python2 を使う理由としては、公式サイトに |
View gist:1d3387703af59a5115d4545e86b1d727
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
youtube-dl -o "%(uploader)s/%(playlist_title)s/%(title)s-%(id)s.%(ext)s" <playlist url> | |
(--download-archive archive.txt) | |
(-f [ext=mp4]) | |
"%(uploader)s" -> display name | |
"%(uploader_id)s" -> channel's id |
OlderNewer