I hereby claim:
- I am mikesprague on github.
- I am mikesprague (https://keybase.io/mikesprague) on keybase.
- I have a public key ASB8qLxlZW7swTIHR_Mu9zBOu8DByYGZUrXl55UklitGJQo
To claim this, I am signing this object:
| { | |
| "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.42 Safari/537.36", | |
| "lighthouseVersion": "3.0.3", | |
| "fetchTime": "2018-08-19T19:35:41.503Z", | |
| "requestedUrl": "https://localweather.io/", | |
| "finalUrl": "https://localweather.io/", | |
| "runWarnings": [], | |
| "audits": { | |
| "is-on-https": { | |
| "id": "is-on-https", |
| # get/start the offical docker installer | |
| curl -sSL https://get.docker.com | sh | |
| # set docker to auto-start | |
| sudo systemctl enable docker | |
| # start the docker daemon | |
| sudo systemctl start docker | |
| # enable docker client |
| html { | |
| background: #404552 !important; | |
| } | |
| body { | |
| background: #404552; | |
| color: #d3dae3; | |
| } | |
| a { |
| // $ yarn add request request-promise | |
| // $ node count userA userB | |
| const request = require('request-promise') | |
| const get = resource => request({ | |
| url: /^https/.test(resource) ? resource : `https://api.github.com/${resource}`, | |
| headers: { | |
| 'User-Agent': 'GitHub Contrib Counter', | |
| 'Authorization': 'token YOUR_PERSONAL_ACCESS_TOKEN' |
I hereby claim:
To claim this, I am signing this object:
| .loader-wrap | |
| .loader-circles | |
| - for(i=0; i < 10; i++) | |
| .circle |
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000| .full-width { | |
| width: 100vw; | |
| position: relative; | |
| left: 50%; | |
| right: 50%; | |
| margin-left: -50vw; | |
| margin-right: -50vw; | |
| } |