Block or Report
Block or report Miouyouyou
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
matrix-coturn-docker-setup Public
One way to setup a Matrix Synapse server, with Coturn, PostgreSQL, HAProxy and SSL certificates
-
-
1
// gcc -o test init_window.c -I. -lwayland-client -lwayland-server -lwayland-client-protocol -lwayland-egl -lEGL -lGLESv2
2#include <wayland-client.h>
3#include <wayland-server.h>
4#include <wayland-client-protocol.h>
5#include <wayland-egl.h> // Wayland EGL MUST be included before EGL headers
-
This demonstrates how to write a native library with a procedure calling a Java method, defined in an Android app that previously invoked that native procedure. The library is written in ARMv8-A as…
-
This demonstrates how to read a value returned by a native method in a library written in Assembly for ARM64 (GNU AS Syntax), and assembled with GNU AS and GOLD