| title | description | publishDate | draft | tags | |
|---|---|---|---|---|---|
Hoge |
sample post |
2023-01-11 23:13:22 +0900 |
false |
|
openpgp4fpr:4FDD93EDA91BA3AD071ED4118B888AD8EDD27C2D
GitHub GraphQL API (GitHub API v4) example to retrieve/get comments in Gist.
{
viewer {
gist(name: "78cc23f37e55e848905fc4224483763d") {
comments(last: 100) {
edges {
node {
author {In this gist we provide 2 JSON files.
- joyo2010.json
joyo2010.jsonis a parsed JSON file to facilitate the search for Japanese Jōyō kanji readings.- It is retrieved from github.com/cjkvi/cjkvi-tables which is based on the "List of jōyō kanji" from Wikipedia with some modifications. Such as missing "kyu-jitai" ("旧字体", old kanji) that corresponds to the joyo-kanji.
- Currntly, it only supports 2,136 characters of "常用漢字" (Jōyō kanji) defined by the Japanese Ministry of Education in 2010.
- [old_to_new_kanjis.json](https://gist.githubusercontent.com/KEINOS/fb660943484008b7f5297bb627e0e
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| services: | |
| semaphore: | |
| restart: unless-stopped | |
| ports: | |
| - 3000:3000 | |
| image: semaphoreui/semaphore:latest | |
| environment: | |
| SEMAPHORE_DB_DIALECT: bolt | |
| SEMAPHORE_ADMIN_PASSWORD: <your admin password> | |
| SEMAPHORE_ADMIN_NAME: <your admin display name> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - name: Update and upgrade apt packages | |
| hosts: rpi | |
| user: pi | |
| # Become sudoer | |
| become: yes | |
| tasks: | |
| - name: apt update | |
| apt: | |
| # apt update | |
| update_cache: yes |