-
Updated
Dec 22, 2021 - JavaScript
#
java-native-interface
Here are 29 public repositories matching this topic...
Hand-crafted Frida examples
android
java
ios
objective-c
reverse-engineering
instrumentation
dynamic-analysis
java-native-interface
arm64
mobile-security
frida
aarch64
hooking
runtime-analysis
A tutorial for setting up OpenCV 4.5.3 (and other 4.x.y version) for Android in Android Studio with Native Development Kit (NDK) support for C++ development.
android
kotlin
java
opencv
computer-vision
ndk
cpp
kotlin-android
jni
java-native-interface
android-studio
android-ndk
opencv4android
opencv-android-sdk
opencv-android-release
-
Updated
Jan 24, 2022 - Kotlin
C++ wrapper for the Java Native Interface
-
Updated
Dec 10, 2021 - C++
Android app to recognize multi digit number images and translate to word form.
machine-learning
computer-vision
deep-learning
tensorflow
android-application
number-to-words
image-recognition
java-native-interface
convolutional-neural-networks
-
Updated
May 5, 2017 - Java
V wrapper around the C Java Native Interface
-
Updated
Apr 20, 2022 - V
An autoclicker powered by JNA
-
Updated
Jun 5, 2018 - Java
Steps of using Java Native Interface (mix between Java & C/C++ codes)
-
Updated
May 1, 2020 - Java
1
cerus
commented
Sep 9, 2021
I don't have a lot of experience with C++ so the C++ code is probably pretty awful. Someone with more experience could probably improve or clean up a few things.
Files in question: Everything in this directory
Comment if you want to work on this
15IT411J Integrative Programming And Technology Laboratory
c
java
programming
interactive
technology
lab
web-application
jni
java-native-interface
srm
university-course
integrative
srm-university
jni-java
jython-library
15it411j
-
Updated
Oct 9, 2018 - Java
Linux I2C Java Native Interface Library
-
Updated
May 1, 2019 - Java
JVM memory access visualisation
-
Updated
Apr 8, 2018 - Kotlin
Ada bindings to the Java 11 Native Interface API.
-
Updated
Jun 11, 2019 - Ada
Java native interface JNI demonstration usage
-
Updated
Oct 13, 2019 - C
Java Native Interface to call "Java Code" from "C++ Program".
-
Updated
Aug 15, 2017 - C++
Basic Android Native Library Examples for Beginners (JNI via C++ Libraries)
-
Updated
Oct 11, 2021 - Java
Kotlin Native wrapper for Java Native Interface(JNI)
-
Updated
Dec 11, 2021 - Kotlin
A helper library to extend your Java application with some native functions
-
Updated
Dec 10, 2020 - C++
Example of calling the JNI from an ARM Assembly listing on Android
android
arm
tutorial
example
assembly
android-development
android-application
assembly-language
jni
armv7
java-native-interface
-
Updated
Mar 13, 2017 - Assembly
Service Bus which enables multiple services to interact with each other. Implemented using Java Sockets, Java Native Interface (JNI) and Jython library. Can interact with Java, C++ and Python.
-
Updated
Dec 28, 2020 - Java
basic java native sample
-
Updated
Dec 10, 2018 - C++
Hardware-in-the-loop system for teaching the basics of digital systems
-
Updated
Sep 20, 2018 - Java
A collection of Java Native Interface examples using Eclipse and Visual Studio.
-
Updated
Apr 8, 2021 - C++
Comparison of computational efficiency of matrix multiplications using pure Java vs. Java and C++ (JNI)
-
Updated
Nov 7, 2016 - Java
Dot product calculator implemented in C
-
Updated
Nov 3, 2018 - Java
Improve this page
Add a description, image, and links to the java-native-interface topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the java-native-interface topic, visit your repo's landing page and select "manage topics."
Current implementation only allows to specify one KeySet when calling some function in the Keyboard.
But that's not really idiomatic, in sense that we may want to do something like
(Key.LeftCtrl or Key.RightCtrl) + Kcombination, in this case we can add two different handler for that (or create a lambda in a variable and call the function twice), but in some parts like suspensive waiting for