OPEN SOURCE, OPEN TO EVERYONE

Open source. Open possibilities.

Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.

Human-curated · Discover open source3995discovered

A little curiosity. A world of open source.

THE FIRST COLLECTION
Topic: cython清除
pybpf_asmsegevfiner
ADDED

pybpf_asm is a Python-based BPF assembler that translates BPF assembly into machine code, based on Linux kernel's BPF assembler. It can be installed via wheels or built from source using Flex and Bison, and offers both a Python API and a command-line script.

Developer toolsCLI & terminal
cythoncython
ADDED

Cython is an optimizing Python compiler that translates Python code into C/C++ to create efficient extensions.

Developer toolsTesting & debugging