I hereby claim:
- I am stepney141 on github.
- I am stepney141 (https://keybase.io/stepney141) on keybase.
- I have a public key ASCN5V3_SANf082_Fdrw0hS0LopFf2sBzpM4upmXps0VLAo
To claim this, I am signing this object:
const mode = parseArgv(process.argv); | |
const users = [ | |
{ id: "1504793", name: "Azaika" }, | |
{ id: "1504772", name: "qraphnet" }, | |
{ id: "1504804", name: "caphosra" }, | |
{ id: "1504818", name: "Juei" }, | |
{ id: "1504820", name: "LLUUIIGGEE" }, | |
{ id: "1503969", name: "ゆみや" }, | |
{ id: "1504789", name: "hakatashi" } | |
]; |
https://github.com/yacy/yacy_search_server | |
https://github.com/pretzelhammer/rust-blog | |
https://github.com/nyashiki/minishogilib | |
https://github.com/abap34/ml-lecture | |
https://github.com/0burak/imperial_hft | |
https://github.com/niklasso/minisat | |
https://github.com/Tatamo/atcoder-cli | |
https://github.com/regexident/cargo-modules | |
https://github.com/scomup/MathematicalRobotics | |
https://github.com/TakumaNakao/mathematical_robotics |
import { executablePath } from "puppeteer"; | |
import puppeteer from "puppeteer-extra"; | |
import AdblockerPlugin from "puppeteer-extra-plugin-adblocker"; | |
import StealthPlugin from "puppeteer-extra-plugin-stealth"; | |
import { sleep } from "./.libs/utils"; | |
import type { ElementHandle } from "puppeteer"; | |
const adblockerPlugin = AdblockerPlugin(); |
I hereby claim:
To claim this, I am signing this object:
{ | |
"extractor": { | |
"base-directory": "~/data-bank/", | |
"path-restrict": "auto", | |
"directory": ["{category}", "{subcategory}"], | |
"archive": "~/data-bank/{category}/{category}-gldl-archive.sqlite3", | |
"keywords-default": "", |
LOYOLA_ID=A1234567 | |
LOYOLA_PASSWORD=password |
import { getRandomValue } from "../src/zobrist.js"; | |
import * as fs from 'fs/promises'; | |
(async () => { | |
let list = []; | |
for (let i = 1; i <= 100000; i++) { | |
list.push(getRandomValue()); | |
} |
#!/bin/bash | |
# ref: https://webapps.stackexchange.com/questions/115369/how-to-archive-the-whole-website | |
wget -m -nv -o logfile.txt $1 | |
find . -name '*.htm' -or -name '*.html' -exec curl -v "https://web.archive.org/save/https://{}" ';' |
* { | |
margin: 0; | |
padding: 0; | |
} | |
body { | |
background-color: black; | |
} | |
.eva-heading { |