国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
| #!/bin/bash | |
| # A script to check and update global npm packages intelligently with colored output. | |
| set -e | |
| # Color definitions | |
| GREEN='\033[0;32m' | |
| YELLOW='\033[1;33m' | |
| RED='\033[0;31m' | |
| CYAN='\033[0;36m' |
| const os = require("os"); | |
| const path = require("path"); | |
| const fs = require("fs/promises"); | |
| const OAUTH_FILE = path.join(os.homedir(), ".gemini", "oauth_creds.json"); | |
| function cleanupParameters(obj, keyName) { | |
| if (!obj || typeof obj !== "object") { | |
| return; | |
| } |
国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
scph5500.bin 26-Aug-2018 20:47 512.0K
scph5501.bin 26-Aug-2018 20:47 512.0K
scph5502.bin 26-Aug-2018 20:47 512.0K
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| beijing,personal,201310,1,6998102285168,刘宇宸 | |
| beijing,personal,201310,2,5491100633292,王良 | |
| beijing,personal,201310,3,3446103258689,王墨 |
| #!/usr/bin/env python | |
| # coding: utf-8 | |
| """ | |
| grspider.py ----- A spider to get gnma remic prospectuses list | |
| author: Leslie Zhu | |
| email: [email protected] | |
| In GNMA Agency webiste http://www.ginniemae.gov/, there are some remic prospectuses published by month. | |
| Like url : | |
| http://www.ginniemae.gov/doing_business_with_ginniemae/investor_resources/prospectuses/Pages/remic_prospectuses.aspx |