I hereby claim:
- I am rossigee on github.
- I am rossigee (https://keybase.io/rossigee) on keybase.
- I have a public key ASAz7H_uid51DU7JDgSvttktpS-vN0wuorrhZno17QhWdwo
To claim this, I am signing this object:
#!/bin/bash | |
# | |
# Returns (via stdout) the number of seconds since a file was last changed. Useful for checking a | |
# 'success' timestamp/flag file to identify a stale/dead process. | |
# | |
echo $[`date +%s` - `stat -c %Y $1`] |
<?php | |
$params = array( | |
"client_id" => "683c5835a8d36a5bb974", | |
"client_secret" => "50ac9cb374989802d3d437c3fe0d7d8829c00e1b", | |
"username" => "[email protected]", | |
"password" => "theirpasswordhere", | |
"grant_type" => "password", | |
); | |
$postData = ""; |
<?php | |
$application_token = "abcdef12-4855-11e4-a25f-06ee74823f7d"; | |
$url = "https://www.cpd.co.uk/restapi/v1/agents/visitortoken/"; | |
$curl = curl_init(); | |
curl_setopt($curl, CURLOPT_URL, $url); | |
curl_setopt($curl, CURLOPT_HTTPHEADER, array( | |
'X-CPD-Token: '.$application_token | |
)); |
<?php | |
$application_token = "abcdef12-4855-11e4-a25f-06ee74823f7d"; | |
# Get a visitor token | |
$url = "https://www.cpd.co.uk/restapi/v1/agents/visitortoken/"; | |
$curl = curl_init(); | |
curl_setopt($curl, CURLOPT_URL, $url); | |
curl_setopt($curl, CURLOPT_HTTPHEADER, array( | |
'X-CPD-Token: '.$application_token |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Google Maps marker bug demonstration</title> | |
<meta charset="utf-8"> | |
<style> | |
html, body, #map-canvas { | |
height: 100%; | |
margin: 0px; |
Verifying that +rossigee is my blockchain ID. https://onename.com/rossigee |
#!/usr/bin/python | |
import pycoin.key | |
import sys | |
import requests | |
import json | |
import datetime | |
def getbalance(address): | |
response = requests.get("https://bitaps.com/api/address/%s" % address) |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/python2.7 | |
import os, sys | |
import requests | |
import json | |
import time | |
projectId = os.environ['RANCHER_ENVIRONMENT'] | |
serviceId = os.environ['RANCHER_SERVICE'] | |
newImage = sys.argv[1] |
Verifying my Blockstack ID is secured with the address 1Er18pw9dESfEdsszsq2LVrshDYswArb1n https://explorer.blockstack.org/address/1Er18pw9dESfEdsszsq2LVrshDYswArb1n |