Skip to content

Instantly share code, notes, and snippets.

@willmarkley
willmarkley / Masters-Web-App.md
Last active April 10, 2024 05:09 — forked from loisaidasam/README.md
Masters Web Application

Masters-Web-App

This simple web application is intended to faciliate a masters pick-em pool. It takes a CSV with the names of the competitors in the pool and their top 6 golfer picks. The program then pulls golfer scores from ESPN and displays the standings of the pool, via the templated masters.html.

Setup

  • Create a cloud formation stack in AWS using masters-cf-template.yml

  • Create a Zip Archive for Lambda by:

@willmarkley
willmarkley / TESS-results.md
Last active November 8, 2017 00:52
Export Trademark Electronic Search System results to an excel document

Export Trademark Electronic Search System results to an excel document

To accomplish this task, setup download and setup an Apache HTTP Server.

Assuming the apache default is unchanged (/var/www), the following structure will work:

html/index.html
html/downloads/    ## a directory named "downloads" must be present under the HTML folder
cgi-bin/tess.py