Introducing S.T.A.R as an alternative to S.M.A.R.T objective definition.
Let's start by reviewing what S.M.A.R.T stands for:
- S: Specific
- M: Measurable
- A: Achievable
- R: Relevant
- T: Time-bound
Introducing S.T.A.R as an alternative to S.M.A.R.T objective definition.
Let's start by reviewing what S.M.A.R.T stands for:
| sass_binary_site=https://cdn.npmmirror.com/binaries/node-sass | |
| disturl=https://registry.npmmirror.com/dist | |
| profiler_binary_host_mirror=https://cdn.npmmirror.com/binaries/node-inspector/ | |
| fse_binary_host_mirror=https://cdn.npmmirror.com/binaries/fsevents/ | |
| phantomjs_cdnurl=https://cdn.npmmirror.com/binaries/phantomjs/ | |
| electron_mirror=https://cdn.npmmirror.com/binaries/electron/ | |
| chromedriver_cdnurl=https://cdn.npmmirror.com/binaries/chromedriver | |
| operadriver_cdnurl=https://cdn.npmmirror.com/binaries/operadriver | |
| selenium_cdnurl=https://cdn.npmmirror.com/binaries/selenium | |
| node_inspector_cdnurl=https://cdn.npmmirror.com/binaries/node-inspector |
I was poking around trying to figure out all the packages I have access to publish and got curious. So I write this little script to determine the download stats for all the packages I have publish access to.
Feel free to try it yourself. Just change the username passed to getUserDownloadStats.
By default, the stats are sorted by their average daily downloads (descending). That should give you an idea of the most "popular" package of a given user relative to how long that package has been around.
You can use it with npx like so:
| srcfile=$1 | |
| dstfile=$(basename $srcfile .svg).ico | |
| convert -density 256x256 -background transparent $srcfile -define icon:auto-resize -colors 256 $dstfile |
git clone https://github.com/owner/git.git
git clone [email protected]:owner/git.git
A brief example on how to use npx to run gist based scripts.
Read the article here https://neutrondev.com/npm-vs-npx-whats-the-difference/ or watch it on YouTube https://www.youtube.com/watch?v=fSHWc8RTJug
国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
| # package-lock=false | |
| registry="https://registry.npm.taobao.org" | |
| disturl="https://npm.taobao.org/dist" | |
| nvm_nodejs_org_mirror="http://npm.taobao.org/mirrors/node" | |
| nodejs_org_mirror="http://npm.taobao.org/mirrors/node" | |
| sass_binary_site="http://npm.taobao.org/mirrors/node-sass" | |
| electron_mirror="http://npm.taobao.org/mirrors/electron/" | |
| SQLITE3_BINARY_SITE="http://npm.taobao.org/mirrors/sqlite3" | |
| profiler_binary_host_mirror="http://npm.taobao.org/mirrors/node-inspector/" | |
| node_inspector_cdnurl="https://npm.taobao.org/mirrors/node-inspector" |