I hereby claim:
- I am wardpieters on github.
- I am wardpieters (https://keybase.io/wardpieters) on keybase.
- I have a public key ASCcK9TuJiXU23GOHxsbQanp6WQG0c0zUtW_5dVC8PHa2go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| zone=domain.nl | |
| dnsrecord=some-server.domain.nl | |
| ## Cloudflare authentication details | |
| ## keep these private | |
| cloudflare_token="XXXXXX" | |
| # get certificate hash |
| <?php | |
| ini_set('precision', 18); | |
| var_dump(ConvertToLatLong(122202, 487250)); | |
| function ConvertToLatLong($x, $y) { | |
| $referenceRdX = 155000; | |
| $referenceRdY = 463000; | |
| $dX = ($x - $referenceRdX) * 0.00001; |