I hereby claim:
- I am nitcelcius on github.
- I am nitcelcius (https://keybase.io/nitcelcius) on keybase.
- I have a public key ASATrz0zHwkppNrURhAFCufG8BAZ8HOX8KhuTQ-nTCK5cwo
To claim this, I am signing this object:
# PowerShell script to organize files based on their dates and times. | |
# e.g. 2025/1, 2025/2, etc. | |
# @NitCelcius | |
using namespace System | |
using namespace System.IO | |
using namespace System.Collections | |
# --- Config | |
enum FileDateAttribute { |
I hereby claim:
To claim this, I am signing this object:
// めっちゃ WIP | |
// Campus-Xs (FUJITSU 社) の 「My時間割」を取り出しやすい形式に変換する | |
// とりあえず 「My時間割」ページで DevTools を開いて動くことを確認した | |
type classInfo = { | |
// 講義情報 | |
id: string; // 講義コード | |
displayName: string; // 講義名 | |
teacherName: string; // 講義の講師名 | |
tagText: string; // 講義のタグ |