07 2023 档案

摘要:FuzzyWuzzy库:一个非常好用的 Python 魔法库 - 知乎 (zhihu.com) FuzzyWuzzy:Python中模糊匹配的魔法库-腾讯云开发者社区-腾讯云 (tencent.com) TheFuzz Fuzzy string matching like a boss. It us 阅读全文
posted @ 2023-07-27 09:54 sinferwu 编辑
摘要:fmtlib/fmt: A modern formatting library (github.com) {fmt} is an open-source formatting library providing a fast and safe alternative to C stdio and C 阅读全文
posted @ 2023-07-25 14:03 sinferwu 编辑
摘要:argparse、docopt、click 、 fire google/python-fire: Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely 阅读全文
posted @ 2023-07-25 13:16 sinferwu 编辑
摘要:VizTracer 是一个这样的工具,它通过跟踪和可视化 Python 代码的执行过程,来帮助你对代码的理解。无需对源代码进行任何更改,VizTracer 即可记录函数的入口 / 出口,函数参数 / 返回值以及任意变量,然后通过 Trace-Viewer 使用直观的谷歌前端界面来显示数据。 VizT 阅读全文
posted @ 2023-07-25 11:58 sinferwu 编辑
摘要:gaogaotiantian/objprint: A library that can print Python objects in human readable format (github.com) objprint A library that can print Python object 阅读全文
posted @ 2023-07-25 11:48 sinferwu 编辑
摘要:HLSLibs is a free and open set of libraries implemented in standard C++ for bit-accurate hardware and software design HLS LIBS - High-Level Synthesis 阅读全文
posted @ 2023-07-24 10:51 sinferwu 编辑
摘要:广泛用于生成各种模版代码 Jinja — Jinja Documentation (3.1.x) (palletsprojects.com) https://jinja.palletsprojects.com/en/3.1.x/switching/ JinJa2 是一个 Python 实现的模板引擎 阅读全文
posted @ 2023-07-21 10:55 sinferwu 编辑
摘要:sed awk - s - 是替换(substitute)命令- #keyword# - 匹配 keyword 字符串,使用`#`作为分隔符- #replacement1# - 将匹配到的字符串替换为 replacement1- g - 全局(global)标志,表示替换所有匹配,不止替换第一处使用 阅读全文
posted @ 2023-07-19 10:05 sinferwu 编辑
摘要:方法一: Journey of a C Program to Linux Executable in 4 Stages (thegeekstuff.com) C源码到可执行文件的preprocess/compile/assemble/link四阶段_zh_yt的博客-CSDN博客 使用 -save- 阅读全文
posted @ 2023-07-12 14:03 sinferwu 编辑
摘要:C源码到可执行文件的preprocess/compile/assemble/link四阶段_zh_yt的博客-CSDN博客 C源码到可执行文件的preprocess/compile/assemble/link四阶段 参考资料 http://www.thegeekstuff.com/2011/10/c 阅读全文
posted @ 2023-07-12 13:48 sinferwu 编辑
摘要:dpkg -x xxxxxx.deb xxxxx 1.deb包安装 apt download package得到包的deb格式安装包 dpkg -x package xxx将包解压到xxx目录下 方案1 ln xxx/usr/bin ~/.local/bin/package -s建立软连接 方案2 阅读全文
posted @ 2023-07-11 14:57 sinferwu 编辑
摘要:Vim 可视化模式分为以下三种: 1. 用v命令进入的字符可视化模式(Characterwise visual mode)。文本选择是以字符为单位的。 2. 用V (shift v) 命令进入的行可视化模式(Linewise visual mode)。文本选择是以行为单位的。 3. 用ctrl-v进 阅读全文
posted @ 2023-07-07 15:56 sinferwu 编辑

点击右上角即可分享
微信分享提示