acpc_dealer 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +33 -0
- data/Rakefile +20 -0
- data/acpc_dealer.gemspec +29 -0
- data/bin/acpc_dealer +168 -0
- data/ext/hand_evaluator/extconf.rb +5 -0
- data/ext/hand_evaluator/hand_evaluator.c +38 -0
- data/lib/acpc_dealer/2p.limit.h5.r0.logs/2p.limit.h5.r0.actions.log +5 -0
- data/lib/acpc_dealer/2p.limit.h5.r0.logs/2p.limit.h5.r0.log +0 -0
- data/lib/acpc_dealer/dealer_runner.rb +72 -0
- data/lib/acpc_dealer/version.rb +3 -0
- data/lib/acpc_dealer.rb +33 -0
- data/lib/hand_evaluator.so +0 -0
- data/spec/coverage/assets/0.5.3/app.js +88 -0
- data/spec/coverage/assets/0.5.3/fancybox/blank.gif +0 -0
- data/spec/coverage/assets/0.5.3/fancybox/fancy_close.png +0 -0
- data/spec/coverage/assets/0.5.3/fancybox/fancy_loading.png +0 -0
- data/spec/coverage/assets/0.5.3/fancybox/fancy_nav_left.png +0 -0
- data/spec/coverage/assets/0.5.3/fancybox/fancy_nav_right.png +0 -0
- data/spec/coverage/assets/0.5.3/fancybox/fancy_shadow_e.png +0 -0
- data/spec/coverage/assets/0.5.3/fancybox/fancy_shadow_n.png +0 -0
- data/spec/coverage/assets/0.5.3/fancybox/fancy_shadow_ne.png +0 -0
- data/spec/coverage/assets/0.5.3/fancybox/fancy_shadow_nw.png +0 -0
- data/spec/coverage/assets/0.5.3/fancybox/fancy_shadow_s.png +0 -0
- data/spec/coverage/assets/0.5.3/fancybox/fancy_shadow_se.png +0 -0
- data/spec/coverage/assets/0.5.3/fancybox/fancy_shadow_sw.png +0 -0
- data/spec/coverage/assets/0.5.3/fancybox/fancy_shadow_w.png +0 -0
- data/spec/coverage/assets/0.5.3/fancybox/fancy_title_left.png +0 -0
- data/spec/coverage/assets/0.5.3/fancybox/fancy_title_main.png +0 -0
- data/spec/coverage/assets/0.5.3/fancybox/fancy_title_over.png +0 -0
- data/spec/coverage/assets/0.5.3/fancybox/fancy_title_right.png +0 -0
- data/spec/coverage/assets/0.5.3/fancybox/fancybox-x.png +0 -0
- data/spec/coverage/assets/0.5.3/fancybox/fancybox-y.png +0 -0
- data/spec/coverage/assets/0.5.3/fancybox/fancybox.png +0 -0
- data/spec/coverage/assets/0.5.3/fancybox/jquery.fancybox-1.3.1.css +363 -0
- data/spec/coverage/assets/0.5.3/fancybox/jquery.fancybox-1.3.1.pack.js +44 -0
- data/spec/coverage/assets/0.5.3/favicon_green.png +0 -0
- data/spec/coverage/assets/0.5.3/favicon_red.png +0 -0
- data/spec/coverage/assets/0.5.3/favicon_yellow.png +0 -0
- data/spec/coverage/assets/0.5.3/highlight.css +129 -0
- data/spec/coverage/assets/0.5.3/highlight.pack.js +1 -0
- data/spec/coverage/assets/0.5.3/jquery-1.6.2.min.js +18 -0
- data/spec/coverage/assets/0.5.3/jquery.dataTables.min.js +152 -0
- data/spec/coverage/assets/0.5.3/jquery.timeago.js +141 -0
- data/spec/coverage/assets/0.5.3/jquery.url.js +174 -0
- data/spec/coverage/assets/0.5.3/loading.gif +0 -0
- data/spec/coverage/assets/0.5.3/magnify.png +0 -0
- data/spec/coverage/assets/0.5.3/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/spec/coverage/assets/0.5.3/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/spec/coverage/assets/0.5.3/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/spec/coverage/assets/0.5.3/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/spec/coverage/assets/0.5.3/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/spec/coverage/assets/0.5.3/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/spec/coverage/assets/0.5.3/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/spec/coverage/assets/0.5.3/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/spec/coverage/assets/0.5.3/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/spec/coverage/assets/0.5.3/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/spec/coverage/assets/0.5.3/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/spec/coverage/assets/0.5.3/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/spec/coverage/assets/0.5.3/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/spec/coverage/assets/0.5.3/smoothness/jquery-ui-1.8.4.custom.css +295 -0
- data/spec/coverage/assets/0.5.3/stylesheet.css +383 -0
- data/spec/coverage/index.html +81 -0
- data/spec/dealer_runner_spec.rb +83 -0
- data/spec/support/spec_helper.rb +33 -0
- data/vendor/project_acpc_server/LICENCE +23 -0
- data/vendor/project_acpc_server/Makefile +22 -0
- data/vendor/project_acpc_server/README +113 -0
- data/vendor/project_acpc_server/README.submission +42 -0
- data/vendor/project_acpc_server/acpc_play_match.pl +101 -0
- data/vendor/project_acpc_server/bm_server +0 -0
- data/vendor/project_acpc_server/bm_server.c +1557 -0
- data/vendor/project_acpc_server/bm_server.config +78 -0
- data/vendor/project_acpc_server/bm_widget +0 -0
- data/vendor/project_acpc_server/bm_widget.c +186 -0
- data/vendor/project_acpc_server/dealer +0 -0
- data/vendor/project_acpc_server/dealer.c +1278 -0
- data/vendor/project_acpc_server/evalHandTables +4269 -0
- data/vendor/project_acpc_server/example_player +0 -0
- data/vendor/project_acpc_server/example_player.c +204 -0
- data/vendor/project_acpc_server/example_player.limit.2p.sh +2 -0
- data/vendor/project_acpc_server/example_player.limit.3p.sh +2 -0
- data/vendor/project_acpc_server/example_player.nolimit.2p.sh +2 -0
- data/vendor/project_acpc_server/example_player.nolimit.3p.sh +2 -0
- data/vendor/project_acpc_server/game.c +1793 -0
- data/vendor/project_acpc_server/game.h +253 -0
- data/vendor/project_acpc_server/holdem.limit.2p.reverse_blinds.game +13 -0
- data/vendor/project_acpc_server/holdem.limit.3p.game +13 -0
- data/vendor/project_acpc_server/holdem.nolimit.2p.reverse_blinds.game +12 -0
- data/vendor/project_acpc_server/holdem.nolimit.3p.game +12 -0
- data/vendor/project_acpc_server/net.c +218 -0
- data/vendor/project_acpc_server/net.h +61 -0
- data/vendor/project_acpc_server/play_match.pl +99 -0
- data/vendor/project_acpc_server/protocol.odt +0 -0
- data/vendor/project_acpc_server/protocol.pdf +0 -0
- data/vendor/project_acpc_server/rng.c +138 -0
- data/vendor/project_acpc_server/rng.h +63 -0
- data/vendor/project_acpc_server/test.log +11 -0
- data/vendor/project_acpc_server/validate_submission.pl +546 -0
- metadata +315 -0
@@ -0,0 +1,383 @@
|
|
1
|
+
/* -----------------------------------------------------------------------
|
2
|
+
|
3
|
+
|
4
|
+
Blueprint CSS Framework 0.9
|
5
|
+
http://blueprintcss.org
|
6
|
+
|
7
|
+
* Copyright (c) 2007-Present. See LICENSE for more info.
|
8
|
+
* See README for instructions on how to use Blueprint.
|
9
|
+
* For credits and origins, see AUTHORS.
|
10
|
+
* This is a compressed file. See the sources in the 'src' directory.
|
11
|
+
|
12
|
+
----------------------------------------------------------------------- */
|
13
|
+
|
14
|
+
/* reset.css */
|
15
|
+
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
|
16
|
+
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
|
17
|
+
body {line-height:1.5;}
|
18
|
+
table {border-collapse:separate;border-spacing:0;}
|
19
|
+
caption, th, td {text-align:left;font-weight:normal;}
|
20
|
+
table, td, th {vertical-align:middle;}
|
21
|
+
blockquote:before, blockquote:after, q:before, q:after {content:"";}
|
22
|
+
blockquote, q {quotes:"" "";}
|
23
|
+
a img {border:none;}
|
24
|
+
|
25
|
+
/* typography.css */
|
26
|
+
html {font-size:100.01%;}
|
27
|
+
body {font-size:82%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
|
28
|
+
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
|
29
|
+
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
|
30
|
+
h2 {font-size:2em;margin-bottom:0.75em;}
|
31
|
+
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
|
32
|
+
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
|
33
|
+
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
|
34
|
+
h6 {font-size:1em;font-weight:bold;}
|
35
|
+
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
|
36
|
+
p {margin:0 0 1.5em;}
|
37
|
+
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
|
38
|
+
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
|
39
|
+
a:focus, a:hover {color:#000;}
|
40
|
+
a {color:#009;text-decoration:underline;}
|
41
|
+
blockquote {margin:1.5em;color:#666;font-style:italic;}
|
42
|
+
strong {font-weight:bold;}
|
43
|
+
em, dfn {font-style:italic;}
|
44
|
+
dfn {font-weight:bold;}
|
45
|
+
sup, sub {line-height:0;}
|
46
|
+
abbr, acronym {border-bottom:1px dotted #666;}
|
47
|
+
address {margin:0 0 1.5em;font-style:italic;}
|
48
|
+
del {color:#666;}
|
49
|
+
pre {margin:1.5em 0;white-space:pre;}
|
50
|
+
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
|
51
|
+
li ul, li ol {margin:0;}
|
52
|
+
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
|
53
|
+
ul {list-style-type:disc;}
|
54
|
+
ol {list-style-type:decimal;}
|
55
|
+
dl {margin:0 0 1.5em 0;}
|
56
|
+
dl dt {font-weight:bold;}
|
57
|
+
dd {margin-left:1.5em;}
|
58
|
+
table {margin-bottom:1.4em;width:100%;}
|
59
|
+
th {font-weight:bold;}
|
60
|
+
thead th {background:#c3d9ff;}
|
61
|
+
th, td, caption {padding:4px 10px 4px 5px;}
|
62
|
+
tr.even td {background:#efefef;}
|
63
|
+
tfoot {font-style:italic;}
|
64
|
+
caption {background:#eee;}
|
65
|
+
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
|
66
|
+
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
|
67
|
+
.hide {display:none;}
|
68
|
+
.quiet {color:#666;}
|
69
|
+
.loud {color:#000;}
|
70
|
+
.highlight {background:#ff0;}
|
71
|
+
.added {background:#060;color:#fff;}
|
72
|
+
.removed {background:#900;color:#fff;}
|
73
|
+
.first {margin-left:0;padding-left:0;}
|
74
|
+
.last {margin-right:0;padding-right:0;}
|
75
|
+
.top {margin-top:0;padding-top:0;}
|
76
|
+
.bottom {margin-bottom:0;padding-bottom:0;}
|
77
|
+
|
78
|
+
/* forms.css */
|
79
|
+
label {font-weight:bold;}
|
80
|
+
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
|
81
|
+
legend {font-weight:bold;font-size:1.2em;}
|
82
|
+
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
|
83
|
+
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
|
84
|
+
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
|
85
|
+
input.text, input.title {width:300px;padding:5px;}
|
86
|
+
input.title {font-size:1.5em;}
|
87
|
+
textarea {width:390px;height:250px;padding:5px;}
|
88
|
+
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
|
89
|
+
form.inline {line-height:3;}
|
90
|
+
form.inline p {margin-bottom:0;}
|
91
|
+
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
|
92
|
+
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
|
93
|
+
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
|
94
|
+
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
|
95
|
+
.error a {color:#8a1f11;}
|
96
|
+
.notice a {color:#514721;}
|
97
|
+
.success a {color:#264409;}
|
98
|
+
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
|
99
|
+
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
|
100
|
+
hr.space {background:#fff;color:#fff;visibility:hidden;}
|
101
|
+
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
|
102
|
+
.clearfix, .container {display:block;}
|
103
|
+
.clear {clear:both;}
|
104
|
+
|
105
|
+
#loading {
|
106
|
+
position: fixed;
|
107
|
+
left: 40%;
|
108
|
+
top: 50%;
|
109
|
+
}
|
110
|
+
|
111
|
+
a {
|
112
|
+
color: #333;
|
113
|
+
text-decoration: none;
|
114
|
+
}
|
115
|
+
|
116
|
+
a:hover {
|
117
|
+
color: #000;
|
118
|
+
text-decoration: underline;
|
119
|
+
}
|
120
|
+
|
121
|
+
body {
|
122
|
+
font-family: "Lucida Grande", Helvetica, "Helvetica Neue", Arial, sans-serif;
|
123
|
+
padding: 12px;
|
124
|
+
background-color: #333;
|
125
|
+
}
|
126
|
+
|
127
|
+
h1, h2, h3, h4 {
|
128
|
+
color: #1C2324;
|
129
|
+
margin: 0;
|
130
|
+
padding: 0;
|
131
|
+
margin-bottom: 12px;
|
132
|
+
}
|
133
|
+
|
134
|
+
table {
|
135
|
+
width: 100%;
|
136
|
+
}
|
137
|
+
|
138
|
+
#content {
|
139
|
+
clear: left;
|
140
|
+
background-color: white;
|
141
|
+
border: 2px solid #ddd;
|
142
|
+
border-top: 8px solid #ddd;
|
143
|
+
padding: 18px;
|
144
|
+
-webkit-border-bottom-left-radius: 5px;
|
145
|
+
-webkit-border-bottom-right-radius: 5px;
|
146
|
+
-webkit-border-top-right-radius: 5px;
|
147
|
+
-moz-border-radius-bottomleft: 5px;
|
148
|
+
-moz-border-radius-bottomright: 5px;
|
149
|
+
-moz-border-radius-topright: 5px;
|
150
|
+
border-bottom-left-radius: 5px;
|
151
|
+
border-bottom-right-radius: 5px;
|
152
|
+
border-top-right-radius: 5px;
|
153
|
+
}
|
154
|
+
|
155
|
+
.dataTables_filter, .dataTables_info {
|
156
|
+
padding: 2px 6px;
|
157
|
+
}
|
158
|
+
|
159
|
+
abbr.timeago {
|
160
|
+
text-decoration: none;
|
161
|
+
border: none;
|
162
|
+
font-weight: bold;
|
163
|
+
}
|
164
|
+
|
165
|
+
.timestamp {
|
166
|
+
float: right;
|
167
|
+
color: #ddd;
|
168
|
+
}
|
169
|
+
|
170
|
+
.group_tabs {
|
171
|
+
list-style: none;
|
172
|
+
float: left;
|
173
|
+
margin: 0;
|
174
|
+
padding: 0;
|
175
|
+
}
|
176
|
+
.group_tabs li {
|
177
|
+
display: inline;
|
178
|
+
float: left;
|
179
|
+
}
|
180
|
+
|
181
|
+
.group_tabs li a {
|
182
|
+
font-family: Helvetica, Arial, sans-serif;
|
183
|
+
display: block;
|
184
|
+
float: left;
|
185
|
+
text-decoration: none;
|
186
|
+
padding: 4px 8px;
|
187
|
+
background-color: #aaa;
|
188
|
+
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DDD), to(#aaa));
|
189
|
+
background: -moz-linear-gradient(#DDD, #aaa);
|
190
|
+
background: linear-gradient(#DDD, #aaa);
|
191
|
+
text-shadow: #e5e5e5 1px 1px 0px;
|
192
|
+
border-bottom: none;
|
193
|
+
color: #333;
|
194
|
+
font-weight: bold;
|
195
|
+
margin-right: 8px;
|
196
|
+
border-top: 1px solid #efefef;
|
197
|
+
-webkit-border-top-left-radius: 2px;
|
198
|
+
-webkit-border-top-right-radius: 2px;
|
199
|
+
-moz-border-radius-topleft: 2px;
|
200
|
+
-moz-border-radius-topright: 2px;
|
201
|
+
border-top-left-radius: 2px;
|
202
|
+
border-top-right-radius: 2px;
|
203
|
+
}
|
204
|
+
|
205
|
+
.group_tabs li a:hover {
|
206
|
+
background-color: #ccc;
|
207
|
+
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eee), to(#aaa));
|
208
|
+
background: -moz-linear-gradient(#eee, #aaa);
|
209
|
+
background: linear-gradient(#eee, #aaa);
|
210
|
+
}
|
211
|
+
|
212
|
+
.group_tabs li a:active {
|
213
|
+
padding-top: 5px;
|
214
|
+
padding-bottom: 3px;
|
215
|
+
}
|
216
|
+
|
217
|
+
.group_tabs li.active a {
|
218
|
+
color: black;
|
219
|
+
text-shadow: #fff 1px 1px 0px;
|
220
|
+
background-color: #ddd;
|
221
|
+
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#ddd));
|
222
|
+
background: -moz-linear-gradient(#fff, #ddd);
|
223
|
+
background: linear-gradient(#fff, #ddd);
|
224
|
+
}
|
225
|
+
|
226
|
+
.file_list {
|
227
|
+
margin-bottom: 18px;
|
228
|
+
}
|
229
|
+
|
230
|
+
a.src_link {
|
231
|
+
background: url('./magnify.png') no-repeat left 50%;
|
232
|
+
padding-left: 18px;
|
233
|
+
}
|
234
|
+
|
235
|
+
tr, td {
|
236
|
+
margin: 0;
|
237
|
+
padding: 0;
|
238
|
+
}
|
239
|
+
|
240
|
+
th {
|
241
|
+
white-space: nowrap;
|
242
|
+
}
|
243
|
+
|
244
|
+
th.ui-state-default {
|
245
|
+
cursor: pointer;
|
246
|
+
}
|
247
|
+
|
248
|
+
th span.ui-icon {
|
249
|
+
float: left;
|
250
|
+
}
|
251
|
+
|
252
|
+
td {
|
253
|
+
padding: 4px 8px;
|
254
|
+
}
|
255
|
+
|
256
|
+
td.strong {
|
257
|
+
font-weight: bold;
|
258
|
+
}
|
259
|
+
|
260
|
+
.source_table h3, .source_table h4 {
|
261
|
+
padding: 0;
|
262
|
+
margin: 0;
|
263
|
+
margin-bottom: 4px;
|
264
|
+
}
|
265
|
+
|
266
|
+
.source_table .header {
|
267
|
+
padding: 10px;
|
268
|
+
}
|
269
|
+
|
270
|
+
.source_table pre {
|
271
|
+
margin: 0;
|
272
|
+
padding: 0;
|
273
|
+
white-space: normal;
|
274
|
+
}
|
275
|
+
|
276
|
+
.source_table pre, .source_table code {
|
277
|
+
color: #000;
|
278
|
+
font-family: "Monaco", "Inconsolata", "Consolas", monospace;
|
279
|
+
}
|
280
|
+
|
281
|
+
.source_table pre {
|
282
|
+
background-color: #333;
|
283
|
+
}
|
284
|
+
|
285
|
+
.source_table pre ol {
|
286
|
+
margin: 0px;
|
287
|
+
padding: 0px;
|
288
|
+
margin-left: 45px;
|
289
|
+
font-size: 12px;
|
290
|
+
color: white;
|
291
|
+
}
|
292
|
+
|
293
|
+
.source_table pre li {
|
294
|
+
margin: 0px;
|
295
|
+
padding: 2px 6px;
|
296
|
+
border-left: 5px solid white;
|
297
|
+
}
|
298
|
+
|
299
|
+
.source_table pre li code {
|
300
|
+
white-space: pre;
|
301
|
+
white-space: pre-wrap;
|
302
|
+
}
|
303
|
+
|
304
|
+
.source_table pre .hits {
|
305
|
+
float: right;
|
306
|
+
margin-left: 10px;
|
307
|
+
padding: 2px 4px;
|
308
|
+
|
309
|
+
background-color: #444;
|
310
|
+
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#222), to(#666));
|
311
|
+
background: -moz-linear-gradient(#222, #666);
|
312
|
+
background: linear-gradient(#222, #666);
|
313
|
+
|
314
|
+
color: white;
|
315
|
+
font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
|
316
|
+
font-size: 10px;
|
317
|
+
font-weight: bold;
|
318
|
+
text-align: center;
|
319
|
+
border-radius: 6px;
|
320
|
+
}
|
321
|
+
|
322
|
+
#footer {
|
323
|
+
color: #ddd;
|
324
|
+
font-size: 12px;
|
325
|
+
font-weight: bold;
|
326
|
+
margin-top: 12px;
|
327
|
+
text-align: right;
|
328
|
+
}
|
329
|
+
#footer a {
|
330
|
+
color: #eee;
|
331
|
+
text-decoration: underline;
|
332
|
+
}
|
333
|
+
#footer a:hover {
|
334
|
+
color: #fff;
|
335
|
+
text-decoration: none;
|
336
|
+
}
|
337
|
+
|
338
|
+
.green {
|
339
|
+
color: #090;
|
340
|
+
}
|
341
|
+
.red {
|
342
|
+
color: #900;
|
343
|
+
}
|
344
|
+
.yellow {
|
345
|
+
color: #da0;
|
346
|
+
}
|
347
|
+
.source_table .covered {
|
348
|
+
border-color: #090;
|
349
|
+
}
|
350
|
+
.source_table .missed {
|
351
|
+
border-color: #900;
|
352
|
+
}
|
353
|
+
.source_table .never {
|
354
|
+
border-color: black;
|
355
|
+
}
|
356
|
+
.source_table .skipped {
|
357
|
+
border-color: #fc0;
|
358
|
+
}
|
359
|
+
|
360
|
+
.source_table .covered:nth-child(odd) {
|
361
|
+
background-color: #CDF2CD;
|
362
|
+
}
|
363
|
+
.source_table .covered:nth-child(even) {
|
364
|
+
background-color: #DBF2DB;
|
365
|
+
}
|
366
|
+
.source_table .missed:nth-child(odd) {
|
367
|
+
background-color: #F7C0C0;
|
368
|
+
}
|
369
|
+
.source_table .missed:nth-child(even) {
|
370
|
+
background-color: #F7CFCF;
|
371
|
+
}
|
372
|
+
.source_table .never:nth-child(odd) {
|
373
|
+
background-color: #efefef;
|
374
|
+
}
|
375
|
+
.source_table .never:nth-child(even) {
|
376
|
+
background-color: #f4f4f4;
|
377
|
+
}
|
378
|
+
.source_table .skipped:nth-child(odd) {
|
379
|
+
background-color: #FBF0C0;
|
380
|
+
}
|
381
|
+
.source_table .skipped:nth-child(even) {
|
382
|
+
background-color: #FBFfCf;
|
383
|
+
}
|
@@ -0,0 +1,81 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html xmlns='http://www.w3.org/1999/xhtml'>
|
3
|
+
<head>
|
4
|
+
<title>Code coverage for Spec</title>
|
5
|
+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
6
|
+
<script src='./assets/0.5.3/jquery-1.6.2.min.js' type='text/javascript'></script>
|
7
|
+
<script src='./assets/0.5.3/jquery.dataTables.min.js' type='text/javascript'></script>
|
8
|
+
<script src='./assets/0.5.3/fancybox/jquery.fancybox-1.3.1.pack.js' type='text/javascript'></script>
|
9
|
+
<script src='./assets/0.5.3/jquery.timeago.js' type='text/javascript'></script>
|
10
|
+
<script src='./assets/0.5.3/jquery.url.js' type='text/javascript'></script>
|
11
|
+
<script src='./assets/0.5.3/highlight.pack.js' type='text/javascript'></script>
|
12
|
+
<script src='./assets/0.5.3/app.js' type='text/javascript'></script>
|
13
|
+
<link href='./assets/0.5.3/stylesheet.css' media='screen, projection, print' rel='stylesheet' type='text/css'>
|
14
|
+
<link href='./assets/0.5.3/highlight.css' media='screen, projection, print' rel='stylesheet' type='text/css'>
|
15
|
+
<link href='./assets/0.5.3/fancybox/jquery.fancybox-1.3.1.css' media='screen, projection, print' rel='stylesheet' type='text/css'>
|
16
|
+
<link href='./assets/0.5.3/smoothness/jquery-ui-1.8.4.custom.css' media='screen, projection, print' rel='stylesheet' type='text/css'>
|
17
|
+
<link rel="shortcut icon" type="image/png" href="./assets/0.5.3/favicon_green.png" />
|
18
|
+
<link rel="icon" type="image/png" href="./assets/0.5.3/favicon.png" />
|
19
|
+
</head>
|
20
|
+
|
21
|
+
<body>
|
22
|
+
<div id="loading">
|
23
|
+
<img src="./assets/0.5.3/loading.gif" alt="loading"/>
|
24
|
+
</div>
|
25
|
+
<div id="wrapper" style="display:none;">
|
26
|
+
<div class="timestamp">Generated <abbr class="timeago" title="2012-07-13T19:19:06-06:00">2012-07-13T19:19:06-06:00</abbr></div>
|
27
|
+
<ul class="group_tabs"></ul>
|
28
|
+
|
29
|
+
<div id="content">
|
30
|
+
<div class="file_list_container" id="AllFiles">
|
31
|
+
<h2>
|
32
|
+
<span class="group_name">All Files</span>
|
33
|
+
(<span class="covered_percent"><span class="green">100.0%</span></span>
|
34
|
+
covered at
|
35
|
+
<span class="covered_strength">
|
36
|
+
<span class="red">
|
37
|
+
0.0
|
38
|
+
</span>
|
39
|
+
</span> hits/line)
|
40
|
+
</h2>
|
41
|
+
<a name="AllFiles"></a>
|
42
|
+
<div>
|
43
|
+
<b>0</b> files in total.
|
44
|
+
<b>0.0</b> relevant lines.
|
45
|
+
<span class="green"><b>0.0</b> lines covered</span> and
|
46
|
+
<span class="red"><b>0.0</b> lines missed </span>
|
47
|
+
</div>
|
48
|
+
<table class="file_list">
|
49
|
+
<thead>
|
50
|
+
<tr>
|
51
|
+
<th>File</th>
|
52
|
+
<th>% covered</th>
|
53
|
+
<th>Lines</th>
|
54
|
+
<th>Relevant Lines</th>
|
55
|
+
<th>Lines covered</th>
|
56
|
+
<th>Lines missed</th>
|
57
|
+
<th>Avg. Hits / Line</th>
|
58
|
+
</tr>
|
59
|
+
</thead>
|
60
|
+
<tbody>
|
61
|
+
|
62
|
+
</tbody>
|
63
|
+
</table>
|
64
|
+
</div>
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
</div>
|
69
|
+
|
70
|
+
<div id="footer">
|
71
|
+
Generated by <a href="http://github.com/colszowka/simplecov">simplecov</a> v0.6.4
|
72
|
+
and simplecov-html v0.5.3<br/>
|
73
|
+
using RSpec
|
74
|
+
</div>
|
75
|
+
|
76
|
+
<div class="source_files">
|
77
|
+
|
78
|
+
</div>
|
79
|
+
</div>
|
80
|
+
</body>
|
81
|
+
</html>
|
@@ -0,0 +1,83 @@
|
|
1
|
+
# Spec helper (must include first to track code coverage with SimpleCov)
|
2
|
+
require_relative 'support/spec_helper'
|
3
|
+
|
4
|
+
require 'socket'
|
5
|
+
require 'tmpdir'
|
6
|
+
|
7
|
+
require_relative '../lib/acpc_dealer'
|
8
|
+
require_relative '../lib/acpc_dealer/dealer_runner'
|
9
|
+
|
10
|
+
describe DealerRunner do
|
11
|
+
before do
|
12
|
+
@pid = nil
|
13
|
+
@port_numbers = nil
|
14
|
+
end
|
15
|
+
|
16
|
+
describe '::ports_for_players' do
|
17
|
+
it 'returns two random open ports' do
|
18
|
+
various_numbers_of_players.each do |number_of_players|
|
19
|
+
DealerRunner.ports_for_players(number_of_players).each do |port|
|
20
|
+
begin
|
21
|
+
TCPServer.open('localhost', port) { }
|
22
|
+
rescue Errno::EADDRINUSE => e
|
23
|
+
flunk "Port #{port} is not open: #{e.message}"
|
24
|
+
end
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
|
30
|
+
describe '::start' do
|
31
|
+
it 'starts a dealer asynchronously that can clean up after itself and returns both its PID and the ports that each player can use to connect' do
|
32
|
+
various_numbers_of_players.each do |number_of_players|
|
33
|
+
Dir.mktmpdir do |temp_log_directory|
|
34
|
+
result = DealerRunner.start(
|
35
|
+
{
|
36
|
+
match_name: 'test_match',
|
37
|
+
game_def_file_name: AcpcDealer::GAME_DEFINITION_FILE_PATHS[number_of_players][:limit],
|
38
|
+
hands: 10,
|
39
|
+
random_seed: 0,
|
40
|
+
player_names: number_of_players.times.inject([]) do |names, i|
|
41
|
+
names << "p#{i}"
|
42
|
+
end.join(' '),
|
43
|
+
options: ['--t_response 100', '--start_timeout 100'].join(' ')
|
44
|
+
},
|
45
|
+
temp_log_directory
|
46
|
+
)
|
47
|
+
|
48
|
+
@pid = result[:pid]
|
49
|
+
@port_numbers = result[:port_numbers]
|
50
|
+
|
51
|
+
result[:log_directory].must_equal temp_log_directory
|
52
|
+
|
53
|
+
check_ports_are_in_use
|
54
|
+
|
55
|
+
check_process_exists
|
56
|
+
|
57
|
+
cleanup
|
58
|
+
end
|
59
|
+
end
|
60
|
+
end
|
61
|
+
end
|
62
|
+
|
63
|
+
def cleanup
|
64
|
+
Process.kill 'KILL', @pid
|
65
|
+
|
66
|
+
->() { Process.getpgid(@pid) }.must_raise Errno::ESRCH
|
67
|
+
end
|
68
|
+
def check_process_exists
|
69
|
+
begin
|
70
|
+
Process.getpgid(@pid)
|
71
|
+
rescue Errno::ESRCH => e
|
72
|
+
flunk "Dealer with pid #{@pid} does not exist: #{e.message}"
|
73
|
+
end
|
74
|
+
end
|
75
|
+
def check_ports_are_in_use
|
76
|
+
@port_numbers.each do |port|
|
77
|
+
->() do
|
78
|
+
TCPServer.open('localhost', port)
|
79
|
+
end.must_raise Errno::EADDRINUSE
|
80
|
+
end
|
81
|
+
end
|
82
|
+
def various_numbers_of_players() [2, 3] end
|
83
|
+
end
|
@@ -0,0 +1,33 @@
|
|
1
|
+
|
2
|
+
require 'simplecov'
|
3
|
+
SimpleCov.start
|
4
|
+
|
5
|
+
require 'minitest/spec'
|
6
|
+
require 'minitest/autorun'
|
7
|
+
require 'minitest/pride'
|
8
|
+
|
9
|
+
begin
|
10
|
+
require 'turn/autorun'
|
11
|
+
|
12
|
+
Turn.config do |c|
|
13
|
+
# use one of output formats:
|
14
|
+
# :outline - turn's original case/test outline mode [default]
|
15
|
+
# :progress - indicates progress with progress bar
|
16
|
+
# :dotted - test/unit's traditional dot-progress mode
|
17
|
+
# :pretty - new pretty reporter
|
18
|
+
# :marshal - dump output as YAML (normal run mode only)
|
19
|
+
# :cue - interactive testing
|
20
|
+
c.format = :pretty
|
21
|
+
# use humanized test names (works only with :outline format)
|
22
|
+
c.natural = true
|
23
|
+
end
|
24
|
+
|
25
|
+
require 'awesome_print'
|
26
|
+
module Minitest::Assertions
|
27
|
+
def mu_pp(obj)
|
28
|
+
obj.awesome_inspect
|
29
|
+
end
|
30
|
+
end
|
31
|
+
rescue LoadError
|
32
|
+
end
|
33
|
+
|
@@ -0,0 +1,23 @@
|
|
1
|
+
Copyright (C) 2011 by the Computer Poker Research Group, University of Alberta
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
4
|
+
this software and associated documentation files (the "Software"), to deal in
|
5
|
+
the Software without restriction, including without limitation the rights to
|
6
|
+
use, copy, modify, merge, publish, distribute, sublicence, and/or sell copies
|
7
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
8
|
+
so, subject to the following conditions:
|
9
|
+
|
10
|
+
The above copyright notice and this permission notice shall be included in all
|
11
|
+
copies or substantial portions of the Software.
|
12
|
+
|
13
|
+
Except as contained in this notice, the name(s) of the above copyright holders
|
14
|
+
shall not be used in advertising or otherwise to promote the sale, use or other
|
15
|
+
dealings in this Software without prior written authorization.
|
16
|
+
|
17
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
18
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
19
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
20
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
21
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
22
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
23
|
+
SOFTWARE.
|
@@ -0,0 +1,22 @@
|
|
1
|
+
CC = gcc
|
2
|
+
CFLAGS = -O3 -Wall
|
3
|
+
|
4
|
+
PROGRAMS = bm_server bm_widget dealer example_player
|
5
|
+
|
6
|
+
all: $(PROGRAMS)
|
7
|
+
|
8
|
+
clean:
|
9
|
+
rm -f $(PROGRAMS)
|
10
|
+
|
11
|
+
|
12
|
+
bm_server: bm_server.c game.c game.h rng.c rng.h net.c net.h
|
13
|
+
$(CC) $(CFLAGS) -o $@ bm_server.c game.c rng.c net.c
|
14
|
+
|
15
|
+
bm_widget: bm_widget.c net.c net.h
|
16
|
+
$(CC) $(CFLAGS) -o $@ bm_widget.c net.c
|
17
|
+
|
18
|
+
dealer: game.c game.h evalHandTables rng.c rng.h dealer.c net.c net.h
|
19
|
+
$(CC) $(CFLAGS) -o $@ game.c rng.c dealer.c net.c
|
20
|
+
|
21
|
+
example_player: game.c game.h evalHandTables rng.c rng.h example_player.c net.c net.h
|
22
|
+
$(CC) $(CFLAGS) -o $@ game.c rng.c example_player.c net.c
|