Skip to content

Instantly share code, notes, and snippets.

View fredzannarbor's full-sized avatar

Fred Zimmerman fredzannarbor

View GitHub Profile
@fredzannarbor
fredzannarbor / gist:53e765296504ffaf8c7ca7a32ffd8467
Last active September 13, 2020 00:40
smart resume code for jekyll
---
layout: default
title: Developer Relations
---
{% include coordinates.html %}<p></p>
<strong>Developer Relations -- Related Employment</strong>
{% assign targetjob = "developer_rx" %}
@fredzannarbor
fredzannarbor / pk21server.py
Last active July 30, 2016 00:50
baby server
#!/usr/bin/env python3
import subprocess
from flask import Flask
from two1.wallet import Wallet
from two1.bitserv.flask import Payment
@fredzannarbor
fredzannarbor / pk21client.py
Last active July 30, 2016 00:51
baby client
#!/usr/bin/env python3
from two1.wallet import Wallet
from two1.bitrequests import BitTransferRequests
# set up bitrequest client for BitTransfer requests
wallet = Wallet()
requests = BitTransferRequests(wallet)
# server address