Skip to content

Instantly share code, notes, and snippets.

@selfsame
Last active February 17, 2016 19:53
Show Gist options
  • Select an option

  • Save selfsame/eab3d2affbf36b22d4ec to your computer and use it in GitHub Desktop.

Select an option

Save selfsame/eab3d2affbf36b22d4ec to your computer and use it in GitHub Desktop.
2012 ~/.prosaic/templates prosaic poem new -t couplet
#!/usr/bin/env python # Reflects the requests from HTTP methods GET, POST, PUT, and DELETE # Written by Nathan Hamiel (2010) from BaseHTTPServer import HTTPServer, BaseHTTPRequestHandler from optparse import OptionParser class RequestHandler(BaseHTTPRequestHandler)
#!/usr/bin/env python # Reflects the requests from HTTP methods GET, POST, PUT, and DELETE # Written by Nathan Hamiel (2010) from BaseHTTPServer import HTTPServer, BaseHTTPRequestHandler from optparse import OptionParser class RequestHandler(BaseHTTPRequestHandler)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment