努力したWiki

推敲の足りないメモ書き多数

ユーザ用ツール

サイト用ツール


documents:other:shima:other-999

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
documents:other:shima:other-999 [2023/04/14 02:32] – 外部編集 127.0.0.1documents:other:shima:other-999 [2024/04/14 11:04] (現在) – 削除 k896951
行 1: 行 1:
-====== 自分用メモ ====== 
-今日は {{counter today}}人がこのページを訪れました。 
-{{POPULAR }} 
  
-<timer 07:00:00=11:00:00> 
-おはようございました 
-</timer> 
- 
-<timer 2021-01-31 12:00:00=-> 
-1/31 12:00 公開\\ 
-<WRAP center round download 60%> 
-{{ :documents:voiceroid:assistantseika:assistantseika20210129c.zip |}} 
-</WRAP> 
- 
-</timer> 
- 
- 
-<abc> 
-X:42 
-T:テスト 
-M:4/4 
-K:C 
-"C" C2 D2 C2 D2 |"C" G4 A4 |"C" c8 |] 
-w:ど れ ど れ みぃ らぁ だよ 
-</abc> 
- 
-<abc 7 -3> 
-X:42 
-T:Test 
-M:4/4 
-K:C 
-"C" C2 D2 E2 G2 |"C" c8 |] 
-w:This is just a test 
-</abc> 
- 
-<code python dd.py> 
-import sys 
-import re 
-import pprint as pr 
- 
-inputCSV  = sys.argv[1]  ## Attribute1.csv 
-outputCSV = sys.argv[2]  ## parsed Attribute1.csv 
- 
-fr = open(inputCSV, mode="r") 
-fw = open(outputCSV, mode="w") 
- 
-write_list = [] 
- 
-for line in fr: 
- 
-    line = line.strip("\r\n") # Chomp 行末改行を消す 
- 
-    if line == "" : 
-        continue 
- 
-    write_list.clear() 
-  : 
-  : 
-    fw.write(",".join(write_list) + "\n"    
- 
-fr.close() 
-fw.close() 
- 
-</code> 
- 
-~~DISCUSSION:off~~ 

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki