I hereby claim:
- I am obbaeiei on github.
- I am obzerocom (https://keybase.io/obzerocom) on keybase.
- I have a public key ASAOnDmRuG5xsaYrd-dVvKiusIcl8yzvkxCu-xYtIh8vxgo
To claim this, I am signing this object:
const unused01 = (resolve) => { | |
resolve() | |
} |
function add(a, b) { | |
return a + b | |
} | |
async function mainBad() { | |
await add(1, 2) // bad | |
console.log('finished') | |
} | |
function mainGood() { |
async function main() { | |
await console.log(1) // bad | |
} | |
main() |
const fn = () => { // ประกาศไว้เฉยๆ | |
console.log(1) // ประกาศไว้เฉยๆ | |
} // ประกาศไว้เฉยๆ | |
fn() // เรียกโค้ดข้างในมาทำงานตรงบรรทัดนี้ |
#eval $(thefuck --alias) | |
# Set utf-8 encoding | |
export LC_ALL=en_US.UTF-8 | |
export LANG=en_US.UTF-8 | |
# GO | |
# export PATH=$PATH:/usr/local/go/bin |
I hereby claim:
To claim this, I am signing this object:
{"lastUpload":"2021-05-22T11:43:54.326Z","extensionVersion":"v3.4.3"} |
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false |
#eval $(thefuck --alias) | |
function myPk() { | |
cd ~/workspaces/obbaeiei/my-code; | |
node -e "a = require('stellar-sdk').Keypair.fromSecret(\"$1\").publicKey(); console.log(a)"; | |
} | |
alias work1='cd ~/workspaces/thesixnetwork/six-web-wallet' | |
alias work2='cd ~/go/src/github.com/thesixnetwork/six.network' |
o.......Open files, directories and bookmarks....................|NERDTree-o|
go......Open selected file, but leave cursor in the NERDTree.....|NERDTree-go|
t.......Open selected node/bookmark in a new tab.................|NERDTree-t|
T.......Same as 't' but keep the focus on the current tab........|NERDTree-T|
i.......Open selected file in a split window.....................|NERDTree-i|
gi......Same as i, but leave the cursor on the NERDTree..........|NERDTree-gi|
s.......Open selected file in a new vsplit.......................|NERDTree-s|
gs......Same as s, but leave the cursor on the NERDTree..........|NERDTree-gs|
O.......Recursively open the selected directory..................|NERDTree-O|