Skip to content

Instantly share code, notes, and snippets.

View farseerfc's full-sized avatar
👶
rsync -a my-knowledge my_baby_girl:~/

Jiachen Yang farseerfc

👶
rsync -a my-knowledge my_baby_girl:~/
View GitHub Profile
@farseerfc
farseerfc / archlinux_cn_talks.md
Last active October 12, 2023 14:00 — forked from KenOokamiHoro/archlinux_cn_talks.md
Arch Linux CN Community talk group guides
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <dirent.h>
#include <sys/stat.h>
#include <pwd.h>
#include <grp.h>
#include <time.h>