歴3日くらい時点での整理
%%{init: {"flowchart": {"defaultRenderer": "elk"}} }%%
flowchart LR;
シリーズ | 鬼 系列 | 綿 系列 | 祟 系列 | 余り |
---|---|---|---|---|
無(前半) | 鬼隠し編 | 綿流し編 | 祟殺し編 | 暇潰し編 |
無(後半),解 | 罪滅し編 | 目明し編 | 厄醒し,皆殺し,祭囃し編 | |
業 | 鬼騙し編 | 綿騙し編 | 祟騙し編 | 猫騙し編 |
卒 | 鬼明し編 | 綿明し編 | 祟明し編 | |
無解 発症者 | 圭一/レナ | 詩音 | 富竹 | |
業卒 発症者 | レナ | 魅音 | 大石 | |
業卒 事後説明 | 魅音 | 大石 | レナ |
1passで最低限の強度
chars | strongest - 1 | strongest |
---|---|---|
alphabets | 13 | 14 |
alphabets + nums | 12 | 13 |
alphabets + symbols | 12 | 13 |
alphabets + nums + symbols | 12 | 13 |
__________________________________:... # 謎ブロックコメント? | |
written_by : id;VBq6RlTf0 : 2021/8/4 # コメントでなくコードか | |
__________________________________:... | |
class World: | |
Hello: (type)(type)(type)(type)(type) | |
# (type) は1つ以上であればいいみたい |
javascript: (() => { | |
document.querySelectorAll('.post').forEach((e) => { | |
const resNum = e.getElementsByClassName('number')[0].innerText; | |
const mes = e.getElementsByClassName('message')[0]; | |
const match = mes.innerText | |
.split('\n') | |
.map((line) => /^.*\d+( .+\/.+){6}$/.exec(line)) | |
.filter(Boolean); | |
if (!match || !match[0] || !match[0][0]) return; |
[ | |
{ "name": "5chの入り口", "url": "https://www.5ch.net/" }, | |
{ "name": "5ch総合案内", "url": "https://info.5ch.net/" }, | |
{ "name": "検索[ベータ版]", "url": "https://search.5ch.net/" }, | |
{ "name": "超スレタイ検索", "url": "https://dig.5ch.net/" }, | |
{ "name": "5ch投稿数", "url": "https://stat.5ch.net/SPARROW" }, | |
{ "name": "お絵描き観測所", "url": "https://o.5ch.net/" }, | |
{ "name": "スマホメニュー", "url": "https://i.5ch.net/" }, | |
{ "name": "過去ログ倉庫", "url": "https://www.5ch.net/kakolog.html" }, | |
{ "name": "地震headline", "url": "https://headline.5ch.net/bbynamazu/" }, |
threadUrl | number | |
---|---|---|
https://hebi.5ch.net/test/read.cgi/news4vip/1552582790/ | 3 | |
https://hebi.5ch.net/test/read.cgi/news4vip/1554741057/ | 367 | |
https://hebi.5ch.net/test/read.cgi/news4vip/1555604988/ | 52 | |
https://hebi.5ch.net/test/read.cgi/news4vip/1559833235/ | 334 | |
https://hebi.5ch.net/test/read.cgi/news4vip/1562857379/ | 502 | |
https://hebi.5ch.net/test/read.cgi/news4vip/1562857379/ | 893 | |
https://hebi.5ch.net/test/read.cgi/news4vip/1565449261/ | 155 |
import Data.List | |
commas = map (* 111) [0 .. 9] | |
diff1000 v c | d <= 500 = d | |
| otherwise = 1000 - d | |
where | |
d = a - b | |
a = max c v | |
b = min c v |
数字 | |
◆vip006DHikZ. | |
◆vIP007SktVlk | |
◆ViP0066A8/pt | |
--- |
import puppeteer from 'puppeteer' | |
async function main() { | |
const browser = await puppeteer.launch({ | |
headless: true, | |
args: ['--no-sandbox', '--disable-setuid-sandbox'], | |
}) | |
const page = await browser.newPage() | |
const threadURL = 'http://hebi.5ch.net/test/read.cgi/news4vip/1556625403' | |
await page.goto(threadURL) |