I hereby claim:
- I am ericdlaspe on github.
- I am ericdlaspe (https://keybase.io/ericdlaspe) on keybase.
- I have a public key ASBWWa5tAW2VKP0nKhsABxPQEYuIqSTWRHSh_cwSaA5mgQo
To claim this, I am signing this object:
| function twoPointArc(x1, y1, x2, y2, radius, weight, direction) { | |
| p5.push() | |
| // p5.angleMode(p5.RADIANS) | |
| let x = x1 | |
| let y = y1 | |
| // ab is the midpoint between the two input points | |
| const ab = p5.createVector((x1 + x2) / 2, (y1 + y2) / 2) | |
| // circle(ab.x, ab.y, 9) |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python3 | |
| import http.client | |
| import ssl | |
| import urllib.parse | |
| def boxcarpush(): | |
| # Prepare the notification parameters | |
| params = urllib.parse.urlencode({ |