Blogist is a small tool to help you generate your blog from your GitHub Gist.
blogist --help
usage: blogist [-h] --name NAME [--prefix PREFIX] [--format FORMAT]
[--dir DIR]| # http://zhanghonglun.cn/blog/project/%E5%9F%BA%E4%BA%8E%E5%87%9D%E8%81%9A%E5%BA%A6%E5%92%8C%E8%87%AA%E7%94%B1%E5%BA%A6%E7%9A%84%E9%9D%9E%E7%9B%91%E7%9D%A3%E8%AF%8D%E5%BA%93%E7%94%9F%E6%88%90/ | |
| import math | |
| from collections import Counter | |
| import plane | |
| class Phrase: | |
| def __init__(self, word): |
https://github.com/mlflow/mlflow
| from multiprocessing import Pool | |
| from time import time, sleep | |
| class TextProcessing: | |
| def __init__(self, input_file, output_file): | |
| self.reader = open(input_file, 'r', encoding='utf-8') | |
| self.writer = open(output_file, 'w', encoding='utf-8') | |
| self.eof = False |