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 source4101discovered

A little curiosity. A world of open source.

THE FIRST COLLECTION
Topic: java清除
checkstylecheckstyle
ADDED

Checkstyle is a Java development tool that helps programmers write code adhering to coding standards. It supports Google Java Style and Sun Conventions, is highly configurable, and integrates with build tools like Maven and Ant.

Developer toolsTesting & debugging
ysoserialfrohoff
ADDED

Proof-of-concept tool that generates serialized Java payloads exploiting unsafe object deserialization, bundling 30+ gadget chains for libraries such as Commons Collections, Spring, Groovy and Hibernate, intended for security research and authorized testing.

Developer toolsTesting & debugging
gatlinggatling
ADDED

Gatling is an open‑source load‑testing platform that lets you write performance tests as code in Java, JavaScript/TypeScript, Kotlin or Scala. It uses a non‑blocking, asynchronous engine for high scalability, supports HTTP, WebSocket, SSE, JMS, gRPC and MQTT, and integrates with CI/CD pipelines, APM tools and observability platforms.

AutomationDeveloper toolsCI/CD
ADDED

LeakCanary is an open-source memory leak detection library for Android, maintained by Square. It helps developers find and diagnose memory leaks in Android apps, with documentation hosted at square.github.io/leakcanary.

Developer toolsTesting & debugging
arthasalibaba
ADDED

Arthas is Alibaba's open-source Java diagnostic tool that lets developers troubleshoot production JVM issues without modifying code or restarting servers, offering commands for class inspection, decompilation, method tracing, monitoring, profiling and a web console.

Developer toolsSelf-hostedTesting & debugging
jmeterapache
ADDED

Apache JMeter is an open-source Java application for load testing and performance measurement of various services, supporting multiple protocols, a GUI IDE, command-line mode, and dynamic HTML reporting.

Developer toolsTesting & debugging
jadxskylot
ADDED

jadx is a Dex to Java decompiler with command-line and GUI tools that convert Android APK, dex, aar, aab and zip files into readable Java source code, decode resources, and include a deobfuscator.

Developer toolsTesting & debugging