Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/perl
use strict;
use warnings;
use feature qw(:5.10);
use utf8;
my @box;
$box[$_] = 10 for 1..30;
for my $student (1..30){
@yaasita
yaasita / mente.html
Last active February 14, 2024 09:38
<!doctype html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>Maintenance</title>
<link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css">
<style>
body {
text-align: center;
}
{
"meta": {
"status": 200,
"msg": "OK"
},
"response": {
"blog": {
"admin": true,
"ask": true,
"ask_anon": true,
#!/bin/bash
freshclam --quiet
# Configuration file for dircolors, a utility to help you set the
# LS_COLORS environment variable used by GNU ls with the --color option.
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
# Copying and distribution of this file, with or without modification,
# are permitted provided the copyright notice and this notice are preserved.
# The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
# slackware version of dircolors) are recognized but ignored.
# Below are TERM entries, which can be a glob patterns, to match
# against the TERM environment variable to determine if it is colorizable.
TERM Eterm
subject=C = US, ST = Washington, L = Seattle, O = "Amazon Web Services, Inc.", OU = Amazon RDS, CN = Amazon RDS Root CA
subject=C = US, ST = Washington, L = Seattle, O = "Amazon Web Services, Inc.", OU = Amazon RDS, CN = Amazon RDS ap-northeast-1 CA
subject=C = US, ST = Washington, L = Seattle, O = "Amazon Web Services, Inc.", OU = Amazon RDS, CN = Amazon RDS ap-southeast-1 CA
subject=C = US, ST = Washington, L = Seattle, O = "Amazon Web Services, Inc.", OU = Amazon RDS, CN = Amazon RDS ap-southeast-2 CA
subject=C = US, ST = Washington, L = Seattle, O = "Amazon Web Services, Inc.", OU = Amazon RDS, CN = Amazon RDS eu-central-1 CA
subject=C = US, ST = Washington, L = Seattle, O = "Amazon Web Services, Inc.", OU = Amazon RDS, CN = Amazon RDS eu-west-1 CA
subject=C = US, ST = Washington, L = Seattle, O = "Amazon Web Services, Inc.", OU = Amazon RDS, CN = Amazon RDS sa-east-1 CA
subject=C = US, ST = Washington, L = Seattle, O = "Amazon Web Services, Inc.", OU = Amazon RDS, CN = Amazon RDS us-east-1 CA
subject=C =
#!/usr/bin/env node
import fs from "fs";
import { JSDOM } from "jsdom";
const content = fs.readFileSync("tmp/index.html", "utf8");
const dom = new JSDOM(content);
const todayEvents = dom.window.document.querySelector(
"#calendarAria .calendarDateBox",
);
for (const e of todayEvents.querySelectorAll("dl")) {
#!/usr/bin/env node
import fs from "fs";
import { JSDOM } from "jsdom";
const content = fs.readFileSync(process.argv[2], "utf8");
const dom = new JSDOM(content);
const res = dom.window.document.querySelectorAll("#maincontent article");
let result = [];
for (const r of res) {
const body = r.querySelector("section").innerHTML;

信託報酬

証券コード 信託報酬
1305 0.066%
1306 0.0968%
1308 0.0968%
1311 0.209%
1312 0.55%
1320 0.132%
time host rtt loss
1664565638 WEBARENA_IPV6 4.680 0
1664565647 ORACLE1_IPV4 171.541 0
1664565657 ORACLE2_IPV4 162.308 0
1664565666 WEBARENA_IPV4 5.406 0
1664566211 WEBARENA_IPV4 4.079 0
1664566220 WEBARENA_IPV6 4.384 0
1664566229 ORACLE2_IPV4 162.274 0
1664566238 ORACLE1_IPV4 171.567 0
1664569811 WEBARENA_IPV4 3.898 0