Skip to content

Instantly share code, notes, and snippets.

View luffy-yu's full-sized avatar
🤩
Stand Out Fit In

Liuchuan Yu luffy-yu

🤩
Stand Out Fit In
View GitHub Profile
@luffy-yu
luffy-yu / gmu_cs_comp_exam_read_list.tex
Last active August 4, 2023 20:46
GMU CS Comprehensive Read List Latex Template
\documentclass{article}
\usepackage{natbib}
\usepackage{bibentry}
\nobibliography*
% new command to add item bibentry
\newcommand{\itembib}{\item[] \bibentry} % remove [] to show bullet
%%%%%%%%%%% Set page %%%%%%%%%%%
@luffy-yu
luffy-yu / PunFileSyncer.cs
Created October 11, 2022 21:39
Unity File Syncer Demo Based On Pun2
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using UnityEngine;
using Photon.Pun;
using Photon.Realtime;
public class PunFileSyncer : MonoBehaviour
{
@luffy-yu
luffy-yu / git-lfs-best-practice.md
Last active November 18, 2021 23:19
Git LFS Best Practice

Tip: Git LFS space is limited, so please use it to manager REAL large files whose size is greater than 100MB.

Reading the official tutorial first

Git-LFS Tutorial

For an empty project

# init git