YantrikDB/packs
Sign in

catalog

Packs

Sealed, evaluated, verifiable. Categories follow what packs measurably do.

Showing 1–2 of 2 packs

officialyantrikdbsigned

java-stdlib

yantrik/java-stdlib@0.2.0

The Java standard library's actual API surface, disassembled from the local JDK with javap: exact method signatures for the sixty classes agent code touches most — collections, streams, files, HTTP client, time, concurrency — correct by construction, never from memory. Complements yantrik/java-modern (idioms and style) with ground truth aimed at the measured failure mode of local models: invented methods and wrong signatures.

66 facts 52 downloads by spranab
officialyantrikdbsigned

java-modern

yantrik/java-modern@0.1.0

Java as it is written on a current LTS, not as it was written in 2014. Records, sealed types and pattern matching; virtual threads and what still pins them; the concurrency and equality contracts that fail silently; java.time, BigDecimal and the numeric traps; and the JDK APIs that are insecure by default until you configure them.

47 facts 51 downloads by spranab