I hereby claim:
- I am erikthorselius on github.
- I am regius (https://keybase.io/regius) on keybase.
- I have a public key whose fingerprint is BB5B D4AD CAAF AB8E 260E 7FB2 D92C CDB6 FD43 CE3E
To claim this, I am signing this object:
| [Unit] | |
| Description=Docker Application Container Engine | |
| After=network.target docker-bootstrap.socket | |
| Requires=docker-bootstrap.socket | |
| [Service] | |
| Type=notify | |
| EnvironmentFile=/etc/kubernetes/k8s.conf | |
| ExecStart=/usr/bin/docker daemon \ | |
| --host=unix:///var/run/docker-bootstrap.sock \ |
| #!/usr/bin/env python2.7 | |
| import sys, csv, numpy, collections | |
| def polyfit(x, y, degree): | |
| results = {} | |
| coeffs = numpy.polyfit(x, y, degree) | |
| # Polynomial Coefficients | |
| results['polynomial'] = coeffs.tolist() | |
| correlation = numpy.corrcoef(x, y)[0, 1] | |
| # r |
I hereby claim:
To claim this, I am signing this object: