Mostly useful Google Chrome extensions for daily use and sometimes devlop.
The Most Useful Applications for Windows.
The Most Useful Applications on Mac.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Settings | |
set nohud | |
set nosmoothscroll | |
set noautofocus " The opposite of autofocus; this setting stops | |
" sites from focusing on an input box when they load | |
set typelinkhints | |
let searchlimit = 30 | |
let scrollstep = 70 | |
let barposition = "bottom" |
vue relateds
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.gitbook.com/book/zhongsp/typescript-handbook/details | |
https://zhongsp.gitbooks.io/typescript-handbook/content/doc/handbook/tsconfig.json.html | |
https://jonsuh.com/blog/detect-the-end-of-css-animations-and-transitions-with-javascript/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://repl.it/ | |
https://stackblitz.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
koa-router --- for router and work with koa-multer | |
koa-multer --- for upload file | |
koa-bodyparser --- for parse json and form | |
koa-send --- for download file | |
koa-session-minimal & koa-redis --- for session | |
koa-sslify --- forced change to https | |
koa-favicon | |
koa-logger | |
koa-static | |
koa-ejs |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
OlderNewer