Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View Haruroid's full-sized avatar

Organizations

@zero-digital

Block or report Haruroid

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. HR_FONTX2 HR_FONTX2 Public

    Universal FONTX2 Library

    C 2

  2. linux-kernel-kts31 linux-kernel-kts31 Public

    Linux 4.1.17 for KTS31

    C 5 2

  3. STM32-ILI9488-GPIO STM32-ILI9488-GPIO Public

    Using ILI9488 in parallel bus with STM32

    C

  4. u-boot-kts31 u-boot-kts31 Public

    C 3

  5. instant script for building CA of cl... instant script for building CA of client authentication
    1
    #!/bin/bash
    2
    openssl genrsa -des3 -out ca.key 4096
    3
    openssl req -new -x509 -days 3650 -key ca.key -out ca.crt -subj "/C=CN/ST=Shenzhen/L=ComeCity/O=CA/OU=common/CN=/emailAddress="
  6. 俺的enc.js豪華版 for EPGStation 俺的enc.js豪華版 for EPGStation
    1
    //字幕,多チャンネルに対応
    2
    
                  
    3
    const spawn = require('child_process').spawn;
    4
    const ffmpeg = process.env.FFMPEG;
    5