-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (73 loc) · 2.33 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
72
73
74
<html>
<head>
<meta name=viewport content="width=device-width, initial-scale=1">
<title> Expressions :: C++</title>
<link rel="icon" type="image/png" href="https://raw.githubusercontent.com/expression-dev/expression-dev.github.io/master/ME logo.png">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<!-- <link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<link rel="stylesheet" href="../dark.css">-->
<style>
html{
padding: 10px 10px 10px;
height: 100%;
}
body {
background-color: #001103;/*#404040;*/
color: #E0E0E0;
height: 100%;
}
a {
color: white;
}
a:visited {
color: white;
}
</style>
</head>
<body>
<div id="header">
<center>
<img width="100%" src="../ME logo twolines.png">
</center>
</div>
<div style="padding: 0px 50px;">
<h1>Expressions</h1>
<h2>Math Expressions Calculator</h2>
<br>
<a href="https://gitter.im/expressions-dev/expressions-dev?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img src="https://camo.githubusercontent.com/da2edb525cde1455a622c58c0effc3a90b9a181c/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667" alt="Join the chat at https://gitter.im/expressions-dev/Lobby" data-canonical-src="https://badges.gitter.im/Join%20Chat.svg" style="max-width:100%;"></a><br><br>
<h2>
MEC, or Math Expression Calculation, is a destributed system for calculation of expressions with unreal operations, which will be defined run-time.<br>
<br>
MEC has been designed to be practical in mathematics, phics, informatics and math-base science.
</h2>
<div>
<h1><a href="/C++/">C++ version</a></h1>
</div>
<br>
<br>
<div>
<br>
<br>
<table>
<tr>
<td>
<img src="https://raw.githubusercontent.com/expression-dev/expression-dev.github.io/master/ME logo.png">
</td>
<td>
<h1>In The Future</h1>
<ul>
<li>Run-time changeing for type of values</li>
<li>Standart integral</li>
<li>Arrays</li>
<li>Better interface, smaller dependancies</li>
<li>Translate to More Programming Languages</li>
</ul>
</td>
</tr>
</table>
</div>
<div style="height: 50px;" />
</div>
</div>
</body>
</html>