サイト名 | URL | 継続可否 |
---|---|---|
AtCoder Scores | https://atcoder-scores.herokuapp.com/ | |
AtCoder Tags | https://atcoder-tags.herokuapp.com/ | |
AtCoder List | https://atcoder-list.herokuapp.com/ | |
AtCoder RatingGraph Generator | https://atcoder-ratinggraph-generator.herokuapp.com/ | |
Rating History | https://rating-history.herokuapp.com/ | |
AtCoder Rating Comparison | https://atcoder-rating-comparison.herokuapp.com/ | |
AtCoder Performances | https://atcoderapps.herokuapp.com/atcoderperformances/ | |
AtCoder Rating Simulator | https://atcoderratingsimulator.herokuapp.com/ | ⭕ Tweet |
This file contains hidden or 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
shell-integration = zsh | |
theme = nord | |
background-opacity = 0.7 | |
background-blur-radius = 40 | |
font-family = "UDEV Gothic NF" |
This file contains hidden or 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
// ==UserScript== | |
// @name moodle-utils | |
// @namespace https://su8ru.dev/ | |
// @version 0.3.1 | |
// @description Make Moodle more useful | |
// @author subaru <[email protected]> | |
// @supportURL https://su8ru.dev/ | |
// @license MIT | |
// @match https://moodle.elms.hokudai.ac.jp/* | |
// @updateURL https://gist.github.com/su8ru/a37876a56cc7a2eb4384449034f081bb/raw/moodle-utils.user.js |
Date: 2022-08-19
I have recently set up a new OpenPGP key, and will be transitioning away from my old one.
The old key will continue to be valid for some time, but I prefer all future correspondence to come to the new one. I would also like this new key to be re-integrated into the web of trust. This message is signed by both keys to certify the transition.
The old key was:
This file contains hidden or 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 yargs from "yargs"; | |
import crypto from "crypto"; | |
import fs from "fs"; | |
const argv = yargs(process.argv) | |
.options({ | |
count: { | |
type: "number", | |
demandOption: true, | |
description: "Number of IDs to be generated", |
This file contains hidden or 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
/** | |
* サーモグラフィ風の色変化をシグモイド関数で再現する - Qiita | |
* https://qiita.com/masato_ka/items/c178a53c51364703d70b | |
*/ | |
const gain = 10; | |
const offsetX = 0.2; | |
const offsetGreen = 0.6; | |
const sigmoid = (_x: number, _gain = 1, _offsetX = 0) => |
This file contains hidden or 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 React, { ComponentType, SVGAttributes } from "react"; | |
import { SvgIcon, SvgIconProps } from "@material-ui/core"; | |
// react-bootstrap-icons | |
interface BIProps extends SVGAttributes<SVGElement> { | |
color?: string; | |
size?: string | number; | |
} | |
type Icon = ComponentType<BIProps>; |
This file contains hidden or 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
body { background-color: rgba(0, 0, 0, 0); margin: 0px auto; overflow: hidden; line-height: 1.1; } | |
div#comment-list-app { display: flex; position: fixed; left: 10px; margin: 0; min-height: 0; max-width: none; min-width: 100vw; } | |
/* いろいろと非表示(1) */ | |
#tcx_commentwindowheader_pc_responsive {display: none;} | |
#comment-list-app > div:nth-child(1) { display: none; } | |
.tw-player-page__comment__post {display: none;} | |
.tw-player-page__component__title {display: none;} | |
.alert-info {display: none;} | |
.alert {display: none;} |
This file contains hidden or 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
openapi: 3.0.0 | |
info: | |
version: 1.0.0 | |
title: KO・S Train Location Back-end | |
contact: | |
name: su8ru | |
email: [email protected] | |
servers: | |
- url: https://kostl.su8ru.app | |
- url: http://localhost:8000 # for local test |
I hereby claim:
- I am su8ru on github.
- I am su8ru (https://keybase.io/su8ru) on keybase.
- I have a public key whose fingerprint is 2356 A5BD 1BD7 A08D 0D2F E330 B1DC 7E5F 50CE F402
To claim this, I am signing this object:
NewerOlder