-
Notifications
You must be signed in to change notification settings - Fork 0
b0n/top100
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
キーワードの上位ページの島を発見する top100.pl a1.txt キーワードの上位ページを取得 tolink.pl a2.txt キーワードの上位ページからのリンクを取得 backlink.pl a3.txt キーワードの上位ページへのリンクを取得 $ perl top100.pl キーワード => a.txt 上位100を取得 a.txt 上位サイト100 a1.txt 正規化されたドメイン $ perl -n tolink.pl a.txt > a2.txt 外向きのリンクを取得 a2.txt 正規化されたドメインの外向きのリンク $ perl -n backlink.pl a.txt > a3.txt 内向きのリンクを取得 a3.txt 正規化されたドメインの内向きのリンク $ perl alldomain.pl => all.txt a1,txt a2.txt a3.txt をマージ $ perl graphviz.pl > dot.dot
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published