Skip to content

Instantly share code, notes, and snippets.

View cosgroma's full-sized avatar

Mathew Cosgrove cosgroma

View GitHub Profile

Keybase proof

I hereby claim:

  • I am cosgroma on github.
  • I am cosgroma (https://keybase.io/cosgroma) on keybase.
  • I have a public key whose fingerprint is 02F7 D6E7 4C78 302B D700 D726 42AA D642 68DB E0ED

To claim this, I am signing this object:

@cosgroma
cosgroma / _hover_example.py
Last active May 7, 2016 16:04 — forked from dankrause/_hover_example.py
Example code to use the (unofficial, unsupported, undocumented) hover.com DNS API.
import requests
class HoverException(Exception):
pass
class HoverAPI(object):
def __init__(self, username, password):
params = {"username": username, "password": password}
r = requests.post("https://www.hover.com/api/login", params=params)
@cosgroma
cosgroma / designer.html
Last active August 29, 2015 14:09
designer
<link rel="import" href="../topeka-elements/topeka-datasource.html">
<link rel="import" href="../topeka-elements/theme.html">
<link rel="import" href="../topeka-elements/topeka-resources.html">
<link rel="import" href="../topeka-elements/topeka-app.html">
<polymer-element name="my-element">
<template>
<style>
:host {