国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
The always enthusiastic and knowledgeable mr. @jasaltvik shared with our team an article on writing (good) Git commit messages: How to Write a Git Commit Message. This excellent article explains why good Git commit messages are important, and explains what constitutes a good commit message. I wholeheartedly agree with what @cbeams writes in his article. (Have you read it yet? If not, go read it now. I'll wait.) It's sensible stuff. So I decided to start following the
You want to execute robot test which are inside fenced code blocks of a markdown file (.md) like any normal robot test?
Follow the steps below then you can run your tests as simple as robot your_test_suite.md with all robot command line execution options.
from .mdreader import MarkDownReader [here][2] to your local clone.| get_latest_release() { | |
| curl --silent "https://api.github.com/repos/$1/releases/latest" | # Get latest release from GitHub api | |
| grep '"tag_name":' | # Get tag line | |
| sed -E 's/.*"([^"]+)".*/\1/' # Pluck JSON value | |
| } | |
| # Usage | |
| # $ get_latest_release "creationix/nvm" | |
| # v0.31.4 |
| ; This is part of my AutoHotkey [1] script that turns off my monitor when I | |
| ; press Win+\. | |
| ; It also turns the screensaver on at the same time, so that Windows Live | |
| ; Messenger (and any other programs) know I am away. | |
| ; I don't have a password on my screensaver, so there is a second version | |
| ; (Win+Shift+\) that locks the PC as well. | |
| ; Note: Sometimes the monitor comes back on after a second and I have to |
| /* | |
| 12306 Auto Login => A javascript snippet to help you auto login 12306.com. | |
| Copyright (C) 2011 Kevintop | |
| Includes jQuery | |
| Copyright 2011, John Resig | |
| Dual licensed under the MIT or GPL Version 2 licenses. | |
| http://jquery.org/license | |
| Includes 12306.user.js |