I hereby claim:
- I am shoemaker on github.
- I am shoemaker (https://keybase.io/shoemaker) on keybase.
- I have a public key whose fingerprint is 36D2 8844 9F2E CE02 D5B8 7FAA A351 FEDD D419 6633
To claim this, I am signing this object:
| // https://github.com/nodejitsu/node-http-proxy | |
| // https://github.com/visionmedia/express | |
| var httpProxy = require('http-proxy'), | |
| express = require('express'), | |
| app = express(); | |
| var PATH_REGEX = /^\/([a-zA-Z0-9]+).*$/; | |
| // Create a proxy server with custom application logic. |
| .fluid-container { | |
| margin-left: auto; | |
| margin-right: auto; | |
| padding-left: 15px; | |
| padding-right: 15px; | |
| } |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <title>Responsive Background Sandbox</title> | |
| <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> | |
| <!--[if lt IE 9]> | |
| <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | |
| <![endif]--> | |
| <style> | |
| body { |
I hereby claim:
To claim this, I am signing this object:
| Dockerfile + Node.js Examples |
| // Description: | |
| // Listens for coffee-related strings and chimes in with quotes and coffee shop suggestions. | |
| // Dependencies: | |
| // none | |
| // Configuration: | |
| // HUBOT_FOURSQUARE_CLIENTID - A Foursquare client ID. | |
| // HUBOT_FOURSQUARE_CLIENTSECRET - A foursquare client secret. | |
| // HUBOT_FOURSQUARE_LATLONG - The latitude and longitude of your location, for coffee shop suggestions. Format: 44.9789949,-93.2717354 |