Opinions are like assholes, every one has got one.
This one is mine.
Punctuation is a bikeshed. Put your semicolons, whitespace, and commas where you like them.
| ############################################################################### | |
| # Copyright (c) 2013, William Stein | |
| # All rights reserved. | |
| # | |
| # Redistribution and use in source and binary forms, with or without | |
| # modification, are permitted provided that the following conditions are met: | |
| # | |
| # 1. Redistributions of source code must retain the above copyright notice, this | |
| # list of conditions and the following disclaimer. | |
| # 2. Redistributions in binary form must reproduce the above copyright notice, |
The User Experience list is a small collection of articles and resources to improve user experiences and user interfaces on the web.
goodui.orgJank free Web
| Vagrant::Config.run do |config| | |
| # Use the Opscode box that we downloaded. | |
| config.vm.box = "chef-ubuntu" | |
| # Let's give the box an IP that is accessible by the other nodes we | |
| # will spin up. | |
| config.vm.network "33.33.33.11" | |
| # Forward the Riak HTTP and Protobufs ports so we can access them | |
| # locally. |