更新: | 2024-10-08 |
---|---|
作者: | @voluntas |
バージョン: | 2024.1 |
URL: | https://voluntas.github.io/ |
概要
#!/bin/sh | |
COV_PARTIAL_FILE=profile.cov.out | |
COV_FILE=profile-all.cov.out | |
COV_MODE=count | |
HEADER="mode: $COV_MODE" | |
if which gxargs > /dev/null; then | |
XARGS=gxargs |
更新: | 2024-10-08 |
---|---|
作者: | @voluntas |
バージョン: | 2024.1 |
URL: | https://voluntas.github.io/ |
概要
package main | |
import ( | |
"fmt" | |
"os" | |
"os/signal" | |
"time" | |
"golang.org/x/net/context" | |
) |
In this gist we provide 2 JSON files.
joyo2010.json
is a parsed JSON file to facilitate the search for Japanese Jōyō kanji readings.