Skip to content

Instantly share code, notes, and snippets.

View shanyouli's full-sized avatar
💭
I may be slow to respond.

shanyouli

💭
I may be slow to respond.
View GitHub Profile
@y0ngb1n
y0ngb1n / docker-registry-mirrors.md
Last active March 16, 2026 14:34
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized
@heyeshuang
heyeshuang / fonts.conf
Last active January 22, 2021 07:44
2017年的fontconfig,使用思源系列字体
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<!-- 关闭内嵌点阵字体 -->
<match target="font">
<edit name="embeddedbitmap" mode="assign">
<bool>false</bool>
</edit>
</match>
<!-- 字节码解释器(BCI),需要自带良好微调指令的字体 -->
@CMCDragonkai
CMCDragonkai / nix_string_and_path_concatenation.md
Last active January 30, 2026 20:03
Nix: String and Path Concatenation #nix #nixos

Nix String and Path Concatenation

From Bas van Dijk:

To understand these things I would recommend using nix-repl:

$ nix-repl
Welcome to Nix version 1.11.2. Type :? for help.