Skip to content

Instantly share code, notes, and snippets.

View quantjin's full-sized avatar

QuantJin quantjin

View GitHub Profile
@quantjin
quantjin / c9 git config
Last active August 29, 2015 13:57
Github Organization Reop Setup for C9
clone from URL:
git@github.com:mementojs/memento.git
.git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
@quantjin
quantjin / tar.md
Last active November 2, 2016 04:05
tar command
  • Compress
tar cvzf win32-ia32.tar.gz quantlib.node
  • Extract
tar -xvf filename.tar
tar -zxvf filename.tgz