Skip to content

Instantly share code, notes, and snippets.

View zongren's full-sized avatar
🐼
Finding the way

宗仁 zongren

🐼
Finding the way
View GitHub Profile
@zongren
zongren / rotator.rs
Created August 9, 2023 05:51 — forked from LiewJunTung/rotator.rs
RenderScript to rotate image buffer after convert YUV to RGB
#pragma version(1)
#pragma rs java_package_name(com.liewjuntung.image)
rs_allocation inImage;
int inWidth;
int inHeight;
float rotation = 0.0f;
@zongren
zongren / trial.key
Created October 19, 2017 07:15 — forked from huqi/trial.key
Beyond Compare 4 license for Mac
Beyond Compare 4
Licensed to: ASIO Allsoftinone
Quantity: 1 user
Serial number: 1822-9597
License type: Pro Edition for Windows
--- BEGIN LICENSE KEY ---
H1bJTd2SauPv5Garuaq0Ig43uqq5NJOEw94wxdZTpU-pFB9GmyPk677gJ
vC1Ro6sbAvKR4pVwtxdCfuoZDb6hJ5bVQKqlfihJfSYZt-xVrVU27+0Ja
hFbqTmYskatMTgPyjvv99CF2Te8ec+Ys2SPxyZAF0YwOCNOWmsyqN5y9t
@zongren
zongren / NSObject+SwizzelingUtils.h
Created January 23, 2017 06:28
全局修改字体(Change font globally)
//
// NSObject+SwizzelingUtils.h
// Font
//
// Created by 宗仁 on 2017/1/23.
// Copyright © 2017年 宗仁. All rights reserved.
//
#import <Foundation/Foundation.h>