Skip to content

Instantly share code, notes, and snippets.

View sfc9982's full-sized avatar

Jackson Chen sfc9982

View GitHub Profile
@sfc9982
sfc9982 / route.sh
Created October 2, 2022 08:01 — forked from kevinzhow/route.sh
AnyConnect 路由表
route = 8.0.0.0/255.0.0.0
route = 58.0.0.0/255.0.0.0
route = 23.0.0.0/255.0.0.0
route = 117.0.0.0/255.0.0.0
route = 199.0.0.0/255.0.0.0
route = 190.0.0.0/255.0.0.0
route = 198.0.0.0/255.0.0.0
route = 173.0.0.0/255.0.0.0
route = 174.0.0.0/255.0.0.0
route = 168.0.0.0/255.0.0.0
@sfc9982
sfc9982 / semantic-commit-messages.md
Created December 20, 2021 01:36 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@sfc9982
sfc9982 / fastio.hpp
Created November 11, 2021 08:10 — forked from cmpute/fastio.hpp
Code Snippets for IO Bursting in OJ
/*
* OJ中加速IO常用的代码片段
* Author Jacob C
* THU_ID 2014010812
*/
//OJ中常用的头文件和预编译指令
#ifndef _OJ_
#define DEBUG
#endif