Skip to content

Instantly share code, notes, and snippets.

View vejuhust's full-sized avatar
🎯
Focusing

Vej vejuhust

🎯
Focusing
  • Beijing, China
View GitHub Profile
@vejuhust
vejuhust / jekyll-blog.md
Last active August 29, 2015 14:18
My Path to Blogging with Jekyll

Basic Setup

  • Pick up the theme
  • Fork the theme
  • Clean up Minimal Mistakes
  • Import Content via gitmodules
  • Main configuration
  • Homepage / index
  • About page
  • Navigation links
  • Replace header image
@vejuhust
vejuhust / aliases.pub
Last active November 10, 2022 02:52
My Common build\aliases\aliases.pub in Microsoft
b build
bbb build nuke && build -cleanonly && build
bq build nuke && quickbuild $*
e start buildd.err
mc sdv -u fareast\weye ...
s+ sd add $*
s- sd delete $*
s! sd revert $*
sa sdp apply $*
sc sd change
@vejuhust
vejuhust / Logger.py
Created February 27, 2017 15:41
Python Wrapper of SoftEtherVPN "vpncmd" Tool
#!/usr/bin/env python3
import logging
# Colorful console
RESET_SEQ = "\033[0m"
COLOR_SEQ = "\033[1;%dm"
BOLD_SEQ = "\033[1m"
@vejuhust
vejuhust / github-flavored-markdown-test-doc.md
Last active October 13, 2017 05:56
github-flavored markdown syntax test document