This gist's comment stream is a collection of webdev apps for OS X. Feel free to add links to apps you like, just make sure you add some context to what it does — either from the creator's website or your own thoughts.
— Erik
| # Self routing cluster example | |
| vcl 4.0; | |
| import directors; | |
| backend node1 { | |
| .host = "node1.example.com"; | |
| .port = "80"; | |
| } |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |