Skip to content

Instantly share code, notes, and snippets.

View xiaohk's full-sized avatar
๐Ÿ
Mr. King Chivo

Jay Wang xiaohk

๐Ÿ
Mr. King Chivo
View GitHub Profile
color spine width satell weight
2 3 28.3 8 3.05
3 3 22.5 0 1.55
1 1 26.0 9 2.3
3 3 24.8 0 2.1
3 3 26.0 4 2.6
2 3 23.8 0 2.1
1 1 26.5 0 2.35
3 2 24.7 0 1.9
2 1 23.7 0 1.95
@xiaohk
xiaohk / surprise_exploration.ipynb
Last active January 9, 2019 20:11
Explore Surprise.py
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@xiaohk
xiaohk / arxiv-preparation.md
Last active April 24, 2025 23:33
Prepare for an arXiv submission

Submission Steps

  1. Download source code from Overleaf if you use it: menu -> download -> source.

  2. Strip comments and combine all tex files (f01-main.tex, f02-intro.tex, etc.) into one file arxiv_main.tex.

# Replace f01-main.tex with the main tex file in your overleaf project
latexpand --empty-comments f01-main.tex > arxiv_main.tex
@xiaohk
xiaohk / convert.sh
Created September 7, 2020 15:29
Convert twemoji svg to pdf
for s in ./twemoji-master/assets/svg/*.svg
do
cairosvg ${s} -o "./twemoji-pdf/$(basename ${s} .svg).pdf"
done
@xiaohk
xiaohk / rocket.svg
Last active October 2, 2020 21:09
Rocket - Icon Animation ๐Ÿš€
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@xiaohk
xiaohk / twitter.svg
Last active October 5, 2020 15:24
Twitter - Icon Animation ๐Ÿฆ
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@xiaohk
xiaohk / badge.svg
Last active January 22, 2021 16:29
Badge - Icon Animation ๐Ÿ…
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@xiaohk
xiaohk / octocat.svg
Created October 3, 2020 00:43
Octocat - Icon Animation ๐Ÿ™
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.