pukiwiki_to_html.php
を https://scm.osdn.net/gitroot/pukiwiki/pukiwiki.git
から得られるソースコードのルートディレクトリに配置して、同ディレクトリで php pukiwiki_to_html.php
と実行すると動作します。
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
*.satysfi-aux |
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
.satysfi-aux |
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
*.satysfi-aux |
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 | |
/song.ogg | |
/ignore |
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
use itertools::Itertools; | |
fn main() { | |
let a = [ | |
[0x28, 0x28, 0x28], // normal bg | |
[0x52, 0x52, 0x52], // normal target | |
[48, 78, 95], //exper bg | |
[89, 120, 137], //expert target | |
// [98, 32, 93], // master bg | |
// [138, 72, 133], // master target |