Skip to content

Instantly share code, notes, and snippets.

View XiaochenCui's full-sized avatar
🎯
Focusing

Xiaochen Cui XiaochenCui

🎯
Focusing
View GitHub Profile
@XiaochenCui
XiaochenCui / git-cheatsheet.md
Last active September 3, 2017 11:41
git cheatsheet

git-cheatsheet

Command

diff

  • git diff

    显示仍留在工作目录中且未暂存的变更

@XiaochenCui
XiaochenCui / tmux-cheatsheet.markdown
Last active November 12, 2019 02:00 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
# -*- coding: utf-8 -*-
from twisted.internet.task import LoopingCall
class Countdown(object):
_instances = set()
def __init__(self, count_to):
self.counter = count_to
@XiaochenCui
XiaochenCui / .gitconfig
Created August 19, 2016 04:55 — forked from pksunkara/config
Sample of git config file (Example .gitconfig)
[user]
name = Pavan Kumar Sunkara
email = [email protected]
[core]
editor = vim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = ~/.gitignore
[sendemail]
smtpencryption = tls
smtpserver = smtp.gmail.com
@XiaochenCui
XiaochenCui / dev_manual.md
Last active June 28, 2016 13:13
算法提交平台的测试文档(http://121.42.62.137:8081)