Skip to content

Instantly share code, notes, and snippets.

View bushuai's full-sized avatar
🎯
Focusing

buu bushuai

🎯
Focusing
View GitHub Profile
@bushuai
bushuai / Extensions.md
Last active August 9, 2016 02:56
Chrome Extensions

Mostly useful Google Chrome extensions for daily use and sometimes devlop.

@bushuai
bushuai / Applications.md
Last active August 10, 2016 02:53
Applications for Windows

The Most Useful Applications for Windows.

@bushuai
bushuai / Mac Apps.md
Created August 10, 2016 03:38
Applications for Mac

The Most Useful Applications on Mac.

" 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

@bushuai
bushuai / md
Created July 20, 2017 10:13
Daily
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/
https://repl.it/
https://stackblitz.com
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

chokidar

A neat wrapper around Node.js fs.watch / fs.watchFile / FSEvents.

@bushuai
bushuai / multiple_ssh_setting.md
Created November 12, 2020 02:38 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "[email protected]"