Skip to content
View Miouyouyou's full-sized avatar

Organizations

@armbian
Block or Report

Block or report Miouyouyou

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. RockMyy RockMyy Public

    Build scripts and patches used to cross-compile 5.6-rcX kernels for RK3288 boards

    Shell 32 8

  2. matrix-coturn-docker-setup matrix-coturn-docker-setup Public

    One way to setup a Matrix Synapse server, with Coturn, PostgreSQL, HAProxy and SSL certificates

    Shell 15 2

  3. simple-gl-evdev simple-gl-evdev Public

    A not-so simple DRM / Evdev / OpenGL ES 2.x moving cursor example

    C 9 1

  4. A very ugly Wayland EGL OpenGL example A very ugly Wayland EGL OpenGL example
    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
  5. ARMv8a-Call-Java-method-from-Assembly ARMv8a-Call-Java-method-from-Assembly Public

    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…

    Assembly 3 2

  6. ARMv8a-Return-value-to-Java-Android ARMv8a-Return-value-to-Java-Android Public

    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

    Assembly 4 2