Cats Instances for Java Time
Cats Instances for Scalacheck
/* | |
* Copyright 2020 Daniel Spiewak | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
Cats Instances for Java Time
Cats Instances for Scalacheck
DEB7_AMI = 'ami-61e56916' # Fetched from https://wiki.debian.org/Cloud/AmazonEC2Image/Wheezy | |
AZS = [:a, :b] | |
cidr_block_lookup = { | |
public: { a: '172.20.0.0/24', | |
b: '172.20.1.0/24', | |
c: '172.20.2.0/24' }, | |
private: { a: '172.20.8.0/24', | |
b: '172.20.9.0/24', |
A checklist for designing and developing internet scale services, inspired by James Hamilton's 2007 paper "On Desgining and Deploying Internet-Scale Services."