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
| ✦ MEGAMOJI のデザインと実装をレビューしました。全体として、「遊び心」と「実用性」が高度にバランスされた、非常に完成度の高い設計だと感じました。 | |
| 以下に詳細なレビュー結果をまとめます。 | |
| 1. 視覚デザインとブランド性 | |
| * キャッチーな世界観: | |
| 黄色(#eeaa00)をアクセントカラーにした、明るく親しみやすいデザインです。ヘッダーの「にゃーん」アニメーションや、エフェクト名に「ガタガタ」「もちもち」といったオノマ | |
| トペを採用している点が、絵文字作成というクリエイティブな用途にマッチしています。 | |
| * ダークモードへの完璧な対応: prefers-color-scheme |
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
| { | |
| "title": "クイズ「ん」", | |
| "description": "答えはすべて「ん」から始まります。", | |
| "shuffle": true, | |
| "author": { | |
| "text": "zk-phi", | |
| "url": "https://zk-phi.github.io/" | |
| }, | |
| "problems": [ | |
| { |
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
| {"shuffle":true,"author":{"text":"zk-phi","url":"https://zk-phi.github.io/"},"title":"IT クイズ(カルチャー編1)","file":"culture1.json","problems":[{"body":"マウスの移動距離の単位で、ディズニーの人気キャラクターと名前が同じであることでも知られるのは?","answers":["みっきー","mickey"],"displayAnswer":"ミッキー","category":"culture1"},{"body":"秋葉原・末広町駅近くにある、日本初の自作キーボード専門店といえば「何工房」?","answers":["ゆうしゃ"],"displayAnswer":"遊舎工房","category":"culture1"},{"body":"Facbook や Twitter が台頭するまでは広く使われていた、「足あと」機能などでもお馴染みの、日本初の本格的な SNS サービスといえば?","answers":["mixi","みくしぃ"],"displayAnswer":"mixi","category":"culture1"},{"body":"初めての投稿はジョード・カリムの「Me at the zoo」である、現在は Google によって運営されている世界最大の動画投稿サイトといえば?","answers":["youtube","ゆーちゅーぶ"],"displayAnswer":"YouTube","category":"culture1"},{"body":"イギリスのコメディ「空飛ぶモンティ・パイソン」に登場する缶詰がその語源となった、迷惑メールや荒らしコメントを大量送信する迷惑行為をなんという?","answers":["すぱむ","spam"],"displayAnswer":"スパム","explanation":"プログラミング言語 Python の由来も同作品なので、セットで覚えておきたいです。","category":"culture1"},{"body":"バーチャルシンガー「初音ミク」に声を提供したことでも知られる、アーツビジョン所属の女性声優といえば?","answers":["ふじたさき"],"displayAnswer":"藤田咲","cat |
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
| { | |
| "title": "ボドゲ・遊びのクイズ", | |
| "shuffle": true, | |
| "limit": 20, | |
| "author": { | |
| "text": "zk-phi", | |
| "url": "https://zk-phi.github.io/" | |
| }, | |
| "problems": [ | |
| { |
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
| ? |
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
| #!emacs --script | |
| ;; Compare two directory recursively to find updated/outdated files. | |
| ;; | |
| ;; Dependencies: | |
| ;; - brew install --cask emacs | |
| ;; - brew install xxh | |
| ;; | |
| ;; Usage: | |
| ;; - ./comparator.el /path/to/directory/A /path/to/directory/B > output |
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
| (require 'macroexp) | |
| (defun read-and-macroexpand-all (stream) | |
| (ignore-errors | |
| (cons (macroexpand-all (read stream)) | |
| (read-and-macroexpand-all stream)))) | |
| (defun macroexpand-file (src dest) | |
| "ファイル SRC 内のすべてのフォームをマクロ展開して、ファイル DEST に保存する" | |
| (let ((forms (with-temp-buffer |
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
| { | |
| "title": "IIDX カルトクイズ", | |
| "description": "マイナー曲名などを答えるクイズです。曲名は綴りまで正確に入力してください (スペース、大文字小文字の区別は不要です)。", | |
| "shuffle": true, | |
| "author": { | |
| "text": "zk-phi", | |
| "url": "https://zk-phi.github.io/" | |
| }, | |
| "problems": [ | |
| { |
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
| { | |
| "title": "ビール雑学クイズ", | |
| "shuffle": true, | |
| "limit": 20, | |
| "author": { | |
| "text": "zk-phi", | |
| "url": "https://zk-phi.github.io/" | |
| }, | |
| "problems": [ | |
| { |
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
| ;; Usage: M-x genshify-region | |
| (defun genshify-string (str) | |
| (let ((res (shell-command-to-string | |
| (concat "echo " (shell-quote-argument str) "| /usr/local/bin/mecab")))) | |
| (mapconcat 'identity | |
| (delq nil | |
| (mapcar (lambda (line) | |
| (cond ((string-match "助詞\\|接頭詞\\|非自立\\|^\\(EOS\\)?$" line) nil) | |
| ((string-match "*$" line) (car (split-string line))) |
NewerOlder