Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.67 KB

native.md

File metadata and controls

31 lines (26 loc) · 1.67 KB

Bookmarks tagged [native]

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


https://github.com/bytedeco/javacpp

Provides efficient and easy access to native C++.


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

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


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