Skip to content

Instantly share code, notes, and snippets.

#include <stdio.h>
int prize(int specialPrizeNumbers[3], int firstPrizeNumbers[3], int myNumber) {
int n[3] = {0, 0, 0}; //Number of digits same as the number in every set of firstPrizeNumber in reverse order
int i;
int dollar = 0; //The prize for this iteration
int temp[8]; //Argument of a function, if it's an array, unlike a variable, it will change its value because
//it's linked to the address of the array itsel.
for(i=0; i<8; i++){
temp[i] = firstPrizeNumbers[i];
I am attesting that this GitHub handle RexYuan is linked to the Tezos account tz1UwybqudjE9U39DssSrHZ5cz6mZBymB7wy for tzprofiles
sig:edsigtjH3Up7SAqFqTdEgyWdz7A19dTWFo8ZxokNJ6HCUuJGZBBbExn9HPWZgC3Q4ooaUE1z6BDTBfVomMzRZWbUhQak9swZFvh
version: '3'
services:
lanraragi:
container_name: lanraragi
image: difegue/lanraragi
ports:
- "3000:3000"
volumes:
- [YOUR_CONTENT_DIRECTORY]:/home/koyomi/lanraragi/content
- [YOUR_DATABASE_DIRECTORY]:/home/koyomi/lanraragi/database
@RexYuan
RexYuan / zip.sh
Created June 28, 2024 12:08
將所有資料夾壓縮
for dir in ./*; do
if [ -d "$dir" ]; then
base=$(basename "$dir")
zip -r "../zip/$base.zip" "$dir"
fi
done
@RexYuan
RexYuan / affix.md
Last active December 23, 2025 23:42
Stockists
@RexYuan
RexYuan / gr10k.md
Last active December 23, 2025 23:42
Stockists
@RexYuan
RexYuan / to-dpi.zsh
Last active March 18, 2026 18:50
Upscale an image for print at a specified physical size and DPI using Real-ESRGAN for AI upscaling.
#!/usr/bin/env zsh
#
# to-dpi.zsh
#
# Upscale an image for print at a specified physical size and DPI
# using Real-ESRGAN for AI upscaling.
#
# Notes: This script was vibe-coded but checked in-head by me.
#
# Strategy:
@RexYuan
RexYuan / tinypng.sh
Created March 20, 2026 23:38
TinyPNG-like PNG compression pipeline using pngquant(lossy) followed by oxipng(lossless optimization).
#!/usr/bin/env bash
#
# tinypng.sh
#
# TinyPNG-like PNG compression pipeline using pngquant (lossy)
# followed by oxipng (lossless optimization).
#
# Notes: This script was vibe-coded but checked in-head by me.
#
# Strategy:
@RexYuan
RexYuan / spark-compare.md
Last active May 30, 2026 09:02
True-to-scale Size Chart of Every DGX Spark Clone

True-to-scale Size Chart of Every DGX Spark Clone

Weight(kg)
Model Width(mm) Height(mm) Length(mm)