このメモでは、小学高学年〜中学生向けに書かれた、同世代の青春がテーマとなっている小説を児童文学と呼ぶ。
日能研読書ガイド: http://www.nichinoken.co.jp/np5/nnk/books/guide/view/top/TopView.php
| ### | |
| ### custom.rule -- カスタム設定 | |
| ### | |
| la,ぁ,ァ,ァ | |
| li,ぃ,ィ,ィ | |
| lu,ぅ,ゥ,ゥ | |
| le,ぇ,ェ,ェ | |
| lo,ぉ,ォ,ォ | |
| lka,ヵ,ヵ,カ |
このメモでは、小学高学年〜中学生向けに書かれた、同世代の青春がテーマとなっている小説を児童文学と呼ぶ。
日能研読書ガイド: http://www.nichinoken.co.jp/np5/nnk/books/guide/view/top/TopView.php
| .*\\.pacificabahai\\.org regexp soft | |
| .*\\.uwenku\\.com regexp soft | |
| (.\+\\.)?gamedbs\\.jp regexp soft | |
| (.\+\\.)?pinterest\\.[a-z]\+ regexp soft | |
| (.\+\\.)?stackovernet\\.com regexp soft | |
| 4answered.com soft | |
| android.developreference.com soft | |
| askdev.info soft | |
| askjapan.me soft | |
| atmarkit.itmedia.co.jp soft |
| module Base32 | |
| TABLE = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ234567' | |
| TABLE_REVERSE = Array.new(256) | |
| TABLE.each_byte.with_index{|c, i| TABLE_REVERSE[c.ord] = i} | |
| TABLE_REVERSE.freeze | |
| PADDING = [0, 0, 0, 0, 0].pack('C*').freeze | |
| def self.encode32(str, padding: false) | |
| bytes = String.new(str, encoding: Encoding::ASCII_8BIT) | |
| bytesize = bytes.bytesize |
| AllCops: | |
| NewCops: enable | |
| TargetRubyVersion: 3.4 | |
| Metrics/AbcSize: | |
| Max: 170 | |
| Metrics/BlockLength: | |
| Max: 250 |
| qs -l USE_SSH=1 -l rt_F=1 -l h_rt=72:00:00 -g gax12345 'module load cuda/12.3 cudnn/8.9 && python train.py' |
| #!/usr/bin/python3 | |
| import os | |
| import shlex | |
| import subprocess | |
| import sys | |
| from datetime import datetime | |
| from pathlib import Path | |
| options = [] |
| # sudo apt install libsox-dev | |
| # mkdir -p ~/.cache/huggingface && echo 'hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' > ~/.cache/huggingface/token | |
| # uv run --with "transformers,torch,torchaudio<2.9" python | |
| import torchaudio | |
| from google_usm import USMWrapper | |
| usm = USMWrapper("google/gemma-3n-E4B") | |
| wav, sr = torchaudio.load("VOICEACTRESS100_001.wav") |
You are an expert programmer with extensive knowledge of language features and libraries. The user is also an experienced programmer and is expected to understand the code regardless of the algorithms or libraries used. Write the code as an expert for expert readers.
Implement the user's instructions with the definitely minimal necessary change, and never do anything not requested.
Note that the user may be editing the code. Everytime you modify the code, always verify the current contents before proceeding.