Skip to content

Instantly share code, notes, and snippets.

View endcloud's full-sized avatar
😎
Insist on studying

Ziyu Shi endcloud

😎
Insist on studying
  • ALPHA Inc.
  • Suqian, China
View GitHub Profile
@dori4n
dori4n / Office 2024 ISO Links at Microsoft.md
Created January 13, 2025 06:30
Office 2024 ISO Download Links at Microsoft
@baymaxium
baymaxium / content.md
Created October 18, 2017 09:42
漫画:什么是 AES 算法?

原文:算法爱好者

(点击上方公众号,可快速关注)

来源:伯乐专栏作者/玻璃猫,微信公众号 - 梦见

好文投稿, 请点击 → 这里了解详情

@breezewish
breezewish / biaori-to-anki.js
Last active March 20, 2026 06:09
将《新标准日语》的音频和单词导入到 Anki https://zhuanlan.zhihu.com/p/58139619
const assert = require("assert").strict;
const child_process = require("child_process");
const path = require("path");
const crypto = require("crypto");
const glob = require("glob");
const fs = require("fs-extra");
const _ = require("lodash");
const sort = require("alphanum-sort");
const Kuroshiro = require("kuroshiro");
const KuromojiAnalyzer = require("kuroshiro-analyzer-kuromoji");