Skip to content

Instantly share code, notes, and snippets.

View shenwei356's full-sized avatar
💭
I'm very busy recently.

Wei Shen shenwei356

💭
I'm very busy recently.
View GitHub Profile
@shenwei356
shenwei356 / howto.md
Last active October 31, 2019 14:35 — forked from killercup/pandoc.css
Add this to your Pandoc HTML documents using `--css pandoc.css` to make them look more awesome. (Tested with Markdown and LaTeX.)

pandoc -f markdown -t html -c pandoc.css -s -o report.html

@shenwei356
shenwei356 / Makefile
Created February 10, 2017 12:47 — forked from isaacs/Makefile
# Hello, and welcome to makefile basics.
#
# You will learn why `make` is so great, and why, despite its "weird" syntax,
# it is actually a highly expressive, efficient, and powerful way to build
# programs.
#
# Once you're done here, go to
# http://www.gnu.org/software/make/manual/make.html
# to learn SOOOO much more.