Skip to content

Instantly share code, notes, and snippets.

View NitCelcius's full-sized avatar

せし NitCelcius

View GitHub Profile
@NitCelcius
NitCelcius / Date2FolderPath.ps1
Created October 12, 2025 07:15
A PowerShell script to organize files based on their dates and times
# 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 {

Keybase proof

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:

@NitCelcius
NitCelcius / Campus_Xs_My_TimeTable_Extractor.ts
Created September 27, 2024 13:37
TypeScript: Campus-Xs (FUJITSU 社) の 「My時間割」を取り出しやすい形式に変換する
// めっちゃ WIP
// Campus-Xs (FUJITSU 社) の 「My時間割」を取り出しやすい形式に変換する
// とりあえず 「My時間割」ページで DevTools を開いて動くことを確認した
type classInfo = {
// 講義情報
id: string; // 講義コード
displayName: string; // 講義名
teacherName: string; // 講義の講師名
tagText: string; // 講義のタグ