Skip to content

Instantly share code, notes, and snippets.

View NI57721's full-sized avatar

NI57721 NI57721

View GitHub Profile
@NI57721
NI57721 / ekiden.json
Last active December 29, 2024 03:39
Result of the analysis for Japanese in Vim ekiden aritlces in polite tone
{
"vowel": [
["a",56247],
["o",54441],
["i",52137],
["u",46795],
["e",32809],
["k",30430],
["t",30093],
["s",29519],
@NI57721
NI57721 / wikipedia.json
Created December 29, 2024 03:34
Result of the analysis for Japanese in Wikipepia featured aritlces
{
"vowel": [
["a",814194],
["o",748713],
["i",741622],
["u",706239],
["k",492273],
["t",433845],
["e",421780],
["s",389207],
// ==UserScript==
// @name Clickable list items
// @namespace http://tampermonkey.net/
// @version 0.1
// @description make rooms clickable.
// @author NI57721
// @match *://*/*
// @grant none
// ==/UserScript==