This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:C7949B42D75219A0C3B611D4E3B8FE36F98C92E7]
#!/usr/bin/bash | |
# 参考 | |
# [ノートパソコン - ArchWiki https://wiki.archlinux.jp/index.php/%E3%83%8E%E3%83%BC%E3%83%88%E3%83%91%E3%82%BD%E3%82%B3%E3%83%B3] | |
# /usr/lib/systemd/system-sleep のフック | |
# [Custom xrandr settings are reset on wake up (resume) SOLVED - Linux Mint Forums https://forums.linuxmint.com/viewtopic.php?t=288050] | |
case $1/$2 in | |
post/*) |
import datetime | |
#import time | |
n=int(input("タスク数を入れてね: ")) | |
tasks = list(range(n)) | |
for i in range(n): | |
tasks[i] = input(str(i) + "番目のタスクは:") | |
task_time=datetime.datetime.now()+datetime.timedelta(minutes=1) | |
for i in range(n): |
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:C7949B42D75219A0C3B611D4E3B8FE36F98C92E7]