05 2021 档案
摘要:https://wallet.tether.to/richlist https://etherscan.io/token/0xdac17f958d2ee523a2206206994597c13d831ec7 https://etherscan.io/token/0xdac17f958d2ee523a
阅读全文
摘要:crashpad是一个支持mac和windows的崩溃报告库,google还有一个breakpad,已经不建议使用了。编译 crashpad 只能用 gn 来生成 ninja 文件,gn 的下载方法: git clone https://gn.googlesource.com/gn 因此,编译cra
阅读全文
摘要:采用: https://github.com/Nuitka/Nuitka 安装: pip install nuitka 最简单的命令为: python -m nuitka --standalone --follow-imports testprocess.py 注意,好像nuitka不能将pytho
阅读全文
摘要:金融指标技术分析库: https://github.com/twopirllc/pandas-ta zigzag的实现: """ reference: https://github.com/jbn/ZigZag.git """ import numpy as np PEAK = 1 VALLEY =
阅读全文
摘要:polipo 能将sock5代理共享给局域网的机器,但是只能共享为sock5代理,不能共享为http/https代理。 privoxy 能将socks5代理共享给局域网的机器,能将socks5代理转为 http/https 代理,(能不能转为 socks5代理我现在还不知道。后来试了,不能转为soc
阅读全文