truongnv@home:~$

Some interesting open source project

Mục lục

Sometime we found some interesting projects, we had dug and enjoy them during a time. But time fly, and we forgot it. So i build this post to note them.

[08-02-2023] shields.io

Type Tool
Link https://shields.io/

Tool build mấy cái badge , icon dùng cho web

Link tổng hợp: https://github.com/Ileriayo/markdown-badges/blob/master/README.md#-artificial-intelligence-and-bots

[29-01-2023] benfred/py-spy

Language Python3
Type Analytics
Link https://github.com/benfred/py-spy

py-spy is a sampling profiler for Python programs. It lets you visualize what your Python program is spending time on without restarting the program or modifying the code in any way. py-spy is extremely low overhead: it is written in Rust for speed and doesn’t run in the same process as the profiled Python program. This means py-spy is safe to use against production Python code.

py-spy works on Linux, OSX, Windows and FreeBSD, and supports profiling all recent versions of the CPython interpreter (versions 2.3-2.7 and 3.3-3.10).