- オリジナルのサイトは以下の通り
- index.101.txt
- 2025/02/25頃に取得した、削除されていないページの一覧。
- ライセンス
- 自分が作成した情報についてはCC0 とします。全てご自由にお使いください
index.101.sqlite.7z
- 2025/03/04付近にスクレイピングしたデータ一覧
index.103.out.html
- 2025/03/04付近時点で補足できた全てのぷららHPスペースのURL一覧
- お手元にDLしてhtmlを開いてください。htmlにjsは一切含まれていません。外部cssも無いので通信は一切発生しません。
- 全てのHPスペースのトップページにアクセスして、そのページがぷららのエラーページになっているか、それともなんらかのhtmlがあるか調査した
- レスポンスヘッダーに
last-modified
があったので、その日付の集計も行った。 - 補足できたURLは全5万2524件、そのなかで今も生きているサイトは1万0684件。最古の更新日時は1997年
- クリックでhtmlを表示したかったが、そのためにgithubレポジトリ用意するのは面倒なので一旦gistで。
- ぷららHPスペースの仕様
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
# | |
# TSInfoExtractor.py | |
# Copyright (c) 2021-2022 tsukumi. Licensed under MIT. | |
# | |
import json | |
import sys | |
from copy import copy | |
from datetime import date | |
from datetime import datetime |
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
ほげほげ |
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
あ﨑い |
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
いえいえいいえいえ |
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
てすとほげほげほげh「 | |
今ログイン |
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
import java.io.File; | |
import java.io.IOException; | |
import java.io.PrintStream; | |
import java.security.GeneralSecurityException; | |
import java.util.ArrayList; | |
import java.util.Date; | |
import java.util.List; | |
import java.util.ResourceBundle; | |
import com.google.api.client.googleapis.auth.oauth2.GoogleCredential; |
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
#!/bin/sh | |
# | |
# chkconfig: 345 70 30 | |
# description: Fushihara java run test | |
java=/usr/java/default | |
prog=javaTest | |
currentDirectory=/home/fushihara/javaTest/ | |
classPath=bin:src | |
runClass=org.fushihara.javastdinouttest.Test |
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
#8545 | |
.method protected b(Ljava/lang/Object;)Ljava/lang/String; | |
.locals 6 | |
.prologue | |
.line 2715 | |
if-nez p1, :cond_0 | |
const/4 v0, 0x0 |
NewerOlder