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
# frozen_string_literal: true | |
# Temp Table Read Example | |
# | |
# Demonstrating how data can be read from a temp table | |
# that is nomrally dropped when a transaction is committed, | |
# without altering the transaction. | |
# | |
# cp <this file> <rails project root> | |
# cd <rails project w/ db> |
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
Xen Minimal OS! | |
start_info: 0x18ae000(VA) | |
nr_pages: 0x1e0000 | |
shared_inf: 0x7daf3000(MA) | |
pt_base: 0x18b1000(VA) | |
nr_pt_frames: 0x11 | |
mfn_list: 0x9ae000(VA) | |
mod_start: 0x0(VA) | |
mod_len: 0 | |
flags: 0x0 |
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
#cloud-config | |
--- | |
coreos: | |
etcd: | |
# generate a new token for each unique cluster from https://discovery.etcd.io/new | |
# uncomment the following line and replace it with your discovery URL | |
# discovery: https://discovery.etcd.io/0fd5faddbc8fd23879a4070c78ed77a9 | |
addr: $private_ipv4:4001 | |
peer-addr: $private_ipv4:7001 | |
# give etcd more time if it's under heavy load - prevent leader election thrashing |
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
<header class='stage'> | |
<nav class='top-of-page-links'> | |
</nav> | |
<div class='brand'> | |
</div> | |
<div class='primary call-to-action'> | |
</div> |