Skip to content

Instantly share code, notes, and snippets.

@WhonderWy
WhonderWy / isekai_smartphone_rauri_language.py
Last active July 6, 2024 03:49
『異世界はスマートフォンとともに』というラノベに出る大樹海のラウリ族が離す言語を読む返す度に読み方がわからないので作りました。Wrote this because I keep forgetting how the Rauri people in Isekai ha Smartphone to Tomo ni [In Another World With My Smartphone] spoke...
#! /usr/bin/env python3
# Wrote this because I keep forgetting how the Rauri people in Isekai ha Smartphone to Tomo ni [In Another World With My Smartphone] spoke...
# 『異世界はスマートフォンとともに』というラノベに出る大樹海のラウリ族が話す言語を読み返す度に読み方がわからないので作りました。
# n1443bp = [107, 108]
import sys
MIN_PYTHON = (3, 10)
if sys.version_info < MIN_PYTHON:
print("This program requires Python %s.%s or later." % MIN_PYTHON)
print("当スクリプトはPython 3.10以上で動作します。")
@WhonderWy
WhonderWy / generate-ssh-key.sh
Last active February 25, 2021 08:18 — forked from grenade/01-generate-ed25519-ssh-key.sh
Correct file permissions for ssh keys and config.
ssh-keygen -t ed25519 -a 100