Skip to content

Instantly share code, notes, and snippets.

View ienliven's full-sized avatar

Andre Wanderley de Souza ienliven

View GitHub Profile
@ienliven
ienliven / RUNBOOK.md
Created December 30, 2016 15:32 — forked from voxxit/RUNBOOK.md
Example of a solid run book/operations manual

Run Book / Operations Manual

  1. Table of Contents
  2. 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
@ienliven
ienliven / POSTMORTEM.md
Created December 30, 2016 15:31 — forked from voxxit/POSTMORTEM.md
Example/outline of a postmortem to be conducted after a site outage/incident

POSTMORTEM: “Event Title Here”

Issue Summary

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:
@ienliven
ienliven / InsurancePOC.sol
Created December 12, 2016 16:01 — forked from anonymous/InsurancePOC.sol
Created using browser-solidity: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://ethereum.github.io/browser-solidity/#version=soljson-v0.4.6+commit.2dabbdf0.js&optimize=false&gist=
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;
@ienliven
ienliven / agenda.json
Created May 14, 2012 23:02 — forked from anonymous/agenda.json
Agenda
{"agenda": {
"id":"1",
"descricao":"Descricao da Agenda",
"data":"2012-05-31",
"usuarios": [{
"id":"1",
"username":"admin",
"email":"admin@admin.com",
"password":"admin",
"profile": {