- 高木 光 (Ko Takagi)
- Github: https://github.com/ko31
- Blog: http://blog.ko31.com/
- Twitter: http://twitter.com/ko31
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
find . -type f -name 'wp-config.php' -exec bash -c '_wp=$(echo {} | sed -e s/[^\/]*$//); echo -n "${_wp}: "; wp --path=${_wp} core verify-checksums' \; 2>/dev/null |
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
札幌第一,http://www.kibou.ac.jp/daiichi/ | |
仙台育英,http://www.sendaiikuei.ed.jp/i_html/i_top.html | |
盛岡大付,http://www.morifu.jp/ | |
作新学院,http://www.sakushin.ac.jp/highschool/ | |
東海大市原望洋,http://www.boyo.tokai.ed.jp/ | |
前橋育英,http://www.maebashiikuei-h.ed.jp/ | |
健大高崎,http://www.tuhw-h.ed.jp/ | |
早稲田実,http://www.wasedajg.ed.jp/ | |
日大三,http://www.nichidai3.ed.jp/s_index/ | |
静岡,http://www.edu.pref.shizuoka.jp/shizuoka-h1/home.nsf/IndexFormView?OpenView |
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
package main | |
import ( | |
"encoding/json" | |
"fmt" | |
"io/ioutil" | |
"net/http" | |
"os" | |
) |
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
都道府県 | 学校名 | 出場回数 | URL | |
---|---|---|---|---|
北北海道 | 滝川西 | 19年ぶり3回目 | http://www.takinishi.ed.jp/ | |
南北海道 | 北海 | 3年連続38回目 | http://www.hokkai.ed.jp/ | |
青森 | 青森山田 | 8年ぶり11回目 | http://www.aomoriyamada-hs.jp/ | |
岩手 | 盛岡大付 | 2年連続10回目 | http://www.morifu.jp/ | |
秋田 | 明桜 | 8年ぶり9回目 | http://www.meioh.ed.jp/ | |
山形 | 日大山形 | 4年ぶり17回目 | http://www.ymgt.hs.nihon-u.ac.jp/ | |
宮城 | 仙台育英 | 2年ぶり26回目 | https://www.sendaiikuei.ed.jp/hs/ | |
福島 | 聖光学院 | 11年連続14回目 | http://www.seiko.ac.jp/ | |
茨城 | 土浦日大 | 31年ぶり3回目 | https://www.tng.ac.jp/tsuchiura/ |
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
都道府県 | 人数 | |
---|---|---|
大阪 | 63 | |
福岡 | 42 | |
兵庫 | 40 | |
愛知 | 40 | |
神奈川 | 36 | |
東京 | 33 | |
京都 | 26 | |
千葉 | 25 | |
岡山 | 25 |
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
滝川西 | http://www.takinishi.ed.jp/ | |
---|---|---|
北海 | http://www.hokkai.ed.jp/ | |
青森山田 | http://www.aomoriyamada-hs.jp/ | |
盛岡大付 | http://www.morifu.jp/ | |
明桜 | http://www.meioh.ed.jp/ | |
日大山形 | http://www.ymgt.hs.nihon-u.ac.jp/ | |
仙台育英 | https://www.sendaiikuei.ed.jp/hs/ | |
聖光学院 | http://www.seiko.ac.jp/ | |
土浦日大 | https://www.tng.ac.jp/tsuchiura/ | |
作新学院 | http://www.sakushin.ac.jp/highschool/ |
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
<?php | |
$lines = file('url.csv', FILE_IGNORE_NEW_LINES); | |
$count = 0; | |
foreach ($lines as $line) { | |
$val = explode(',', $line); | |
$html = file_get_contents($val[1]); | |
if (strpos($html, 'wp-content') !== false) { | |
echo $val[0] . " is WordPress\n"; | |
$count++; | |
} |
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
<?php | |
$lines = file('url.csv', FILE_IGNORE_NEW_LINES); | |
foreach ($lines as $line) { | |
$val = explode(',', $line); | |
$tags = get_meta_tags($val[1]); | |
if (isset($tags['generator'])) { | |
echo $val[0] . " is " . $tags['generator'] . "\n"; | |
} | |
} |
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
都道府県 | prefecture | 学校 | 週ベ | 報知 | ホームラン | |
---|---|---|---|---|---|---|
北北海道 | hokkaido | 滝川西 | 4 | 2 | 1 | |
南北海道 | hokkaido | 北海 | 3 | 5 | 4 | |
青森 | aomori | 青森山田 | 1 | 1 | 1 | |
岩手 | iwate | 盛岡大付 | 1 | 1 | 1 | |
宮城 | miyagi | 仙台育英 | 1 | 2 | 2 | |
秋田 | akita | 明桜 | 1 | 1 | 1 | |
山形 | yamagata | 日大山形 | 1 | 1 | 1 | |
福島 | fukushima | 聖光学院 | 1 | 1 | 1 | |
茨城 | ibaraki | 土浦日大 | 12 | 17 | 8 |