Skip to content

Instantly share code, notes, and snippets.

View yousiki's full-sized avatar
:octocat:
Learning Nix and Rust!

yousiki yousiki

:octocat:
Learning Nix and Rust!
View GitHub Profile
@yousiki
yousiki / Brewfile
Last active January 12, 2024 06:33
My homebrew bundle files for macOS.
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/command-not-found"
tap "homebrew/services"
tap "blacktop/tap"
tap "buo/cask-upgrade"
tap "lencx/chatgpt", "https://github.com/lencx/ChatGPT.git"
cask "1password"
@yousiki
yousiki / recons_raw.py
Created February 26, 2025 06:47
Reconstruct RAW images.
"""
Reconstruct RAW images.
"""
from pathlib import Path
import tyro
import cv2
import imageio
import numpy as np