I hereby claim:
- I am cm2 on github.
- I am cm2 (https://keybase.io/cm2) on keybase.
- I have a public key whose fingerprint is EFF8 184B 10A3 30DF 9B4B 5606 857F 6F95 C354 40DE
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| from random import randint | |
| class PromoCode: | |
| phonemes = { | |
| 'vowel': ['i','e','a','u','o'], | |
| 'consonant': [ 'p','b','t','d','ch','k','g','f','v','th','s','sh','m','n','h','l','r' ] | |
| } | |
| words = [ |
| <html> | |
| <head> | |
| <meta name="viewport" content="initial-scale =1.0, maximum-scale = 1.0, width =device-width" /> | |
| <style type="text/css"> | |
| @media only screen and (max-width: 600px){ | |
| #content { | |
| width: 100%; | |
| } | |
| #header-logo{ | |
| text-align: center; |
I hereby claim:
To claim this, I am signing this object:
| #! /usr/bin/env perl | |
| use warnings; | |
| use strict; | |
| use Google::GeoCoder::Smart; | |
| use Text::CSV; | |
| use Switch; | |
| use Time::HiRes qw(usleep); | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <xsl:stylesheet version="1.0" | |
| xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
| > | |
| <xsl:template match="/"> | |
| <html> | |
| <body> | |
| <h1>Reading List</h1> | |
| <table border="1" width="100%"> | |
| <thead> |
| #!/usr/bin/env python2 | |
| import sys | |
| import os | |
| import shutil | |
| import configparser | |
| args = sys.argv | |
| ini = os.path.expanduser("~/.imageserver") |
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <title>CSS Only Tab Views</title> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
| <style> | |
| body{ | |
| font-family: Helvetica, Arial, sans-serif; | |
| background: #eee; | |
| color: #333; |