Skip to content

Instantly share code, notes, and snippets.

View huxulm's full-sized avatar
🎯
Focusing

Huxulm huxulm

🎯
Focusing
View GitHub Profile
@huxulm
huxulm / settings.json
Created March 14, 2024 07:17
my vs code config
{
"window.zoomLevel": 1.5,
"window.menuBarVisibility": "toggle",
"window.titleBarStyle": "custom",
"terminal.integrated.inheritEnv": true,
"git.enableSmartCommit": true,
"git.confirmSync": false,
@huxulm
huxulm / books.json
Last active January 10, 2024 09:58
获取个人豆瓣书单列表详情 https://www.douban.com/doulist/157391814/
[
{
"kind": 1001,
"title": "算法竞赛进阶指南",
"url": "https://book.douban.com/subject/30136932/",
"abstract": [
"作者: 李煜东",
"出版社: 中原出版传媒集团·河南电子音像出版社",
"出版年: 2018-1"
],
@huxulm
huxulm / Search my gists.md
Created December 8, 2022 04:21 — forked from santisbon/Search my gists.md
How to search gists

Enter this in the search box along with your search terms:

Get all gists from the user santisbon.
user:santisbon

Find all gists with a .yml extension.
extension:yml

Find all gists with HTML files.
language:html

@huxulm
huxulm / manual.md
Created May 12, 2022 04:06
pandoc 中文PDF转换

pandoc --pdf-engine=xelatex -V CJKmainfont="STXihei" test.md -o test.pdf --template template.latex

@huxulm
huxulm / .colors
Created October 20, 2021 02:43 — forked from daytonn/.colors
Bash Color functions
# Colors
end="\033[0m"
black="\033[0;30m"
blackb="\033[1;30m"
white="\033[0;37m"
whiteb="\033[1;37m"
red="\033[0;31m"
redb="\033[1;31m"
green="\033[0;32m"
greenb="\033[1;32m"