Skip to content

Instantly share code, notes, and snippets.

View alxwrd's full-sized avatar
:shipit:

Alex Ward alxwrd

:shipit:
View GitHub Profile
@alxwrd
alxwrd / keybase.md
Created October 12, 2021 08:36
keybase.md

Keybase proof

I hereby claim:

  • I am alxwrd on github.
  • I am alxwrd (https://keybase.io/alxwrd) on keybase.
  • I have a public key ASAxV5El6O7kShT4_6BlWBVLb1o_f7aKX71Viy8libA3Dwo

To claim this, I am signing this object:

@alxwrd
alxwrd / README.md
Created August 23, 2017 09:58
Socket server-client example
@alxwrd
alxwrd / inspirobot-bot.py
Created July 7, 2017 14:31
Post inspiring quotes to a slack channel
import json
import httplib
import urllib2
import random
#If you're using IronPython, the following is needed:
import ssl
import functools
old_init = ssl.SSLSocket.__init__