Skip to content

Instantly share code, notes, and snippets.

View stephenhodgkiss's full-sized avatar

Steve Hodgkiss stephenhodgkiss

View GitHub Profile

Keybase proof

I hereby claim:

  • I am stephenhodgkiss on github.
  • I am stephenhodgkiss (https://keybase.io/stephenhodgkiss) on keybase.
  • I have a public key ASAlBzMnORZ-uLfoO1kXsrp80WEx5vQVypZcqfLlvptUpgo

To claim this, I am signing this object:

// SPDX-License-Identifier: Apache-2.0
// Author: Stephen Hodgkiss
// https://stephenhodgkiss.com
pragma solidity ^0.8.0;
/**
* @title ERC20 Standard Token
* @dev This is a standard ERC20 token with support for custom on-chain data.
*/
@stephenhodgkiss
stephenhodgkiss / imgur-oauth-test.html
Created September 27, 2015 20:47 — forked from eirikb/imgur-oauth-test.html
Post to imgur using oauth (api v3) on a static (no server) site
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>imgur oauth</title>
<script src="http://code.jquery.com/jquery.min.js"></script>
<script>
$(function () {
var extractToken = function(hash) {