- Table of Contents
- System Overview
- Service Overview
- Contributing Applications, Daemons, and Windows Services
- Hours of Operation
- Execution Design
- Infrastructure and Network Design
- Resilience, Fault Tolerance and High-Availability
This should be a short (4-5 sentences) blurb which succinctly describes the event. At the very least, it should include:
- the duration (with start & end times in the U.S. Pacific time zone):
…which lasted for roughly 10 minutes between 9:02PM and 9:12PM Pacific…
- the impact to our users:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.4.0; | |
import "github.com/oraclize/ethereum-api/oraclizeAPI.sol"; | |
contract InsurancePOC is usingOraclize { | |
address public owner; | |
address public beneficiary; | |
string public identifier; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"agenda": { | |
"id":"1", | |
"descricao":"Descricao da Agenda", | |
"data":"2012-05-31", | |
"usuarios": [{ | |
"id":"1", | |
"username":"admin", | |
"email":"[email protected]", | |
"password":"admin", | |
"profile": { |