datafarming 1.4.0 → 2.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.md +1 -1
- data/README.md +10 -6
- data/datafarming.gemspec +11 -6
- data/exe/datafarming.rb +33 -27
- data/exe/generate_design.rb +306 -0
- data/lib/datafarming/freq_sets.rb +52 -243
- data/lib/datafarming/nolh_designs.rb +19105 -4483
- data/lib/datafarming/res_v_seqs.rb +57 -0
- data/lib/datafarming/scale_design.rb +29 -0
- data/lib/datafarming/screen_freq_sets.rb +143 -0
- data/lib/datafarming/version.rb +5 -0
- data/lib/datafarming.rb +8 -0
- metadata +42 -18
- data/DESCRIPTIONS.html +0 -1107
- data/DESCRIPTIONS.md +0 -45
- data/exe/augment_design.rb +0 -66
- data/exe/scaled_fde.rb +0 -169
- data/exe/scaled_rf_cubed.rb +0 -173
- data/exe/stack_nolhs.rb +0 -174
- data/lib/datafarming/factorial_generator.rb +0 -49
data/DESCRIPTIONS.html
DELETED
@@ -1,1107 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8" />
|
5
|
-
<title>DESCRIPTIONS</title>
|
6
|
-
<style>.markdown-preview:not([data-use-github-style]) { padding: 2em; font-size: 1.2em; color: rgb(238, 255, 255); background-color: rgb(38, 50, 56); overflow: auto; }
|
7
|
-
.markdown-preview:not([data-use-github-style]) > :first-child { margin-top: 0px; }
|
8
|
-
.markdown-preview:not([data-use-github-style]) h1, .markdown-preview:not([data-use-github-style]) h2, .markdown-preview:not([data-use-github-style]) h3, .markdown-preview:not([data-use-github-style]) h4, .markdown-preview:not([data-use-github-style]) h5, .markdown-preview:not([data-use-github-style]) h6 { line-height: 1.2; margin-top: 1.5em; margin-bottom: 0.5em; color: rgb(255, 255, 255); }
|
9
|
-
.markdown-preview:not([data-use-github-style]) h1 { font-size: 2.4em; font-weight: 300; }
|
10
|
-
.markdown-preview:not([data-use-github-style]) h2 { font-size: 1.8em; font-weight: 400; }
|
11
|
-
.markdown-preview:not([data-use-github-style]) h3 { font-size: 1.5em; font-weight: 500; }
|
12
|
-
.markdown-preview:not([data-use-github-style]) h4 { font-size: 1.2em; font-weight: 600; }
|
13
|
-
.markdown-preview:not([data-use-github-style]) h5 { font-size: 1.1em; font-weight: 600; }
|
14
|
-
.markdown-preview:not([data-use-github-style]) h6 { font-size: 1em; font-weight: 600; }
|
15
|
-
.markdown-preview:not([data-use-github-style]) strong { color: rgb(255, 255, 255); }
|
16
|
-
.markdown-preview:not([data-use-github-style]) del { color: rgb(156, 255, 255); }
|
17
|
-
.markdown-preview:not([data-use-github-style]) a, .markdown-preview:not([data-use-github-style]) a code { color: rgb(0, 150, 136); }
|
18
|
-
.markdown-preview:not([data-use-github-style]) img { max-width: 100%; }
|
19
|
-
.markdown-preview:not([data-use-github-style]) > p { margin-top: 0px; margin-bottom: 1.5em; }
|
20
|
-
.markdown-preview:not([data-use-github-style]) > ul, .markdown-preview:not([data-use-github-style]) > ol { margin-bottom: 1.5em; }
|
21
|
-
.markdown-preview:not([data-use-github-style]) blockquote { margin: 1.5em 0px; font-size: inherit; color: rgb(156, 255, 255); border-color: rgb(71, 93, 105); border-width: 4px; }
|
22
|
-
.markdown-preview:not([data-use-github-style]) hr { margin: 3em 0px; border-top: 2px dashed rgb(71, 93, 105); background: none; }
|
23
|
-
.markdown-preview:not([data-use-github-style]) table { margin: 1.5em 0px; }
|
24
|
-
.markdown-preview:not([data-use-github-style]) th { color: rgb(255, 255, 255); }
|
25
|
-
.markdown-preview:not([data-use-github-style]) th, .markdown-preview:not([data-use-github-style]) td { padding: 0.66em 1em; border: 1px solid rgb(71, 93, 105); }
|
26
|
-
.markdown-preview:not([data-use-github-style]) code { color: rgb(255, 255, 255); background-color: rgb(54, 72, 80); }
|
27
|
-
.markdown-preview:not([data-use-github-style]) pre.editor-colors { margin: 1.5em 0px; padding: 1em; font-size: 0.92em; border-radius: 3px; background-color: rgb(46, 61, 68); }
|
28
|
-
.markdown-preview:not([data-use-github-style]) kbd { color: rgb(255, 255, 255); border-width: 1px 1px 2px; border-style: solid; border-color: rgb(71, 93, 105) rgb(71, 93, 105) rgb(59, 77, 86); border-image: initial; background-color: rgb(54, 72, 80); }
|
29
|
-
.markdown-preview[data-use-github-style] { font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif; line-height: 1.6; overflow-wrap: break-word; padding: 30px; font-size: 16px; color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); overflow: scroll; }
|
30
|
-
.markdown-preview[data-use-github-style] > :first-child { margin-top: 0px !important; }
|
31
|
-
.markdown-preview[data-use-github-style] > :last-child { margin-bottom: 0px !important; }
|
32
|
-
.markdown-preview[data-use-github-style] a:not([href]) { color: inherit; text-decoration: none; }
|
33
|
-
.markdown-preview[data-use-github-style] .absent { color: rgb(204, 0, 0); }
|
34
|
-
.markdown-preview[data-use-github-style] .anchor { position: absolute; top: 0px; left: 0px; display: block; padding-right: 6px; padding-left: 30px; margin-left: -30px; }
|
35
|
-
.markdown-preview[data-use-github-style] .anchor:focus { outline: none; }
|
36
|
-
.markdown-preview[data-use-github-style] h1, .markdown-preview[data-use-github-style] h2, .markdown-preview[data-use-github-style] h3, .markdown-preview[data-use-github-style] h4, .markdown-preview[data-use-github-style] h5, .markdown-preview[data-use-github-style] h6 { position: relative; margin-top: 1em; margin-bottom: 16px; font-weight: bold; line-height: 1.4; }
|
37
|
-
.markdown-preview[data-use-github-style] h1 .octicon-link, .markdown-preview[data-use-github-style] h2 .octicon-link, .markdown-preview[data-use-github-style] h3 .octicon-link, .markdown-preview[data-use-github-style] h4 .octicon-link, .markdown-preview[data-use-github-style] h5 .octicon-link, .markdown-preview[data-use-github-style] h6 .octicon-link { display: none; color: rgb(0, 0, 0); vertical-align: middle; }
|
38
|
-
.markdown-preview[data-use-github-style] h1:hover .anchor, .markdown-preview[data-use-github-style] h2:hover .anchor, .markdown-preview[data-use-github-style] h3:hover .anchor, .markdown-preview[data-use-github-style] h4:hover .anchor, .markdown-preview[data-use-github-style] h5:hover .anchor, .markdown-preview[data-use-github-style] h6:hover .anchor { padding-left: 8px; margin-left: -30px; text-decoration: none; }
|
39
|
-
.markdown-preview[data-use-github-style] h1:hover .anchor .octicon-link, .markdown-preview[data-use-github-style] h2:hover .anchor .octicon-link, .markdown-preview[data-use-github-style] h3:hover .anchor .octicon-link, .markdown-preview[data-use-github-style] h4:hover .anchor .octicon-link, .markdown-preview[data-use-github-style] h5:hover .anchor .octicon-link, .markdown-preview[data-use-github-style] h6:hover .anchor .octicon-link { display: inline-block; }
|
40
|
-
.markdown-preview[data-use-github-style] h1 tt, .markdown-preview[data-use-github-style] h2 tt, .markdown-preview[data-use-github-style] h3 tt, .markdown-preview[data-use-github-style] h4 tt, .markdown-preview[data-use-github-style] h5 tt, .markdown-preview[data-use-github-style] h6 tt, .markdown-preview[data-use-github-style] h1 code, .markdown-preview[data-use-github-style] h2 code, .markdown-preview[data-use-github-style] h3 code, .markdown-preview[data-use-github-style] h4 code, .markdown-preview[data-use-github-style] h5 code, .markdown-preview[data-use-github-style] h6 code { font-size: inherit; }
|
41
|
-
.markdown-preview[data-use-github-style] h1 { padding-bottom: 0.3em; font-size: 2.25em; line-height: 1.2; border-bottom: 1px solid rgb(238, 238, 238); }
|
42
|
-
.markdown-preview[data-use-github-style] h1 .anchor { line-height: 1; }
|
43
|
-
.markdown-preview[data-use-github-style] h2 { padding-bottom: 0.3em; font-size: 1.75em; line-height: 1.225; border-bottom: 1px solid rgb(238, 238, 238); }
|
44
|
-
.markdown-preview[data-use-github-style] h2 .anchor { line-height: 1; }
|
45
|
-
.markdown-preview[data-use-github-style] h3 { font-size: 1.5em; line-height: 1.43; }
|
46
|
-
.markdown-preview[data-use-github-style] h3 .anchor { line-height: 1.2; }
|
47
|
-
.markdown-preview[data-use-github-style] h4 { font-size: 1.25em; }
|
48
|
-
.markdown-preview[data-use-github-style] h4 .anchor { line-height: 1.2; }
|
49
|
-
.markdown-preview[data-use-github-style] h5 { font-size: 1em; }
|
50
|
-
.markdown-preview[data-use-github-style] h5 .anchor { line-height: 1.1; }
|
51
|
-
.markdown-preview[data-use-github-style] h6 { font-size: 1em; color: rgb(119, 119, 119); }
|
52
|
-
.markdown-preview[data-use-github-style] h6 .anchor { line-height: 1.1; }
|
53
|
-
.markdown-preview[data-use-github-style] p, .markdown-preview[data-use-github-style] blockquote, .markdown-preview[data-use-github-style] ul, .markdown-preview[data-use-github-style] ol, .markdown-preview[data-use-github-style] dl, .markdown-preview[data-use-github-style] table, .markdown-preview[data-use-github-style] pre { margin-top: 0px; margin-bottom: 16px; }
|
54
|
-
.markdown-preview[data-use-github-style] hr { height: 4px; padding: 0px; margin: 16px 0px; background-color: rgb(231, 231, 231); border: 0px none; }
|
55
|
-
.markdown-preview[data-use-github-style] ul, .markdown-preview[data-use-github-style] ol { padding-left: 2em; }
|
56
|
-
.markdown-preview[data-use-github-style] ul.no-list, .markdown-preview[data-use-github-style] ol.no-list { padding: 0px; list-style-type: none; }
|
57
|
-
.markdown-preview[data-use-github-style] ul ul, .markdown-preview[data-use-github-style] ul ol, .markdown-preview[data-use-github-style] ol ol, .markdown-preview[data-use-github-style] ol ul { margin-top: 0px; margin-bottom: 0px; }
|
58
|
-
.markdown-preview[data-use-github-style] li > p { margin-top: 16px; }
|
59
|
-
.markdown-preview[data-use-github-style] dl { padding: 0px; }
|
60
|
-
.markdown-preview[data-use-github-style] dl dt { padding: 0px; margin-top: 16px; font-size: 1em; font-style: italic; font-weight: bold; }
|
61
|
-
.markdown-preview[data-use-github-style] dl dd { padding: 0px 16px; margin-bottom: 16px; }
|
62
|
-
.markdown-preview[data-use-github-style] blockquote { padding: 0px 15px; color: rgb(119, 119, 119); border-left: 4px solid rgb(221, 221, 221); }
|
63
|
-
.markdown-preview[data-use-github-style] blockquote > :first-child { margin-top: 0px; }
|
64
|
-
.markdown-preview[data-use-github-style] blockquote > :last-child { margin-bottom: 0px; }
|
65
|
-
.markdown-preview[data-use-github-style] table { display: block; width: 100%; overflow: auto; word-break: keep-all; }
|
66
|
-
.markdown-preview[data-use-github-style] table th { font-weight: bold; }
|
67
|
-
.markdown-preview[data-use-github-style] table th, .markdown-preview[data-use-github-style] table td { padding: 6px 13px; border: 1px solid rgb(221, 221, 221); }
|
68
|
-
.markdown-preview[data-use-github-style] table tr { background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204); }
|
69
|
-
.markdown-preview[data-use-github-style] table tr:nth-child(2n) { background-color: rgb(248, 248, 248); }
|
70
|
-
.markdown-preview[data-use-github-style] img { max-width: 100%; box-sizing: border-box; }
|
71
|
-
.markdown-preview[data-use-github-style] .emoji { max-width: none; }
|
72
|
-
.markdown-preview[data-use-github-style] span.frame { display: block; overflow: hidden; }
|
73
|
-
.markdown-preview[data-use-github-style] span.frame > span { display: block; float: left; width: auto; padding: 7px; margin: 13px 0px 0px; overflow: hidden; border: 1px solid rgb(221, 221, 221); }
|
74
|
-
.markdown-preview[data-use-github-style] span.frame span img { display: block; float: left; }
|
75
|
-
.markdown-preview[data-use-github-style] span.frame span span { display: block; padding: 5px 0px 0px; clear: both; color: rgb(51, 51, 51); }
|
76
|
-
.markdown-preview[data-use-github-style] span.align-center { display: block; overflow: hidden; clear: both; }
|
77
|
-
.markdown-preview[data-use-github-style] span.align-center > span { display: block; margin: 13px auto 0px; overflow: hidden; text-align: center; }
|
78
|
-
.markdown-preview[data-use-github-style] span.align-center span img { margin: 0px auto; text-align: center; }
|
79
|
-
.markdown-preview[data-use-github-style] span.align-right { display: block; overflow: hidden; clear: both; }
|
80
|
-
.markdown-preview[data-use-github-style] span.align-right > span { display: block; margin: 13px 0px 0px; overflow: hidden; text-align: right; }
|
81
|
-
.markdown-preview[data-use-github-style] span.align-right span img { margin: 0px; text-align: right; }
|
82
|
-
.markdown-preview[data-use-github-style] span.float-left { display: block; float: left; margin-right: 13px; overflow: hidden; }
|
83
|
-
.markdown-preview[data-use-github-style] span.float-left span { margin: 13px 0px 0px; }
|
84
|
-
.markdown-preview[data-use-github-style] span.float-right { display: block; float: right; margin-left: 13px; overflow: hidden; }
|
85
|
-
.markdown-preview[data-use-github-style] span.float-right > span { display: block; margin: 13px auto 0px; overflow: hidden; text-align: right; }
|
86
|
-
.markdown-preview[data-use-github-style] code, .markdown-preview[data-use-github-style] tt { padding: 0.2em 0px; margin: 0px; font-size: 85%; background-color: rgba(0, 0, 0, 0.04); border-radius: 3px; }
|
87
|
-
.markdown-preview[data-use-github-style] code::before, .markdown-preview[data-use-github-style] tt::before, .markdown-preview[data-use-github-style] code::after, .markdown-preview[data-use-github-style] tt::after { letter-spacing: -0.2em; content: " "; }
|
88
|
-
.markdown-preview[data-use-github-style] code br, .markdown-preview[data-use-github-style] tt br { display: none; }
|
89
|
-
.markdown-preview[data-use-github-style] del code { text-decoration: inherit; }
|
90
|
-
.markdown-preview[data-use-github-style] pre > code { padding: 0px; margin: 0px; font-size: 100%; word-break: normal; white-space: pre; background: transparent; border: 0px; }
|
91
|
-
.markdown-preview[data-use-github-style] .highlight { margin-bottom: 16px; }
|
92
|
-
.markdown-preview[data-use-github-style] .highlight pre, .markdown-preview[data-use-github-style] pre { padding: 16px; overflow: auto; font-size: 85%; line-height: 1.45; background-color: rgb(247, 247, 247); border-radius: 3px; }
|
93
|
-
.markdown-preview[data-use-github-style] .highlight pre { margin-bottom: 0px; word-break: normal; }
|
94
|
-
.markdown-preview[data-use-github-style] pre { overflow-wrap: normal; }
|
95
|
-
.markdown-preview[data-use-github-style] pre code, .markdown-preview[data-use-github-style] pre tt { display: inline; max-width: initial; padding: 0px; margin: 0px; overflow: initial; line-height: inherit; overflow-wrap: normal; background-color: transparent; border: 0px; }
|
96
|
-
.markdown-preview[data-use-github-style] pre code::before, .markdown-preview[data-use-github-style] pre tt::before, .markdown-preview[data-use-github-style] pre code::after, .markdown-preview[data-use-github-style] pre tt::after { content: normal; }
|
97
|
-
.markdown-preview[data-use-github-style] kbd { display: inline-block; padding: 3px 5px; font-size: 11px; line-height: 10px; color: rgb(85, 85, 85); vertical-align: middle; background-color: rgb(252, 252, 252); border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(187, 187, 187); border-image: initial; border-radius: 3px; box-shadow: rgb(187, 187, 187) 0px -1px 0px inset; }
|
98
|
-
.markdown-preview[data-use-github-style] a { color: rgb(51, 122, 183); }
|
99
|
-
.markdown-preview[data-use-github-style] code { color: inherit; }
|
100
|
-
.markdown-preview[data-use-github-style] pre.editor-colors { padding: 0.8em 1em; margin-bottom: 1em; font-size: 0.85em; border-radius: 4px; overflow: auto; }
|
101
|
-
.markdown-preview pre.editor-colors { user-select: auto; }
|
102
|
-
.scrollbars-visible-always .markdown-preview pre.editor-colors .vertical-scrollbar, .scrollbars-visible-always .markdown-preview pre.editor-colors .horizontal-scrollbar { visibility: hidden; }
|
103
|
-
.scrollbars-visible-always .markdown-preview pre.editor-colors:hover .vertical-scrollbar, .scrollbars-visible-always .markdown-preview pre.editor-colors:hover .horizontal-scrollbar { visibility: visible; }
|
104
|
-
.markdown-preview .task-list-item input[type="checkbox"] { position: absolute; margin: 0.25em 0px 0px -1.4em; }
|
105
|
-
.markdown-preview .task-list-item { list-style-type: none; }
|
106
|
-
.markdown-preview code { text-shadow: none; }
|
107
|
-
@font-face {
|
108
|
-
font-family: 'Roboto';
|
109
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-thin-webfont.woff2') format('woff2');
|
110
|
-
font-weight: 200;
|
111
|
-
font-style: normal;
|
112
|
-
}
|
113
|
-
@font-face {
|
114
|
-
font-family: 'Roboto';
|
115
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-thinitalic-webfont.woff2') format('woff2');
|
116
|
-
font-weight: 200;
|
117
|
-
font-style: italic;
|
118
|
-
}
|
119
|
-
@font-face {
|
120
|
-
font-family: 'Roboto';
|
121
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-light-webfont.woff2') format('woff2');
|
122
|
-
font-weight: 300;
|
123
|
-
font-style: normal;
|
124
|
-
}
|
125
|
-
@font-face {
|
126
|
-
font-family: 'Roboto';
|
127
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-lightitalic-webfont.woff2') format('woff2');
|
128
|
-
font-weight: 300;
|
129
|
-
font-style: italic;
|
130
|
-
}
|
131
|
-
@font-face {
|
132
|
-
font-family: 'Roboto';
|
133
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-regular-webfont.woff2') format('woff2');
|
134
|
-
font-weight: 500;
|
135
|
-
font-style: normal;
|
136
|
-
}
|
137
|
-
@font-face {
|
138
|
-
font-family: 'Roboto';
|
139
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-italic-webfont.woff2') format('woff2');
|
140
|
-
font-weight: 500;
|
141
|
-
font-style: italic;
|
142
|
-
}
|
143
|
-
@font-face {
|
144
|
-
font-family: 'Roboto';
|
145
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-medium-webfont.woff2') format('woff2');
|
146
|
-
font-weight: 600;
|
147
|
-
font-style: normal;
|
148
|
-
}
|
149
|
-
@font-face {
|
150
|
-
font-family: 'Roboto';
|
151
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-mediumitalic-webfont.woff2') format('woff2');
|
152
|
-
font-weight: 600;
|
153
|
-
font-style: italic;
|
154
|
-
}
|
155
|
-
@font-face {
|
156
|
-
font-family: 'Roboto';
|
157
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-bold-webfont.woff2') format('woff2');
|
158
|
-
font-weight: 700;
|
159
|
-
font-style: normal;
|
160
|
-
}
|
161
|
-
@font-face {
|
162
|
-
font-family: 'Roboto';
|
163
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-bolditalic-webfont.woff2') format('woff2');
|
164
|
-
font-weight: 700;
|
165
|
-
font-style: italic;
|
166
|
-
}
|
167
|
-
@font-face {
|
168
|
-
font-family: 'Roboto';
|
169
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-black-webfont.woff2') format('woff2');
|
170
|
-
font-weight: 900;
|
171
|
-
font-style: normal;
|
172
|
-
}
|
173
|
-
@font-face {
|
174
|
-
font-family: 'Roboto';
|
175
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-blackitalic-webfont.woff2') format('woff2');
|
176
|
-
font-weight: 900;
|
177
|
-
font-style: italic;
|
178
|
-
}
|
179
|
-
@font-face {
|
180
|
-
font-family: 'roboto_condensedlight';
|
181
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/robotocondensed-light-webfont.woff2') format('woff2');
|
182
|
-
font-weight: 300;
|
183
|
-
font-style: normal;
|
184
|
-
font-stretch: condensed;
|
185
|
-
}
|
186
|
-
@font-face {
|
187
|
-
font-family: 'roboto_condensedlight_italic';
|
188
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/robotocondensed-lightitalic-webfont.woff2') format('woff2');
|
189
|
-
font-weight: 300;
|
190
|
-
font-style: italic;
|
191
|
-
font-stretch: condensed;
|
192
|
-
}
|
193
|
-
@font-face {
|
194
|
-
font-family: 'roboto_condenseditalic';
|
195
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/robotocondensed-italic-webfont.woff2') format('woff2');
|
196
|
-
font-weight: 500;
|
197
|
-
font-style: italic;
|
198
|
-
font-stretch: condensed;
|
199
|
-
}
|
200
|
-
@font-face {
|
201
|
-
font-family: 'roboto_condensedregular';
|
202
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/robotocondensed-regular-webfont.woff2') format('woff2');
|
203
|
-
font-weight: 500;
|
204
|
-
font-style: normal;
|
205
|
-
font-stretch: condensed;
|
206
|
-
}
|
207
|
-
@font-face {
|
208
|
-
font-family: 'roboto_condensedbold';
|
209
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/robotocondensed-bold-webfont.woff2') format('woff2');
|
210
|
-
font-weight: 700;
|
211
|
-
font-style: normal;
|
212
|
-
font-stretch: condensed;
|
213
|
-
}
|
214
|
-
@font-face {
|
215
|
-
font-family: 'roboto_condensedbold_italic';
|
216
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/robotocondensed-bolditalic-webfont.woff2') format('woff2');
|
217
|
-
font-weight: 700;
|
218
|
-
font-style: italic;
|
219
|
-
font-stretch: condensed;
|
220
|
-
}
|
221
|
-
@keyframes RotatingBackground {
|
222
|
-
0% {
|
223
|
-
background-position-x: 0%;
|
224
|
-
}
|
225
|
-
100% {
|
226
|
-
background-position-x: 100%;
|
227
|
-
}
|
228
|
-
}
|
229
|
-
|
230
|
-
@font-face {
|
231
|
-
font-family: 'Roboto';
|
232
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-thin-webfont.woff2') format('woff2');
|
233
|
-
font-weight: 200;
|
234
|
-
font-style: normal;
|
235
|
-
}
|
236
|
-
@font-face {
|
237
|
-
font-family: 'Roboto';
|
238
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-thinitalic-webfont.woff2') format('woff2');
|
239
|
-
font-weight: 200;
|
240
|
-
font-style: italic;
|
241
|
-
}
|
242
|
-
@font-face {
|
243
|
-
font-family: 'Roboto';
|
244
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-light-webfont.woff2') format('woff2');
|
245
|
-
font-weight: 300;
|
246
|
-
font-style: normal;
|
247
|
-
}
|
248
|
-
@font-face {
|
249
|
-
font-family: 'Roboto';
|
250
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-lightitalic-webfont.woff2') format('woff2');
|
251
|
-
font-weight: 300;
|
252
|
-
font-style: italic;
|
253
|
-
}
|
254
|
-
@font-face {
|
255
|
-
font-family: 'Roboto';
|
256
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-regular-webfont.woff2') format('woff2');
|
257
|
-
font-weight: 500;
|
258
|
-
font-style: normal;
|
259
|
-
}
|
260
|
-
@font-face {
|
261
|
-
font-family: 'Roboto';
|
262
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-italic-webfont.woff2') format('woff2');
|
263
|
-
font-weight: 500;
|
264
|
-
font-style: italic;
|
265
|
-
}
|
266
|
-
@font-face {
|
267
|
-
font-family: 'Roboto';
|
268
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-medium-webfont.woff2') format('woff2');
|
269
|
-
font-weight: 600;
|
270
|
-
font-style: normal;
|
271
|
-
}
|
272
|
-
@font-face {
|
273
|
-
font-family: 'Roboto';
|
274
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-mediumitalic-webfont.woff2') format('woff2');
|
275
|
-
font-weight: 600;
|
276
|
-
font-style: italic;
|
277
|
-
}
|
278
|
-
@font-face {
|
279
|
-
font-family: 'Roboto';
|
280
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-bold-webfont.woff2') format('woff2');
|
281
|
-
font-weight: 700;
|
282
|
-
font-style: normal;
|
283
|
-
}
|
284
|
-
@font-face {
|
285
|
-
font-family: 'Roboto';
|
286
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-bolditalic-webfont.woff2') format('woff2');
|
287
|
-
font-weight: 700;
|
288
|
-
font-style: italic;
|
289
|
-
}
|
290
|
-
@font-face {
|
291
|
-
font-family: 'Roboto';
|
292
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-black-webfont.woff2') format('woff2');
|
293
|
-
font-weight: 900;
|
294
|
-
font-style: normal;
|
295
|
-
}
|
296
|
-
@font-face {
|
297
|
-
font-family: 'Roboto';
|
298
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-blackitalic-webfont.woff2') format('woff2');
|
299
|
-
font-weight: 900;
|
300
|
-
font-style: italic;
|
301
|
-
}
|
302
|
-
@font-face {
|
303
|
-
font-family: 'roboto_condensedlight';
|
304
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/robotocondensed-light-webfont.woff2') format('woff2');
|
305
|
-
font-weight: 300;
|
306
|
-
font-style: normal;
|
307
|
-
font-stretch: condensed;
|
308
|
-
}
|
309
|
-
@font-face {
|
310
|
-
font-family: 'roboto_condensedlight_italic';
|
311
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/robotocondensed-lightitalic-webfont.woff2') format('woff2');
|
312
|
-
font-weight: 300;
|
313
|
-
font-style: italic;
|
314
|
-
font-stretch: condensed;
|
315
|
-
}
|
316
|
-
@font-face {
|
317
|
-
font-family: 'roboto_condenseditalic';
|
318
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/robotocondensed-italic-webfont.woff2') format('woff2');
|
319
|
-
font-weight: 500;
|
320
|
-
font-style: italic;
|
321
|
-
font-stretch: condensed;
|
322
|
-
}
|
323
|
-
@font-face {
|
324
|
-
font-family: 'roboto_condensedregular';
|
325
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/robotocondensed-regular-webfont.woff2') format('woff2');
|
326
|
-
font-weight: 500;
|
327
|
-
font-style: normal;
|
328
|
-
font-stretch: condensed;
|
329
|
-
}
|
330
|
-
@font-face {
|
331
|
-
font-family: 'roboto_condensedbold';
|
332
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/robotocondensed-bold-webfont.woff2') format('woff2');
|
333
|
-
font-weight: 700;
|
334
|
-
font-style: normal;
|
335
|
-
font-stretch: condensed;
|
336
|
-
}
|
337
|
-
@font-face {
|
338
|
-
font-family: 'roboto_condensedbold_italic';
|
339
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/robotocondensed-bolditalic-webfont.woff2') format('woff2');
|
340
|
-
font-weight: 700;
|
341
|
-
font-style: italic;
|
342
|
-
font-stretch: condensed;
|
343
|
-
}
|
344
|
-
.debugger-breakpoint-icon::before,
|
345
|
-
.debugger-shadow-breakpoint-icon::before {
|
346
|
-
font-family: 'Octicons Regular';
|
347
|
-
font-weight: normal;
|
348
|
-
font-style: normal;
|
349
|
-
display: inline-block;
|
350
|
-
line-height: 1;
|
351
|
-
-webkit-font-smoothing: antialiased;
|
352
|
-
text-decoration: none;
|
353
|
-
font-size: 130%;
|
354
|
-
width: 130%;
|
355
|
-
height: 130%;
|
356
|
-
content: "\f052";
|
357
|
-
}
|
358
|
-
.debugger-breakpoint-icon,
|
359
|
-
.debugger-breakpoint-icon-disabled,
|
360
|
-
.debugger-breakpoint-icon-unresolved,
|
361
|
-
.debugger-breakpoint-icon-conditional,
|
362
|
-
.debugger-shadow-breakpoint-icon {
|
363
|
-
text-align: center;
|
364
|
-
display: block;
|
365
|
-
width: 0.8em;
|
366
|
-
cursor: pointer;
|
367
|
-
}
|
368
|
-
.debugger-breakpoint-icon-nonconditional {
|
369
|
-
color: #64B5F6;
|
370
|
-
}
|
371
|
-
.debugger-breakpoint-icon-conditional {
|
372
|
-
color: #FFCA28;
|
373
|
-
}
|
374
|
-
.debugger-breakpoint-icon-disabled {
|
375
|
-
position: relative;
|
376
|
-
top: -4px;
|
377
|
-
left: 2px;
|
378
|
-
}
|
379
|
-
.debugger-breakpoint-icon-disabled::before {
|
380
|
-
font-family: 'Octicons Regular';
|
381
|
-
font-weight: normal;
|
382
|
-
font-style: normal;
|
383
|
-
display: inline-block;
|
384
|
-
line-height: 1;
|
385
|
-
-webkit-font-smoothing: antialiased;
|
386
|
-
text-decoration: none;
|
387
|
-
font-size: 78%;
|
388
|
-
width: 78%;
|
389
|
-
height: 78%;
|
390
|
-
content: "\f084";
|
391
|
-
}
|
392
|
-
.debugger-breakpoint-icon-unresolved {
|
393
|
-
position: relative;
|
394
|
-
top: -2px;
|
395
|
-
}
|
396
|
-
.debugger-breakpoint-icon-unresolved::before {
|
397
|
-
font-family: 'Octicons Regular';
|
398
|
-
font-weight: normal;
|
399
|
-
font-style: normal;
|
400
|
-
display: inline-block;
|
401
|
-
line-height: 1;
|
402
|
-
-webkit-font-smoothing: antialiased;
|
403
|
-
text-decoration: none;
|
404
|
-
font-size: 80%;
|
405
|
-
width: 80%;
|
406
|
-
height: 80%;
|
407
|
-
content: "\f0e8";
|
408
|
-
}
|
409
|
-
.debugger-shadow-breakpoint-icon {
|
410
|
-
color: rgba(100, 181, 246, 0.4);
|
411
|
-
}
|
412
|
-
.debugger-current-line-highlight {
|
413
|
-
background: linear-gradient(to bottom, rgba(100, 181, 246, 0.8) 0%, rgba(100, 181, 246, 0.8) 5%, rgba(100, 181, 246, 0.3) 5%, rgba(100, 181, 246, 0.3) 95%, rgba(100, 181, 246, 0.8) 95%, rgba(100, 181, 246, 0.8) 100%);
|
414
|
-
}
|
415
|
-
|
416
|
-
@font-face {
|
417
|
-
font-family: 'Roboto';
|
418
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-thin-webfont.woff2') format('woff2');
|
419
|
-
font-weight: 200;
|
420
|
-
font-style: normal;
|
421
|
-
}
|
422
|
-
@font-face {
|
423
|
-
font-family: 'Roboto';
|
424
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-thinitalic-webfont.woff2') format('woff2');
|
425
|
-
font-weight: 200;
|
426
|
-
font-style: italic;
|
427
|
-
}
|
428
|
-
@font-face {
|
429
|
-
font-family: 'Roboto';
|
430
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-light-webfont.woff2') format('woff2');
|
431
|
-
font-weight: 300;
|
432
|
-
font-style: normal;
|
433
|
-
}
|
434
|
-
@font-face {
|
435
|
-
font-family: 'Roboto';
|
436
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-lightitalic-webfont.woff2') format('woff2');
|
437
|
-
font-weight: 300;
|
438
|
-
font-style: italic;
|
439
|
-
}
|
440
|
-
@font-face {
|
441
|
-
font-family: 'Roboto';
|
442
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-regular-webfont.woff2') format('woff2');
|
443
|
-
font-weight: 500;
|
444
|
-
font-style: normal;
|
445
|
-
}
|
446
|
-
@font-face {
|
447
|
-
font-family: 'Roboto';
|
448
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-italic-webfont.woff2') format('woff2');
|
449
|
-
font-weight: 500;
|
450
|
-
font-style: italic;
|
451
|
-
}
|
452
|
-
@font-face {
|
453
|
-
font-family: 'Roboto';
|
454
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-medium-webfont.woff2') format('woff2');
|
455
|
-
font-weight: 600;
|
456
|
-
font-style: normal;
|
457
|
-
}
|
458
|
-
@font-face {
|
459
|
-
font-family: 'Roboto';
|
460
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-mediumitalic-webfont.woff2') format('woff2');
|
461
|
-
font-weight: 600;
|
462
|
-
font-style: italic;
|
463
|
-
}
|
464
|
-
@font-face {
|
465
|
-
font-family: 'Roboto';
|
466
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-bold-webfont.woff2') format('woff2');
|
467
|
-
font-weight: 700;
|
468
|
-
font-style: normal;
|
469
|
-
}
|
470
|
-
@font-face {
|
471
|
-
font-family: 'Roboto';
|
472
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-bolditalic-webfont.woff2') format('woff2');
|
473
|
-
font-weight: 700;
|
474
|
-
font-style: italic;
|
475
|
-
}
|
476
|
-
@font-face {
|
477
|
-
font-family: 'Roboto';
|
478
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-black-webfont.woff2') format('woff2');
|
479
|
-
font-weight: 900;
|
480
|
-
font-style: normal;
|
481
|
-
}
|
482
|
-
@font-face {
|
483
|
-
font-family: 'Roboto';
|
484
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/roboto-blackitalic-webfont.woff2') format('woff2');
|
485
|
-
font-weight: 900;
|
486
|
-
font-style: italic;
|
487
|
-
}
|
488
|
-
@font-face {
|
489
|
-
font-family: 'roboto_condensedlight';
|
490
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/robotocondensed-light-webfont.woff2') format('woff2');
|
491
|
-
font-weight: 300;
|
492
|
-
font-style: normal;
|
493
|
-
font-stretch: condensed;
|
494
|
-
}
|
495
|
-
@font-face {
|
496
|
-
font-family: 'roboto_condensedlight_italic';
|
497
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/robotocondensed-lightitalic-webfont.woff2') format('woff2');
|
498
|
-
font-weight: 300;
|
499
|
-
font-style: italic;
|
500
|
-
font-stretch: condensed;
|
501
|
-
}
|
502
|
-
@font-face {
|
503
|
-
font-family: 'roboto_condenseditalic';
|
504
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/robotocondensed-italic-webfont.woff2') format('woff2');
|
505
|
-
font-weight: 500;
|
506
|
-
font-style: italic;
|
507
|
-
font-stretch: condensed;
|
508
|
-
}
|
509
|
-
@font-face {
|
510
|
-
font-family: 'roboto_condensedregular';
|
511
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/robotocondensed-regular-webfont.woff2') format('woff2');
|
512
|
-
font-weight: 500;
|
513
|
-
font-style: normal;
|
514
|
-
font-stretch: condensed;
|
515
|
-
}
|
516
|
-
@font-face {
|
517
|
-
font-family: 'roboto_condensedbold';
|
518
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/robotocondensed-bold-webfont.woff2') format('woff2');
|
519
|
-
font-weight: 700;
|
520
|
-
font-style: normal;
|
521
|
-
font-stretch: condensed;
|
522
|
-
}
|
523
|
-
@font-face {
|
524
|
-
font-family: 'roboto_condensedbold_italic';
|
525
|
-
src: url('atom://atom-material-ui/assets/fonts/Roboto/robotocondensed-bolditalic-webfont.woff2') format('woff2');
|
526
|
-
font-weight: 700;
|
527
|
-
font-style: italic;
|
528
|
-
font-stretch: condensed;
|
529
|
-
}
|
530
|
-
.gutter[gutter-name=diagnostics-gutter] {
|
531
|
-
width: 0.7em;
|
532
|
-
}
|
533
|
-
.diagnostics-gutter-ui-item {
|
534
|
-
display: flex;
|
535
|
-
}
|
536
|
-
.diagnostics-gutter-ui-item .icon {
|
537
|
-
display: flex;
|
538
|
-
width: 0.7em;
|
539
|
-
height: 0.7em;
|
540
|
-
font-size: 0.7em;
|
541
|
-
align-self: center;
|
542
|
-
}
|
543
|
-
.diagnostics-gutter-ui-item .icon::before {
|
544
|
-
width: 1em;
|
545
|
-
height: 1em;
|
546
|
-
font-size: 1em;
|
547
|
-
margin: 0;
|
548
|
-
align-self: center;
|
549
|
-
}
|
550
|
-
.diagnostics-gutter-ui-item.diagnostics-gutter-ui-gutter-info,
|
551
|
-
.diagnostics-gutter-ui-item.diagnostics-gutter-ui-gutter-review {
|
552
|
-
color: #64B5F6;
|
553
|
-
}
|
554
|
-
.diagnostics-gutter-ui-item.diagnostics-gutter-ui-gutter-error {
|
555
|
-
color: #EF5350;
|
556
|
-
}
|
557
|
-
.diagnostics-gutter-ui-item.diagnostics-gutter-ui-gutter-action,
|
558
|
-
.diagnostics-gutter-ui-item.diagnostics-gutter-ui-gutter-warning {
|
559
|
-
color: #FFCA28;
|
560
|
-
}
|
561
|
-
|
562
|
-
.bracket-matcher .region {
|
563
|
-
border-bottom: 1px dotted lime;
|
564
|
-
position: absolute;
|
565
|
-
}
|
566
|
-
.line-number.bracket-matcher.bracket-matcher {
|
567
|
-
color: rgba(238, 255, 255, 0.2);
|
568
|
-
background-color: #1c2429;
|
569
|
-
}
|
570
|
-
|
571
|
-
.spell-check-misspelling .region {
|
572
|
-
border-bottom: 2px dotted rgba(255, 51, 51, 0.75);
|
573
|
-
}
|
574
|
-
.spell-check-corrections {
|
575
|
-
width: 25em !important;
|
576
|
-
}
|
577
|
-
|
578
|
-
pre.editor-colors {
|
579
|
-
background-color: #263238;
|
580
|
-
color: #EEFFFF;
|
581
|
-
}
|
582
|
-
pre.editor-colors .wrap-guide {
|
583
|
-
background-color: #2b3940;
|
584
|
-
}
|
585
|
-
pre.editor-colors .indent-guide {
|
586
|
-
color: #2b3940;
|
587
|
-
}
|
588
|
-
pre.editor-colors .invisible-character {
|
589
|
-
color: #373b41;
|
590
|
-
}
|
591
|
-
pre.editor-colors .cursor-line {
|
592
|
-
background-color: rgba(0, 0, 0, 0.2);
|
593
|
-
}
|
594
|
-
pre.editor-colors .gutter {
|
595
|
-
background-color: #263238;
|
596
|
-
color: rgba(238, 255, 255, 0.2);
|
597
|
-
}
|
598
|
-
pre.editor-colors .gutter .line-number.cursor-line {
|
599
|
-
background-color: #212b30;
|
600
|
-
color: rgba(238, 255, 255, 0.2);
|
601
|
-
}
|
602
|
-
pre.editor-colors .gutter .line-number.cursor-line-no-selection {
|
603
|
-
color: rgba(238, 255, 255, 0.2);
|
604
|
-
}
|
605
|
-
pre.editor-colors .fold-marker:after,
|
606
|
-
pre.editor-colors .gutter .line-number.folded,
|
607
|
-
pre.editor-colors .gutter .line-number:after {
|
608
|
-
color: #B2CCD6;
|
609
|
-
}
|
610
|
-
pre.editor-colors .invisible {
|
611
|
-
color: #EEFFFF;
|
612
|
-
}
|
613
|
-
pre.editor-colors .cursor {
|
614
|
-
color: #009688;
|
615
|
-
border-width: 2px;
|
616
|
-
}
|
617
|
-
pre.editor-colors .selection .region {
|
618
|
-
background-color: #3b4d56;
|
619
|
-
}
|
620
|
-
pre.editor-colors .search-results .syntax--marker .region {
|
621
|
-
background-color: transparent;
|
622
|
-
border: 1px solid #B2CCD6;
|
623
|
-
}
|
624
|
-
pre.editor-colors .search-results .syntax--marker.current-result .region {
|
625
|
-
border: 1px solid white;
|
626
|
-
}
|
627
|
-
.syntax--comment {
|
628
|
-
color: #4f6875;
|
629
|
-
}
|
630
|
-
.syntax--keyword {
|
631
|
-
color: #C792EA;
|
632
|
-
}
|
633
|
-
.syntax--keyword.syntax--control {
|
634
|
-
color: #C792EA;
|
635
|
-
}
|
636
|
-
.syntax--keyword.syntax--control.syntax--elements {
|
637
|
-
color: #B2CCD6;
|
638
|
-
}
|
639
|
-
.syntax--keyword.syntax--operator {
|
640
|
-
color: #89DDF3;
|
641
|
-
}
|
642
|
-
.syntax--keyword.syntax--other.syntax--special-method {
|
643
|
-
color: #82AAFF;
|
644
|
-
}
|
645
|
-
.syntax--keyword.syntax--other.syntax--unit {
|
646
|
-
color: #FFCB6B;
|
647
|
-
}
|
648
|
-
.syntax--storage {
|
649
|
-
color: #C792EA;
|
650
|
-
}
|
651
|
-
.syntax--constant {
|
652
|
-
color: #F07178;
|
653
|
-
}
|
654
|
-
.syntax--constant.syntax--character.syntax--escape {
|
655
|
-
color: #89DDF3;
|
656
|
-
}
|
657
|
-
.syntax--constant.syntax--numeric {
|
658
|
-
color: #F78C6A;
|
659
|
-
}
|
660
|
-
.syntax--constant.syntax--other.syntax--color {
|
661
|
-
color: #89DDF3;
|
662
|
-
}
|
663
|
-
.syntax--constant.syntax--other.syntax--symbol {
|
664
|
-
color: #C3E88D;
|
665
|
-
}
|
666
|
-
.syntax--constant.syntax--language.syntax--null {
|
667
|
-
color: #FF5370;
|
668
|
-
}
|
669
|
-
.syntax--variable {
|
670
|
-
color: #EEFFFF;
|
671
|
-
}
|
672
|
-
.syntax--variable.syntax--interpolation {
|
673
|
-
color: #eb434c;
|
674
|
-
}
|
675
|
-
.syntax--variable.syntax--parameter.syntax--function {
|
676
|
-
color: #F78C6A;
|
677
|
-
}
|
678
|
-
.syntax--variable.syntax--language {
|
679
|
-
color: #FF5370;
|
680
|
-
}
|
681
|
-
.syntax--variable.syntax--variable.syntax--object {
|
682
|
-
color: #FFCB6B;
|
683
|
-
}
|
684
|
-
.syntax--invalid.syntax--illegal {
|
685
|
-
background-color: #F07178;
|
686
|
-
color: #263238;
|
687
|
-
}
|
688
|
-
.syntax--string {
|
689
|
-
color: #C3E88D;
|
690
|
-
}
|
691
|
-
.syntax--string.syntax--regexp {
|
692
|
-
color: #89DDF3;
|
693
|
-
}
|
694
|
-
.syntax--string.syntax--regexp .syntax--source.syntax--ruby.syntax--embedded {
|
695
|
-
color: #FFCB6B;
|
696
|
-
}
|
697
|
-
.syntax--string.syntax--other.syntax--link {
|
698
|
-
color: #F07178;
|
699
|
-
}
|
700
|
-
.syntax--punctuation.syntax--definition.syntax--comment {
|
701
|
-
color: #4f6875;
|
702
|
-
}
|
703
|
-
.syntax--punctuation.syntax--definition.syntax--array,
|
704
|
-
.syntax--punctuation.syntax--definition.syntax--parameters,
|
705
|
-
.syntax--punctuation.syntax--definition.syntax--string,
|
706
|
-
.syntax--punctuation.syntax--definition.syntax--variable {
|
707
|
-
color: #EEFFFF;
|
708
|
-
}
|
709
|
-
.syntax--punctuation.syntax--definition.syntax--array.syntax--begin,
|
710
|
-
.syntax--punctuation.syntax--definition.syntax--parameters.syntax--begin,
|
711
|
-
.syntax--punctuation.syntax--definition.syntax--string.syntax--begin,
|
712
|
-
.syntax--punctuation.syntax--definition.syntax--variable.syntax--begin,
|
713
|
-
.syntax--punctuation.syntax--definition.syntax--array.syntax--end,
|
714
|
-
.syntax--punctuation.syntax--definition.syntax--parameters.syntax--end,
|
715
|
-
.syntax--punctuation.syntax--definition.syntax--string.syntax--end,
|
716
|
-
.syntax--punctuation.syntax--definition.syntax--variable.syntax--end {
|
717
|
-
color: #89DDF3;
|
718
|
-
}
|
719
|
-
.syntax--punctuation.syntax--definition.syntax--heading,
|
720
|
-
.syntax--punctuation.syntax--definition.syntax--identity {
|
721
|
-
color: #82AAFF;
|
722
|
-
}
|
723
|
-
.syntax--punctuation.syntax--definition.syntax--bold {
|
724
|
-
color: #FFE082;
|
725
|
-
font-weight: bold;
|
726
|
-
}
|
727
|
-
.syntax--punctuation.syntax--definition.syntax--italic {
|
728
|
-
color: #C792EA;
|
729
|
-
font-style: italic;
|
730
|
-
}
|
731
|
-
.syntax--punctuation.syntax--definition.syntax--entity {
|
732
|
-
color: #89DDF3;
|
733
|
-
}
|
734
|
-
.syntax--punctuation.syntax--section.syntax--array {
|
735
|
-
color: #89DDF3;
|
736
|
-
}
|
737
|
-
.syntax--punctuation.syntax--section.syntax--embedded {
|
738
|
-
color: #89DDF3;
|
739
|
-
}
|
740
|
-
.syntax--punctuation.syntax--separator.syntax--key-value {
|
741
|
-
color: #89DDF3;
|
742
|
-
}
|
743
|
-
.syntax--punctuation.syntax--terminator {
|
744
|
-
color: #89DDF3;
|
745
|
-
}
|
746
|
-
.syntax--support.syntax--class {
|
747
|
-
color: #FFCB6B;
|
748
|
-
}
|
749
|
-
.syntax--support.syntax--function {
|
750
|
-
color: #82AAFF;
|
751
|
-
}
|
752
|
-
.syntax--support.syntax--function.syntax--any-method {
|
753
|
-
color: #82AAFF;
|
754
|
-
}
|
755
|
-
.syntax--support.syntax--type {
|
756
|
-
color: #FFCB6B;
|
757
|
-
}
|
758
|
-
.syntax--support.syntax--variable.syntax--dom {
|
759
|
-
color: #FFCB6B;
|
760
|
-
}
|
761
|
-
.syntax--entity.syntax--name.syntax--function {
|
762
|
-
color: #82AAFF;
|
763
|
-
}
|
764
|
-
.syntax--entity.syntax--name.syntax--type {
|
765
|
-
color: #EEFFFF;
|
766
|
-
}
|
767
|
-
.syntax--entity.syntax--other.syntax--inherited-class {
|
768
|
-
color: #C3E88D;
|
769
|
-
}
|
770
|
-
.syntax--entity.syntax--other.syntax--attribute-name.syntax--pseudo-element {
|
771
|
-
color: #C792EA;
|
772
|
-
}
|
773
|
-
.syntax--entity.syntax--other.syntax--attribute-name.syntax--attribute {
|
774
|
-
color: #C792EA;
|
775
|
-
}
|
776
|
-
.syntax--entity.syntax--name.syntax--class,
|
777
|
-
.syntax--entity.syntax--name.syntax--type.syntax--class {
|
778
|
-
color: #FFCB6B;
|
779
|
-
}
|
780
|
-
.syntax--entity.syntax--name.syntax--section {
|
781
|
-
color: #82AAFF;
|
782
|
-
}
|
783
|
-
.syntax--entity.syntax--name.syntax--tag {
|
784
|
-
color: #F07178;
|
785
|
-
}
|
786
|
-
.syntax--entity.syntax--other.syntax--attribute-name {
|
787
|
-
color: #FFCB6B;
|
788
|
-
}
|
789
|
-
.syntax--meta.syntax--class {
|
790
|
-
color: #FFE082;
|
791
|
-
}
|
792
|
-
.syntax--meta.syntax--delimiter.syntax--period {
|
793
|
-
color: #89DDF3;
|
794
|
-
}
|
795
|
-
.syntax--meta.syntax--link {
|
796
|
-
color: #FFCB6B;
|
797
|
-
}
|
798
|
-
.syntax--meta.syntax--require {
|
799
|
-
color: #82AAFF;
|
800
|
-
}
|
801
|
-
.syntax--meta.syntax--selector {
|
802
|
-
color: #C792EA;
|
803
|
-
}
|
804
|
-
.syntax--meta.syntax--separator {
|
805
|
-
background-color: #373b41;
|
806
|
-
color: #EEFFFF;
|
807
|
-
}
|
808
|
-
.syntax--meta.syntax--brace.syntax--round,
|
809
|
-
.syntax--meta.syntax--brace.syntax--square {
|
810
|
-
color: #89DDF3;
|
811
|
-
}
|
812
|
-
.syntax--none {
|
813
|
-
color: #EEFFFF;
|
814
|
-
}
|
815
|
-
.syntax--markup.syntax--bold {
|
816
|
-
color: #FFCB6B;
|
817
|
-
font-weight: bold;
|
818
|
-
}
|
819
|
-
.syntax--markup.syntax--changed {
|
820
|
-
color: #C792EA;
|
821
|
-
}
|
822
|
-
.syntax--markup.syntax--deleted {
|
823
|
-
color: #F07178;
|
824
|
-
}
|
825
|
-
.syntax--markup.syntax--italic {
|
826
|
-
color: #C792EA;
|
827
|
-
font-style: italic;
|
828
|
-
}
|
829
|
-
.syntax--markup.syntax--heading .syntax--punctuation.syntax--definition.syntax--heading {
|
830
|
-
color: #82AAFF;
|
831
|
-
}
|
832
|
-
.syntax--markup.syntax--inserted {
|
833
|
-
color: #C3E88D;
|
834
|
-
}
|
835
|
-
.syntax--markup.syntax--list {
|
836
|
-
color: #F07178;
|
837
|
-
}
|
838
|
-
.syntax--markup.syntax--quote {
|
839
|
-
color: #FFCB6B;
|
840
|
-
}
|
841
|
-
.syntax--markup.syntax--raw.syntax--inline {
|
842
|
-
color: #C3E88D;
|
843
|
-
}
|
844
|
-
.syntax--source.syntax--gfm .syntax--markup {
|
845
|
-
-webkit-font-smoothing: auto;
|
846
|
-
}
|
847
|
-
.syntax--source.syntax--gfm .syntax--markup.syntax--heading {
|
848
|
-
color: #C3E88D;
|
849
|
-
}
|
850
|
-
pre.editor-colors[mini] .scroll-view {
|
851
|
-
padding-left: 1px;
|
852
|
-
}
|
853
|
-
pre.editor-colors .highlight .region.bracket-matcher {
|
854
|
-
z-index: inherit;
|
855
|
-
}
|
856
|
-
.bracket-matcher .region {
|
857
|
-
border-bottom: 1px solid #009688;
|
858
|
-
box-sizing: border-box;
|
859
|
-
background-color: rgba(238, 255, 255, 0.1);
|
860
|
-
box-shadow: inset 0 -1px 0 #009688;
|
861
|
-
}
|
862
|
-
pre.editor-colors .spell-check-misspelling .region {
|
863
|
-
z-index: auto;
|
864
|
-
}
|
865
|
-
.syntax--jsx.syntax--component {
|
866
|
-
color: #F07178;
|
867
|
-
}
|
868
|
-
pre.editor-colors .syntax--source.syntax--js.syntax--jsx .syntax--jsx .syntax--entity.syntax--other.syntax--attribute-name {
|
869
|
-
font-style: normal;
|
870
|
-
}
|
871
|
-
.syntax--css .syntax--support.syntax--constant {
|
872
|
-
color: #89DDF3;
|
873
|
-
}
|
874
|
-
.syntax--css .syntax--support.syntax--property-name {
|
875
|
-
color: #73d1c8;
|
876
|
-
}
|
877
|
-
.syntax--css .syntax--keyword.syntax--unit {
|
878
|
-
color: #F78C6A;
|
879
|
-
}
|
880
|
-
.syntax--css .syntax--constant.syntax--numeric {
|
881
|
-
color: #FFE082;
|
882
|
-
}
|
883
|
-
.syntax--css .syntax--constant.syntax--color {
|
884
|
-
color: #FFE082;
|
885
|
-
}
|
886
|
-
.syntax--css .syntax--constant.syntax--color .syntax--punctuation {
|
887
|
-
color: currentColor;
|
888
|
-
}
|
889
|
-
.syntax--css .syntax--entity.syntax--tag {
|
890
|
-
color: #B2CCD6;
|
891
|
-
}
|
892
|
-
.syntax--css .syntax--entity.syntax--id {
|
893
|
-
color: #C792EA;
|
894
|
-
}
|
895
|
-
.syntax--css .syntax--punctuation.syntax--delimiter {
|
896
|
-
color: #89DDF3;
|
897
|
-
}
|
898
|
-
.syntax--css .syntax--punctuation.syntax--delimiter + .syntax--constant.syntax--numeric:not(.syntax--color) {
|
899
|
-
color: #F78C6A;
|
900
|
-
}
|
901
|
-
[data-grammar*="gfm"] .syntax--markup.syntax--underline.syntax--link {
|
902
|
-
color: #ff869a;
|
903
|
-
}
|
904
|
-
[data-grammar*="gfm"] .syntax--markup.syntax--underline.syntax--link span.syntax--punctuation {
|
905
|
-
color: #FF5370;
|
906
|
-
}
|
907
|
-
[data-grammar*="gfm"] .syntax--markup.syntax--strike {
|
908
|
-
position: relative;
|
909
|
-
color: rgba(238, 255, 255, 0.5);
|
910
|
-
}
|
911
|
-
[data-grammar*="gfm"] .syntax--markup.syntax--strike::after {
|
912
|
-
content: "";
|
913
|
-
position: absolute;
|
914
|
-
top: calc(54%);
|
915
|
-
left: 0;
|
916
|
-
right: 0;
|
917
|
-
height: 1px;
|
918
|
-
background-color: rgba(238, 255, 255, 0.5);
|
919
|
-
}
|
920
|
-
[data-grammar*="gfm"] .syntax--table .syntax--border {
|
921
|
-
color: rgba(238, 255, 255, 0.5);
|
922
|
-
}
|
923
|
-
[data-grammar*="gfm"] .syntax--markup.syntax--heading {
|
924
|
-
color: #82AAFF;
|
925
|
-
}
|
926
|
-
[data-grammar*="gfm"] .syntax--punctuation.syntax--definition.syntax--begin,
|
927
|
-
[data-grammar*="gfm"] .syntax--punctuation.syntax--definition.syntax--end {
|
928
|
-
color: #82AAFF;
|
929
|
-
}
|
930
|
-
[data-grammar*="gfm"] .syntax--punctuation.syntax--definition.syntax--begin + span:not(.syntax--function.syntax--parameter) {
|
931
|
-
color: #9cbbff;
|
932
|
-
}
|
933
|
-
.syntax--html .syntax--meta.syntax--tag.syntax--doctype,
|
934
|
-
.syntax--jsx .syntax--meta.syntax--tag.syntax--doctype {
|
935
|
-
color: #C792EA;
|
936
|
-
}
|
937
|
-
.syntax--html .syntax--punctuation.syntax--tag,
|
938
|
-
.syntax--jsx .syntax--punctuation.syntax--tag {
|
939
|
-
color: #89DDF3;
|
940
|
-
}
|
941
|
-
.syntax--js.syntax--constant {
|
942
|
-
color: #EEFFFF;
|
943
|
-
}
|
944
|
-
.syntax--js.syntax--support.syntax--variable.syntax--property {
|
945
|
-
color: #EEFFFF;
|
946
|
-
}
|
947
|
-
.syntax--js.syntax--support.syntax--variable.syntax--property.syntax--dom {
|
948
|
-
color: #82AAFF;
|
949
|
-
}
|
950
|
-
.syntax--js.syntax--entity.syntax--name.syntax--type {
|
951
|
-
color: #FFCB6B;
|
952
|
-
}
|
953
|
-
.syntax--js.syntax--variable.syntax--property {
|
954
|
-
color: #82AAFF;
|
955
|
-
}
|
956
|
-
.syntax--js.syntax--variable.syntax--other.syntax--object {
|
957
|
-
color: #EEFFFF;
|
958
|
-
}
|
959
|
-
.syntax--js.syntax--variable.syntax--other.syntax--object.syntax--property {
|
960
|
-
color: #82AAFF;
|
961
|
-
}
|
962
|
-
.syntax--js.syntax--string.syntax--quoted.syntax--template .syntax--other.syntax--object.syntax--property {
|
963
|
-
color: #C3E88D;
|
964
|
-
}
|
965
|
-
.syntax--js.syntax--constant.syntax--numeric {
|
966
|
-
color: #F78C6A;
|
967
|
-
}
|
968
|
-
.syntax--js.syntax--constant.syntax--boolean {
|
969
|
-
color: #F07178;
|
970
|
-
}
|
971
|
-
.syntax--js.syntax--punctuation.syntax--begin,
|
972
|
-
.syntax--js.syntax--punctuation.syntax--end,
|
973
|
-
.syntax--js.syntax--delimiter.syntax--object.syntax--comma,
|
974
|
-
.syntax--js.syntax--brace.syntax--curly {
|
975
|
-
color: #89DDF3;
|
976
|
-
}
|
977
|
-
.syntax--comment .syntax--js.syntax--punctuation.syntax--begin,
|
978
|
-
.syntax--comment .syntax--js.syntax--punctuation.syntax--end,
|
979
|
-
.syntax--comment .syntax--js.syntax--delimiter.syntax--object.syntax--comma,
|
980
|
-
.syntax--comment .syntax--js.syntax--brace.syntax--curly {
|
981
|
-
color: #4f6875;
|
982
|
-
}
|
983
|
-
.syntax--js.syntax--export .syntax--variable.syntax--default {
|
984
|
-
color: #C792EA;
|
985
|
-
}
|
986
|
-
.syntax--json .syntax--meta.syntax--array.syntax--structure .syntax--string.syntax--quoted.syntax--double {
|
987
|
-
color: #C3E88D;
|
988
|
-
}
|
989
|
-
.syntax--json .syntax--meta.syntax--array.syntax--structure .syntax--string.syntax--quoted.syntax--double > * {
|
990
|
-
color: currentColor;
|
991
|
-
}
|
992
|
-
.syntax--json .syntax--meta.syntax--array.syntax--structure .syntax--string.syntax--quoted.syntax--double > *.syntax--punctuation.syntax--begin,
|
993
|
-
.syntax--json .syntax--meta.syntax--array.syntax--structure .syntax--string.syntax--quoted.syntax--double > *.syntax--punctuation.syntax--end {
|
994
|
-
color: #89DDF3;
|
995
|
-
}
|
996
|
-
.syntax--json .syntax--meta .syntax--punctuation.syntax--separator.syntax--key-value + .syntax--string.syntax--quoted {
|
997
|
-
color: #C3E88D;
|
998
|
-
}
|
999
|
-
.syntax--json .syntax--meta .syntax--punctuation.syntax--separator.syntax--key-value + .syntax--string.syntax--quoted * {
|
1000
|
-
color: currentColor;
|
1001
|
-
}
|
1002
|
-
.syntax--json .syntax--meta .syntax--punctuation.syntax--separator.syntax--key-value + .syntax--string.syntax--quoted *.syntax--punctuation.syntax--begin,
|
1003
|
-
.syntax--json .syntax--meta .syntax--punctuation.syntax--separator.syntax--key-value + .syntax--string.syntax--quoted *.syntax--punctuation.syntax--end {
|
1004
|
-
color: #89DDF3;
|
1005
|
-
}
|
1006
|
-
.syntax--json .syntax--meta.syntax--structure.syntax--dictionary .syntax--string.syntax--quoted {
|
1007
|
-
color: #C792EA;
|
1008
|
-
}
|
1009
|
-
.syntax--json .syntax--meta.syntax--structure.syntax--dictionary .syntax--string.syntax--quoted .syntax--punctuation.syntax--string {
|
1010
|
-
color: currentColor;
|
1011
|
-
}
|
1012
|
-
.syntax--php.syntax--keyword.syntax--operator.syntax--assignment {
|
1013
|
-
color: #C792EA;
|
1014
|
-
}
|
1015
|
-
.syntax--php.syntax--meta.syntax--object {
|
1016
|
-
color: #82AAFF;
|
1017
|
-
}
|
1018
|
-
.syntax--php.syntax--meta.syntax--arguments {
|
1019
|
-
color: #C792EA;
|
1020
|
-
}
|
1021
|
-
.syntax--python .syntax--meta.syntax--function-call {
|
1022
|
-
color: #82AAFF;
|
1023
|
-
}
|
1024
|
-
.syntax--python .syntax--meta.syntax--function-call .syntax--punctuation {
|
1025
|
-
color: #89DDF3;
|
1026
|
-
}
|
1027
|
-
.syntax--python .syntax--meta.syntax--function-call .syntax--arguments {
|
1028
|
-
color: #7986CB;
|
1029
|
-
}
|
1030
|
-
.syntax--python .syntax--meta.syntax--function-call .syntax--arguments.syntax--punctuation {
|
1031
|
-
color: #89DDF3;
|
1032
|
-
}
|
1033
|
-
.syntax--python .syntax--variable.syntax--self {
|
1034
|
-
color: #FF5370;
|
1035
|
-
}
|
1036
|
-
.syntax--python .syntax--meta .syntax--punctuation.syntax--inheritance,
|
1037
|
-
.syntax--python .syntax--meta .syntax--punctuation.syntax--section {
|
1038
|
-
color: #89DDF3;
|
1039
|
-
}
|
1040
|
-
.syntax--python .syntax--variable.syntax--parameter {
|
1041
|
-
color: #89DDF3;
|
1042
|
-
}
|
1043
|
-
.syntax--python .syntax--keyword.syntax--operator {
|
1044
|
-
color: #C792EA;
|
1045
|
-
}
|
1046
|
-
.syntax--ruby .syntax--punctuation.syntax--separator {
|
1047
|
-
color: #89DDF3;
|
1048
|
-
}
|
1049
|
-
.syntax--ruby .syntax--variable.syntax--block {
|
1050
|
-
color: #F07178;
|
1051
|
-
}
|
1052
|
-
.syntax--ruby .syntax--variable.syntax--instance {
|
1053
|
-
color: #F07178;
|
1054
|
-
}
|
1055
|
-
.syntax--ruby .syntax--variable.syntax--instance .syntax--punctuation {
|
1056
|
-
color: currentColor;
|
1057
|
-
}
|
1058
|
-
</style>
|
1059
|
-
</head>
|
1060
|
-
<body class='markdown-preview' data-use-github-style><h4 id="command-line-tools">COMMAND-LINE TOOLS</h4>
|
1061
|
-
<p>Ruby is a powerful and concise object-oriented scripting language. Scripts are normally run from a command-line or terminal environment by typing the <code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">ruby</code> command followed by a script name, often followed by one or more command-line arguments. However, scripts installed as gems do not need the <code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">ruby</code> command to be typed explicitly. For example, typing <code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">stripheaderdups.rb my_file.txt</code> will invoke the <code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">stripheaderdups.rb</code> script and apply it to file <code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">my_file.txt</code> in your current working directory. Note that on Windows the <code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">.rb</code> suffix is not needed to run your scripts, e.g., <code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">stripheaderdups my_file.txt</code> will suffice.</p>
|
1062
|
-
<p>All scripts in this distribution are self documenting if run with a <code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">--help</code>, <code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">-h</code>, or <code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">-?</code> option. Quick descriptions follow.</p>
|
1063
|
-
<h4 id="data-manipulation">DATA MANIPULATION</h4>
|
1064
|
-
<ul>
|
1065
|
-
<li><code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">blank2csv.rb</code> —
|
1066
|
-
convert whitespace-delimited files to Comma Separated Values (CSV) files</li>
|
1067
|
-
<li><code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">cat.rb</code> —
|
1068
|
-
Unix <code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">cat</code> program work-alike for Windows—for viewing or creating text files or concatenating multiple files, based on stdio</li>
|
1069
|
-
<li><code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">convert_line_endings.rb</code> —
|
1070
|
-
convert text files (including CSV files) to your current operating system environment (e.g., DOS to Unix or Unix to DOS)</li>
|
1071
|
-
<li><code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">csv2blank.rb</code> —
|
1072
|
-
convert CSV files to whitespace-delimited files</li>
|
1073
|
-
<li><code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">pool_files.rb</code> —
|
1074
|
-
pool columns from separate files into a new file, useful for combining design file & output files or multiple output files</li>
|
1075
|
-
<li><code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">stripheaders.rb</code>, <code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">stripheaderdups.rb</code> —
|
1076
|
-
remove column headers from a file, or duplicate headers within a file, respectively</li>
|
1077
|
-
</ul>
|
1078
|
-
<h4 id="design-generators">DESIGN GENERATORS</h4>
|
1079
|
-
<ul>
|
1080
|
-
<li><code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">augment_design.rb</code> —
|
1081
|
-
generate star points to augment an already existing factorial design</li>
|
1082
|
-
<li><code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">cross.rb</code> —
|
1083
|
-
create a combinatorial design by crossing all combinations of any # of individual smaller designs</li>
|
1084
|
-
<li><code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">scaled_fde.rb</code> —
|
1085
|
-
generate fully orthogonal quadratic designs based on discrete Fourier frequencies, with factor scaling</li>
|
1086
|
-
<li><code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">scaled_rf_cubed.rb</code> —
|
1087
|
-
generate 2-level Resolution V fractional factorial designs and Central Composite Designs (CCDs), with factor scaling</li>
|
1088
|
-
<li><code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">stack_nolhs.rb</code> —
|
1089
|
-
generate designs by reassigning columns from pre-tabled NOLHs, with factor scaling, for up to 100 factors</li>
|
1090
|
-
</ul>
|
1091
|
-
<h4 id="run-control">RUN CONTROL</h4>
|
1092
|
-
<ul>
|
1093
|
-
<li><code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">batchrunner.rb</code> —
|
1094
|
-
run a model interactively with replication</li>
|
1095
|
-
<li><code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">rundesign_general.rb</code> —
|
1096
|
-
run control to replicate a designed experiment applied to a model</li>
|
1097
|
-
</ul>
|
1098
|
-
<h4 id="confidence-intervals-for-time-series">CONFIDENCE INTERVALS FOR TIME SERIES</h4>
|
1099
|
-
<ul>
|
1100
|
-
<li><code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">mser.rb</code> —
|
1101
|
-
use MSER truncation to remove initial transient effects for time-series output, reporting truncated average and number of observations for each run to facilitate construction of a properly weighted confidence interval.</li>
|
1102
|
-
<li><code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">mser_nolbm.rb</code> —
|
1103
|
-
use MSER truncation to remove initial transient effects for time-series output, then calculate a 95% confidence interval on the remaining data using non-overlapping batch means.</li>
|
1104
|
-
<li><code style="font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;">mser_olbm.rb</code> —
|
1105
|
-
use MSER truncation to remove initial transient effects for time-series output, then calculate a 95% confidence interval on the remaining data using overlapping batch means.</li>
|
1106
|
-
</ul></body>
|
1107
|
-
</html>
|