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 source4109discovered

A little curiosity. A world of open source.

THE FIRST COLLECTION
Topic: fuzzing清除
hypothesisHypothesisWorks
ADDED

Hypothesis is a property-based testing library for Python that generates random inputs to uncover bugs and edge cases, reporting the simplest failing test case for easier debugging.

Developer toolsTesting & debugging
ADDED

A DuckDB compatibility harness for rudb. It verifies conformance through differential execution against a real DuckDB binary, weighted SQL coverage, storage format round trips, and C ABI checks.

Developer toolsTesting & debugging
awesome-hackingHack-with-Github
ADDED

A curated collection of awesome GitHub lists covering cybersecurity topics for hackers, pentesters, and security researchers — including bug bounty, OSINT, reverse engineering, CTF, malware analysis, web security, IoT, AI security, and more.

Developer toolsTesting & debugging
sledspacejam
ADDED

sled is a beta embedded database for Rust with a BTreeMap-like API, ACID transactions, atomic single-key operations, zero-copy reads, write batches, prefix subscriptions, multiple keyspaces and merge operators.

Data & databasesDeveloper toolsNoSQL & cache