摘要:
First run git filter-branch -f --index-filter "git rm -rf --cached --ignore-unmatch FOLDERNAME" -- --all Then shrink the .git folder rm -rf .git/refs/ 阅读全文
摘要:
Acknowledgement to posts on https://askubuntu.com/questions/125257/how-do-i-add-an-additional-hard-drive 1. Partition 1.1 Find your disk Run the follo 阅读全文
摘要:
Prerequisites of this blog: Basic linux programming, including vim usage and json. Ack: https://dev.to/mskian/install-z-shell-oh-my-zsh-on-ubuntu-1804 阅读全文
摘要:
打开身份不明的程序 sudo spctl --master-disable Use homebrew to install htop. First install brew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.co 阅读全文
摘要:
Has any interviewer in the tech industry realized that they lost a good software engineer just because he/she failed the algorithms interview? By Dmit 阅读全文
摘要:
By David Karger, works at Massachusetts Institute of Technology Updated Dec 13, 2018 · Upvoted by Anne Hunter, Forty years of experience working with 阅读全文
摘要:
By Karan Mehta, PhD in Electrical Engineering, Georgia Tech Updated Feb 6 · Upvoted by Yasha Berchenko-Kogan, graduate student at MIT in math. The sol 阅读全文
摘要:
TeXstudio has the Ctrl+T/U shortcuts for commenting/uncommenting multilines. Comment in pseudocodes (Just for use with package algorithmic. For algori 阅读全文
摘要:
Install ipynb-py-convert. Note use suitable pypi mirrors. 阅读全文
摘要:
This is one way to find adversarial examples of CNN. The boilerplate: Define a simple network: The inputs The optimizer The optimization process The r 阅读全文