-
Notifications
You must be signed in to change notification settings - Fork 2
/
SoftwareInfo.BAK
355 lines (285 loc) · 11.2 KB
/
SoftwareInfo.BAK
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<!DOCTYPE html>
<html>
<!--#include virtual="commonhead.html" -->
<head>
<meta charset="utf-8">
<meta name="Description" content="SamurAI Coding 2017-18">
<meta name="author" content="Hironori Washizaki">
<title>SamurAI Coding 2017-18: Preliminary (Qualifying) Round Software Information</title>
<link rel="stylesheet" href="stylesheets/default.css">
</head>
<body>
<!--#include virtual="header.html" -->
<header id="mast">
<center>
<img src="images/samurailogo.png" width="391" height="90" alt="" title=""/><br>
<a href="http://www.ipsj.or.jp/english/index.html"><img src="images/IPSJ_logoC_M.gif" title="logo_ipsj" width="200"/></a><br>
<a href="http://www.e-seikatsu.info/"><img src="images/e-Seikatsu.png" width="160"/></a>
<a href="http://www.hitachi.co.jp/"><img src="images/ea60010030dmac.png" width="150"/></a>
<br>
<a href="https://jprs.co.jp/"><img src="images/jprs.jpg" width="100"/></a>
<a href="http://www.fujitsu.com/"><img src="images/fujitsu-logo.jpg" width="103"/></a>
<br>
<a href="http://jp.ieee.org/"><img src="images/IEEE.jpg" title="IEEE Japan Office" width="65"/></a>
<a href="http://www.jeita.or.jp/"><img src="images/JEITA.jpg" title="Japan Electronics and Information Technology Industries Association" width="75"/></a>
<a href="http://www.jisa.or.jp/"><img src="images/JISA.png" title="Japan Information Technology Services Industry Association" width="75"/></a>
<a href="http://www.jssst.or.jp/"><img src="images/JSSST.gif" title="Japan Society for Software Science and Technology" width="75"/></a>
<a href="http://www.ieice.org/"><img src="images/IEICE.bmp" title="The Institute of Electronics, Information and Communication Engineers" width="45"/></a>
<a href="http://www.ai-gakkai.or.jp/"><img src="images/JSAI.png" title="The Japanese Society for Artificial Intelligence" width="55"/></a><br>
<a href="http://www.ipa.go.jp/"><img src="images/IPA.png" title="Information-technology Promotion Agency, Japan" width="85"/></a>
<a href="http://www.computer.org/web/guest"><img src="images/ComputerSocietyLogo-RGB-stacked.gif" title="IEEE Computer Society" width="95"/></a>
<a href="http://kiise.or.kr/"><img src="images/KIISE.jpg" title="The Korean Institute of Information Scientists and Engineers" width="116"/></a>
<a href="http://www.juas.or.jp/"><img src="images/JUAS.png" title="Japan Users Association of Information Systems" width="65"/></a>
<a href="http://www.ccf.org.cn/"><img src="images/CCF.gif" title="China Computer Federation" width="60"/></a>
</center>
<nav id="global">
<ul>
<li><a href=".">Home</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="rules.html">Rules</a></li>
<li><a href="software.html">Software</a></li>
<li><a href="entry.html">Entry</a></li>
<li><a href="preliminary.html">Preliminary</a></li>
<li><a href="final.html">Final</a></li>
<li>FAQ</li> <!-- <a href="faq.html">FAQ</a></li> -->
<li><a href="index-jp.html">Japanese</a></li>
</ul>
</nav>
</header>
<hr/>
<section id="main">
<h2>Software Environment of Online Execution</h2>
<pre>
ant -version | head -n 1 =>
Apache Ant(TM) version 1.10.1 compiled on February 2 2017
ceylon -v | head -n 1 =>
ceylon version 1.3.3 0d594b3 (Contents May Differ)
clang --version | head -n 1 =>
clang version 4.0.1-6 (tags/RELEASE_401/final)
clisp --version | head -n 1 =>
GNU CLISP 2.49 (2010-07-07) (built on lcy01-31.buildd [127.0.1.1])
coffee -v | head -n 1 =>
CoffeeScript version 1.12.7
dmcs --version | head -n 1 =>
Note: dmcs is deprecated, please use mcs instead!
dmd --version | head -n 1 =>
DMD64 D Compiler v2.078.0
erl +V 2>&1 | head -n 1 =>
Erlang (SMP,ASYNC_THREADS) (BEAM) emulator version 9.0.4
gcc --version | head -n 1 =>
gcc (Ubuntu 7.2.0-8ubuntu3) 7.2.0
gdc --version | head -n 1 =>
gdc (Ubuntu 7.2.0-8ubuntu3) 7.2.0
gem -v | head -n 1 =>
2.6.8
ghc --version | head -n 1 =>
The Glorious Glasgow Haskell Compilation System, version 8.0.2
g++ --version | head -n 1 =>
g++ (Ubuntu 7.2.0-8ubuntu3) 7.2.0
go version | head -n 1 =>
go version go1.8.3 linux/amd64
gosh -V | head -n 1 =>
Gauche scheme shell, version 0.9.5 [utf-8,pthreads], x86_64-pc-linux-gnu
gradle -version | head -n 3 | tail -n 1 =>
Gradle 4.4.1
groovy --version | head -n 1 =>
Groovy Version: 2.4.13 JVM: 1.8.0_152 Vendor: Azul Systems, Inc. OS: Linux
gst -v | head -n 1 =>
GNU Smalltalk version 3.2.5
java -version 2>&1 | head -n 1 =>
openjdk version "1.8.0_152"
javac -version 2>&1 | head -n 1 =>
javac 1.8.0_152
kotlin -version | head -n 1 =>
Kotlin version 1.2.10 (JRE 1.8.0_152-b16)
llc --version | head -n 2 | tail -n 1 =>
LLVM version 4.0.1
lsc -v | head -n 1 =>
LiveScript version 1.5.0
lua5.3 -v | head -n 1 =>
Lua 5.3.3 Copyright (C) 1994-2016 Lua.org, PUC-Rio
make -v | head -n 1 =>
GNU Make 4.1
mcs --version | head -n 1 =>
Mono C# compiler version 4.6.2.0
mono -V | head -n 1 =>
Mono JIT compiler version 4.6.2 (Debian 4.6.2.7+dfsg-1ubuntu1)
mvn -v | head -n 1 =>
Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z)
node -v | head -n 1 =>
v8.9.4
npm -v | head -n 1 =>
5.6.0
ocaml -version | head -n 1 =>
The OCaml toplevel, version 4.04.0
pip -V | head -n 1 =>
pip 9.0.1 from /usr/lib/python2.7/dist-packages (python 2.7)
pip3 -V | head -n 1 =>
pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.6)
python -V 2>&1 | head -n 1 =>
Python 2.7.14
python3 -V | head -n 1 =>
Python 3.6.3
perl -v | sed -n 2P =>
This is perl 5, version 26, subversion 0 (v5.26.0) built for x86_64-linux-gnu-thread-multi
php -v | head -n 1 =>
PHP 7.1.11-0ubuntu0.17.10.1 (cli) (built: Nov 1 2017 16:30:52) ( NTS )
ruby -v | head -n 1 =>
ruby 2.4.0p0 (2016-12-24 revision 57164) [x86_64-linux]
rustc --version | head -n 1 =>
rustc 1.18.0
sbt about | head -n 5 | tail -n 1 =>
[info] This is sbt 1.1.0
scala -version 2>&1 | head -n 1 =>
Scala code runner version 2.12.4 -- Copyright 2002-2017, LAMP/EPFL and Lightbend, Inc.
swipl --version | head -n 1 =>
SWI-Prolog version 7.4.2 for amd64
tsc -v | head -n 1 =>
Version 2.6.2
xbuild --verison | head -n 1 =>
XBuild Engine Version 14.0
pip list =>
asn1crypto (0.22.0)
backports.weakref (1.0.post1)
bleach (1.5.0)
chainer (3.2.0)
cryptography (1.9)
decorator (4.1.1)
enum34 (1.1.6)
filelock (3.0.0)
funcsigs (1.0.2)
futures (3.2.0)
html5lib (0.9999999)
idna (2.5)
ipaddress (1.0.17)
Keras (2.1.2)
keyring (10.4.0)
keyrings.alt (2.2)
Markdown (2.6.11)
mock (2.0.0)
numpy (1.14.0)
olefile (0.44)
pbr (3.1.1)
Pillow (4.1.1)
pip (9.0.1)
protobuf (3.5.1)
pycrypto (2.6.1)
pygobject (3.24.1)
Pyste (0.9.10)
pyxdg (0.25)
PyYAML (3.12)
scipy (1.0.0)
SecretStorage (2.3.1)
setuptools (38.4.0)
six (1.11.0)
tensorflow (1.4.1)
tensorflow-tensorboard (0.4.0rc3)
Werkzeug (0.14.1)
wheel (0.30.0)
pip3 list =>
asn1crypto (0.22.0)
bleach (1.5.0)
chainer (3.2.0)
cryptography (1.9)
decorator (4.1.1)
enum34 (1.1.6)
filelock (3.0.0)
html5lib (0.9999999)
idna (2.5)
Keras (2.1.2)
keyring (10.4.0)
keyrings.alt (2.2)
Markdown (2.6.11)
numpy (1.14.0)
pip (9.0.1)
protobuf (3.5.1)
pycrypto (2.6.1)
pygobject (3.24.1)
pyxdg (0.25)
PyYAML (3.12)
scipy (1.0.0)
SecretStorage (2.3.1)
setuptools (38.4.0)
six (1.11.0)
tensorflow (1.4.1)
tensorflow-tensorboard (0.4.0rc3)
Werkzeug (0.14.1)
wheel (0.30.0)
</pre>
</section>
<!--#include virtual="footer.html" -->
<footer>
<div>
<table class="multicolumn">
<tr>
<td width="250">
<section id="contact">
<h3>Information Processing Society of Japan</a></h3>
<p class=address>Kagaku-kaikan (Chemistry Hall) 4F<br>
1-5 Kanda-Surugadai, Chiyoda-ku,
Tokyo 101-0062 JAPAN<br>
email: <a class="contactadddr" href="mailto:samurai-contact@ipsj.or.jp">
samurai-contact@ipsj.or.jp</a><br>
web: <a href="http://www.ipsj.or.jp">http://www.ipsj.or.jp</a>
</p>
<a href="http://www.ipsj.or.jp/english/index.html"><img src="images/IPSJ_logoC_M.gif" title="logo_ipsj" width="200"/></a>
</section>
</td>
<td width="300">
<section id="sponsors">
<h3>Gold Sponsors</h3>
<p>e-Seikatsu Co., Ltd.<br>
<a href="http://www.e-seikatsu.info/"><img src="images/e-Seikatsu.png" width="160"/></a></p>
<p>Hitachi, Ltd.<br>
<a href="http://www.hitachi.co.jp/"><img src="images/ea60010030dmac.png" width="150"/></a></p>
<h3>Supporters</h3>
<p>Japan Registry Services Co., Ltd.<br>
<a href="https://jprs.co.jp/"><img src="images/jprs.jpg" width="100"/></a>
</p>
<p>Fujitsu Limited<br>
<a href="http://www.fujitsu.com/"><img src="images/fujitsu-logo.jpg" width="103"/></a>
</p>
<h3>Media Sponsors</h3>
</td>
<td>
<section id="supporters">
<h3>Supporters</h3>
<p class="smaller">
IEEE Japan Office<br>
<a href="http://jp.ieee.org/"><img src="images/IEEE.jpg" title="IEEE Japan Office" width="65"/></a><br><br>
Information Technology Promotion Agency, Japan<br>
<a href="http://www.ipa.go.jp/"><img src="images/IPA.png" title="Information-technology Promotion Agency, Japan" width="85"/></a>
<br><br>
International Information Science Foundation<br><br>
Japan Electronics and Information Technology Industries Association<br>
<a href="http://www.jeita.or.jp/"><img src="images/JEITA.jpg" title="Japan Electronics and Information Technology Industries Association" width="75"/></a><br><br>
Japan Information Technology Services Industry Association<br>
<a href="http://www.jisa.or.jp/"><img src="images/JISA.png" title="Japan Information Technology Services Industry Association" width="75"/></a><br><br>
Japan Society for Software Science and Technology<br>
<a href="http://www.jssst.or.jp/"><img src="images/JSSST.gif" title="Japan Society for Software Science and Technology" width="75"/></a><br><br>
The Institute of Electronics, Information and Communication Engineers<br>
<a href="http://www.ieice.org/"><img src="images/IEICE.bmp" title="The Institute of Electronics, Information and Communication Engineers" width="45"/></a>
<br><br>
The Japanese Society for Artificial Intelligence<br>
<a href="http://www.ai-gakkai.or.jp/"><img src="images/JSAI.png" title="The Japanese Society for Artificial Intelligence" width="55"/></a><br><br>
The Ministry of Education, Culture, Sports, Science and Technology
<br><br>
IEEE Computer Society<br>
<a href="http://www.computer.org/web/guest"><img src="images/ComputerSocietyLogo-RGB-stacked.gif" title="IEEE Computer Society" width="95"/></a><br><br>
The Ministry of Economy, Trade and Industry<br><br>
The Korean Institute of Information Scientists and Engineers<br>
<a href="http://kiise.or.kr/"><img src="images/KIISE.jpg" title="The Korean Institute of Information Scientists and Engineers" width="180"/></a><br><br>
IEEE Computer Society Tokyo/Japan Joint Chapter<br>
<a href="https://www.ieee-jp.org/section/tokyo/chapter/C-16/"><img src="images/IEEE-CSJ.gif" title="IEEE Computer Society Tokyo/Japan Joint Chapter" width="65"/></a><br><br>
Japan Users Association of Information Systems<br>
<a href="http://www.juas.or.jp/"><img src="images/JUAS.png" title="Japan Users Association of Information Systems" width="65"/></a>
<br><br>
</p>
</section>
</td>
</tr>
</table>
</div>
</footer>
</body>
</html>