上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页

2021年11月3日

iconv -f utf-8 -t ascii text.txt

摘要: /chucklu/p/6874820.html (good) https://www.jianshu.com/p/e487e89c2a4e https://milosophical.me/blog/2018/latin1-to-utf8.html 阅读全文

posted @ 2021-11-03 15:56 cdekelon 阅读(73) 评论(0) 推荐(0) 编辑

2021年10月21日

pass list type to os.system sorted list

摘要: import os import glob file_list = [] for i in sorted(glob.glob('/workspace/asr_mandarin/aishell_converted_test/wavs/*.wav')): file_list.append(i) comm 阅读全文

posted @ 2021-10-21 18:39 cdekelon 阅读(12) 评论(0) 推荐(0) 编辑

sorted after glob , sort

摘要: filepaths = list(sorted(glob.glob(os.path.join(cfg.audio_dir, f"*.{cfg.audio_type}")))) 阅读全文

posted @ 2021-10-21 11:23 cdekelon 阅读(12) 评论(0) 推荐(0) 编辑

2021年10月20日

save 中文 to a json file

摘要: https://qastack.cn/programming/18337407/saving-utf-8-texts-in-json-dumps-as-utf8-not-as-u-escape-sequence with open('filename', 'w', encoding='utf8') 阅读全文

posted @ 2021-10-20 17:37 cdekelon 阅读(32) 评论(0) 推荐(0) 编辑

2021年10月16日

dpkg -l | grep -i opengl

摘要: dpkg -l | grep -i opengl 阅读全文

posted @ 2021-10-16 20:42 cdekelon 阅读(42) 评论(0) 推荐(0) 编辑

opengl driver

摘要: https://developer.nvidia.com/opengl-driver 阅读全文

posted @ 2021-10-16 20:26 cdekelon 阅读(41) 评论(0) 推荐(0) 编辑

2021年10月1日

convert mov mp4 to jpg

摘要: https://www.online-convert.com/ 阅读全文

posted @ 2021-10-01 16:25 cdekelon 阅读(20) 评论(0) 推荐(0) 编辑

2021年9月23日

拼图

摘要: http://www.zuohaotu.com/image-merge.aspx 阅读全文

posted @ 2021-09-23 18:04 cdekelon 阅读(6) 评论(0) 推荐(0) 编辑

2021年9月10日

remove ad of chrome how to block ad of newssysstem.net

摘要: https://malwaretips.com/blogs/remove-newssysstem-net/ 阅读全文

posted @ 2021-09-10 08:53 cdekelon 阅读(17) 评论(0) 推荐(0) 编辑

2021年9月3日

compute capability gpu RTX A3000 device or A30

摘要: https://www.notebookcheck.net/NVIDIA-RTX-A3000-Laptop-GPU-GPU-Benchmarks-and-Specs.532063.0.html https://www.e2enetworks.com/nvidia-a30-vs-t4-vs-v100- 阅读全文

posted @ 2021-09-03 16:12 cdekelon 阅读(210) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页

导航