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 / stardew-mod-recommendations.md
Created July 13, 2024 12:02 — forked from Pathoschild/stardew-mod-recommendations.md
Stardew Valley mod recommendations

Here are the mods I recommend. These are all compatible with the latest versions of SMAPI and Stardew Valley on Linux/macOS/Windows. See the player's guide to using mods if you're interested.

Quality of life

I think the best mods are those which improve the game while maintaining its balance, lore, and style.

  • AutoGate
    Gates open automatically when you approach and close behind you.

  • Better Sprinklers Plus
    Customise the sprinkler radius, with a proportional change to their cost. If you're willing to mine all the ores you'll need, that makes the basic sprinklers useful early in the game and lets you do more than just watering crops every day.

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