-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
71 lines (65 loc) · 2.52 KB
/
index.html
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
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>jsEO Testing Problems</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<!--Including CSS -->
<link rel="stylesheet" type="text/css" href="./css/jsEO.css">
</head>
<body>
<h1>jsEO testing problems </h1>
<h4>By <a href="http://vrivas.es" target="_blank">Victor M. Rivas</a>,
from <a href="http://geneura.wordpress.com" target="_blank">Geneura Team</a></h4>
<p>
Thanks for helping us to test the jsEO library!
</p>
<p>
The time required to complete the execution should be less than
5 minutes, but it will vary depending on your
device's characteristics (CPU, memory, operating system, web browser...),
and also on your internet conection.
</p>
<p>
Please choose any of the following problems... you can execute it as many
times as desired, and change when you want the choosen problem.
</p>
<ul>
<li><a href="256_royal_road.html"
target="_blank">256 Royal Road problem</a></li>
<li><a href="eq_128_terms.html"
target="_blank">128 Terms Equation problem</a></li>
</ul>
<p>
Thanks a lot!
</p>
<hr/>
<p>
¡Gracias por ayudarnos a probar la biblioteca jsEO!
</p>
<p>
El tiempo necesario para completar cada ejecución debería ser inferior
a 5 minutos, aunque podrá variar en función de las características
de tu dispositivo (CPU, memoria, sistema operativo, navegador...)
así como de la velocidad de tu conexión a internet.
</p>
<p>
Por favor, elige cualquiera de los siguientes problemas... puedes hacerlo
tantas veces como desees, e incluso cambiar de problema si lo deseas.
</p>
<ul>
<li><a href="256_royal_road.html"
target="rr256">256 Royal Road problem</a></li>
<li><a href="eq_128_terms.html"
target="eq128">128 Terms Equation problem</a></li>
</ul>
<p>
¡Gracias!
</p>
</body>
</html>