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++.


JNA

https://github.com/java-native-access/jna

Work with native libraries without writing JNI. Also provides interfaces to common system libraries.


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...