摘要: 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/ 阅读全文
posted @ 2023-12-22 10:47 yohohoo 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2021-12-27 21:19 yohohoo 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-12-29 21:01 yohohoo 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 打开身份不明的程序 sudo spctl --master-disable Use homebrew to install htop. First install brew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.co 阅读全文
posted @ 2020-05-15 18:03 yohohoo 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-02-13 20:34 yohohoo 阅读(115) 评论(0) 推荐(0) 编辑
摘要: By David Karger, works at Massachusetts Institute of Technology Updated Dec 13, 2018 · Upvoted by Anne Hunter, Forty years of experience working with 阅读全文
posted @ 2020-02-13 16:29 yohohoo 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-02-13 16:21 yohohoo 阅读(112) 评论(0) 推荐(0) 编辑
摘要: TeXstudio has the Ctrl+T/U shortcuts for commenting/uncommenting multilines. Comment in pseudocodes (Just for use with package algorithmic. For algori 阅读全文
posted @ 2020-02-10 14:37 yohohoo 阅读(224) 评论(0) 推荐(0) 编辑
摘要: Install ipynb-py-convert. Note use suitable pypi mirrors. 阅读全文
posted @ 2020-01-05 15:04 yohohoo 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2018-04-30 20:47 yohohoo 阅读(181) 评论(0) 推荐(0) 编辑