Java annotations for static analysis with a clearly defined specification in the style of a static type system.
At the moment it defines nullability annotations (@Nullable
, @NullMarked
).
Supported by Error Prone, Infer, and other tools.
Java annotations for static analysis with a clearly defined specification in the style of a static type system.
At the moment it defines nullability annotations (@Nullable
, @NullMarked
).
Supported by Error Prone, Infer, and other tools.
A Kubernetes CSI driver for the mounting of Google Cloud Storage buckets as storage volumes.
By jOOQ.
A library that I wrote to parse serialized GVariant values in Java. Also includes a module for reading the files that make up an OSTree repository.
The API is not stable yet. On the plus side, it has full unit test coverage, so assuming that I got the example cases right, it should do its job reasonably reliably.
Bug reports and API suggestions welcome!
Javadocs: | jgvariant-core, jgvariant-ostree |
Issue trackers: | GitHub, GitLab |
A Java annotation that you can use to mark your API elements as internal, deprecated, experimental, maintained, or stable.
List of best practices in Java programming. Recommended.
Gradle plugins for C, C++, Objective-C, Swift, and JNI.
A C foreign-function interface for Java.
This article has different numbers for the emissions of CO2 equivalents than the one from our world in data article. Numbers in the literature seems to vary widely (from 3.7 to over 110 g(CO2 equiv)/kWh). The βour world in dataβ article seems to use the lowest value from the literature and rounds off (from 3.7 to 3).
Also the dw article has some other good points that arenβt mentioned often enough (nuclear is more expensive than renewables, has longer construction times and may have to be shut down in hot summers, when the rivers for cooling run low).
KDE framework for building apps that run well on both mobile and desktop devices.
A GNOME shell for smartphones. One of the more commonly used UI shells on postmarketOS.
A library for mobile UIs based on GTK.
Plasma for smartphones. One of the more commonly used UI shells on postmarketOS.
A GNU/Linux distribution for smartphones.
javax.annotation:javax.annotation-api
and com.google.code.findbugs:jsr305
merged into a single automatic module. This solves another split-package issue and together with RationalityFrontline /grpc-api is the missing piece of the puzzle for using gRPC in a modular Java application.
This one is necessary to make code generated by protoc
pass compilation.
Another Java-modules-friendly gRPC distribution. Similar to Helidonβs repackaging of gRPC, but less tied to Helidon.
The other piece of the puzzle is RationalityFrontline/javax.annotation-api, which makes code generated by protoc
pass compilation.
A Rust crate for serialization to and from the D-Bus wire format. Also supports GVariant, which is a variation of the same.
For the latest version, see the ReStructured text rewrite.
Compiles a custom GVariant schema format into C code to access GVariants efficiently and safely.
Comes with a schema for OSTree repositories.