Skip to content

Instantly share code, notes, and snippets.

View vrcalphabet's full-sized avatar

あるふぁべっと vrcalphabet

  • Japan
  • 04:46 (UTC +09:00)
View GitHub Profile
@vrcalphabet
vrcalphabet / microStorage.js
Last active June 17, 2025 17:12
元の型を保ったままlocalStorageを操作できるライブラリ
const microStorage = (() => {
const storageValue = '!MICRO-STORAGE!';
const storageType = '!MICRO-STORAGE-TYPE!';
if (localStorage.getItem(storageValue) === null) {
localStorage.setItem(storageValue, '{}');
}
if (localStorage.getItem(storageType) === null) {
localStorage.setItem(storageType, '{}');
}
@vrcalphabet
vrcalphabet / codepoint.txt
Last active May 14, 2025 14:48
制御・未使用・私的を除いたUTF-16に割り当てられているコードポイントの一覧(157,046文字、カンマ区切り、16進数)https://www.unicode.org/Public/zipped/16.0.0/
0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002a,002b,002c,002d,002e,002f,0030,0031,0032,0033,0034,0035,0036,0037,0038,0039,003a,003b,003c,003d,003e,003f,0040,0041,0042,0043,0044,0045,0046,0047,0048,0049,004a,004b,004c,004d,004e,004f,0050,0051,0052,0053,0054,0055,0056,0057,0058,0059,005a,005b,005c,005d,005e,005f,0060,0061,0062,0063,0064,0065,0066,0067,0068,0069,006a,006b,006c,006d,006e,006f,0070,0071,0072,0073,0074,0075,0076,0077,0078,0079,007a,007b,007c,007d,007e,00a0,00a1,00a2,00a3,00a4,00a5,00a6,00a7,00a8,00a9,00aa,00ab,00ac,00ad,00ae,00af,00b0,00b1,00b2,00b3,00b4,00b5,00b6,00b7,00b8,00b9,00ba,00bb,00bc,00bd,00be,00bf,00c0,00c1,00c2,00c3,00c4,00c5,00c6,00c7,00c8,00c9,00ca,00cb,00cc,00cd,00ce,00cf,00d0,00d1,00d2,00d3,00d4,00d5,00d6,00d7,00d8,00d9,00da,00db,00dc,00dd,00de,00df,00e0,00e1,00e2,00e3,00e4,00e5,00e6,00e7,00e8,00e9,00ea,00eb,00ec,00ed,00ee,00ef,00f0,00f1,00f2,00f3,00f4,00f5,00f6,00f7,00f8,00f9,00fa,00fb,00fc,00fd,00fe,00ff,0100,0101,0102,0103,0104,0105,0106,0107,0108,0109,010a,010b,010c,010d