native.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [native]
www.codever.land/bookmarks/t/native
OAuth 2 Simplified
https://aaronparecki.com/oauth-2-simplified/
This post describes OAuth 2.0 in a simplified format to help developers and service providers implement the protocol. (
JavaCPP
https://github.com/bytedeco/javacpp
Provides efficient and easy access to native C++.
- tags: java, native
- :octocat: source code
JNA
https://github.com/java-native-access/jna
Work with native libraries without writing JNI. Also provides interfaces to common system libraries.
- tags: java, native
- :octocat: source code
JNR
https://github.com/jnr/jnr-ffi
Work with native libraries without writing JNI. Also provides interfaces to common system libraries. Same goals as JNA, but faster, and serves as the basis for the upcoming [Project Panama](http://ope...
- tags: java, native
- :octocat: source code