Skip to content
View Miouyouyou's full-sized avatar

Organizations

@armbian

Block or report Miouyouyou

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more aboutblocking 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 aboutreporting abuse.

Report abuse

Pinned Loading

  1. RockMyy RockMyyPublic

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

    Shell 32 9

  2. matrix-coturn-docker-setup matrix-coturn-docker-setupPublic

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

    Shell 16 2

  3. simple-gl-evdev simple-gl-evdevPublic

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

    C 10 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-AssemblyPublic

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

    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 5 2