Some useful pieces of code.
通过爬取附有常用名字的一个博客,以及wiki的百家姓,建立一个姓与名的list,然后通过随机数随机选取内容,产生名字
By crawling names from blog and wikipedia, we obtain lists about first name and last name. Using random numbers to choose from lists built, we can generate some typical Chinese names.
一个极其简单的demo演示如何格式化随机数字
A very simple demo about how to format random numbers from random.randint() method
通过itchat连接微信小冰来做微信的自动回复
2019-3-28更新:
重新上传了代码, 可以通过回复88xiaoice来自动关闭小冰.
A very simple demo about how to format random numbers from random.randint() method
题在代码里介绍
切水果问题
最短路径
大端小端
很早的时候写的代码了, 风格很烂....直接放到这里了.
自定义的markdown-themeable-pdf输出格式
Some files about how to customize your output format by markdown-themeable-pdf in Atom.