👾
Getting thing done
Coding for fun, 10x developer. SDE@amazon. Ex-ByteDance-996-worker.
-
Amazon
-
13:46
(UTC -06:00)
Highlights
- Pro
Pinned Loading
-
Identity large commits in `.git`
Identity large commits in `.git` 1# from https://stackoverflow.com/questions/10622179/how-to-find-identify-large-commits-in-git-history
2git rev-list --objects --all |
3git cat-file --batch-check='%(objecttype) %(objectname) %(objectsize) %(rest)' |
4sed -n 's/^blob //p' |
5sort --numeric-sort --key=2 |
-
.vscode/extension.json
.vscode/extension.json 1{
2"recommendations": [
3// all
4"EditorConfig.EditorConfig",
5"ms-vsliveshare.vsliveshare", // collaboration
-
I cannot f__king remember the parame...
I cannot f__king remember the parameter of tar!! 1ex () {
2if [ -f $1 ] ; then
3case $1 in
4*.tar.bz2) tar xjf $1 ;;
5*.tar.gz) tar xzf $1 ;;
-
avoid selenium detect
avoid selenium detect 1from selenium import webdriver
234options = webdriver.ChromeOptions()
5options.add_argument("start-maximized")
-
disciplined-leetcode/discipline
disciplined-leetcode/discipline PublicThe bot responsible for removing user access
Python 2
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.