-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·146 lines (136 loc) · 6.04 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
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
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
<meta name="author" content="Jan Knížek">
<meta name="robots" content="index,follow">
<title>O calc</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body id='body'>
<table>
<tr class='display'>
<td colspan=7>
<div id='cont_disp'>
<div id='error_line'></div>
<div id='formula'>
<!-- <span class='basic'>9</span>
<span class='top'>9</span>
<span class='basic'>×</span>
<span class='basic'>9</span>
<span class='basic'>-</span>
<span class='exp_root'>x</span>
<span class='root'>
<span class='basic'>9</span>
<span class='basic'>-</span>
<span class='basic'>1</span>
</span>
<span class='basic'>/</span>
<span class='func'>log</span>
<span class='bottom'>2</span>
<span class='basic'>(</span>
<span class='block brackets'>
<span class='basic'>log</span>
<span class='bottom'>2</span>
<span class='basic'>(</span>
<span class='basic'>+</span>
<span class='block brackets'>
<span class='func'>log</span>
<span class='bottom'>2</span>
<span class='basic'>2</span>
<span class='top'>2</span>
</span>
<span class='basic'>)</span>
</span>
<span class='basic'>)</span>-->
<!-- <span class="basic"><span class="root_exp"><span class="basic">3</span><span class="basic">6</span></span><span class="root"><span class="basic">6</span><span class="basic">6</span></span></span>
<span class="root_exp">
<span class="basic">5</span></span>
<span class="basic">
<span class="root_exp">
<span class="basic">5</span></span>
<span class="root"></span>
</span>
-->
</div>
</div>
</td>
</tr>
<tr>
<td class='switch'><span><!--BIN-->to be</span><span><!--OCT-->implement.</span><span class='cur'>DEC</span></td>
<td class='classic' data-tap='PLUS'>+</td>
<td class='classic number' data-tap='7'>7</td>
<td class='classic number' data-tap='8' data-down='8'>8</td>
<td class='classic number' data-tap='9' data-down='9'>9</td>
<td class='oneswipe' data-tap='SOLVE' data-down='SOLVE_FACT'>=<span>PRIMES</span></td>
<td class='oneswipe' data-tap='REMOVE' data-down='REMOVE_ALL'>CE<span>C</span></td>
</tr>
<tr>
<td class='switch'><span><!--GRAD-->to be</span><span><!--RAD-->implement.</span><span class='cur'>DEG</span></td>
<td class='oneswipe' data-tap='MINUS' data-down='MOD'>-<span>MOD</span></td>
<td class='classic number' data-tap='4' id='aaa'>4</td>
<td class='classic number' data-tap='5'>5</td>
<td class='classic number' data-tap='6'>6</td>
<td class='classic' data-tap='BRACKETS'>( )</td>
<td class='activation deactivated' data-tap='UP' id='UP_BTN'><span>UP</span></td>
</tr>
<tr>
<td class='doubleswipe' data-tap='AND' data-up='OR' data-down='XOR'><span>OR</span>AND<span>XOR</span></td>
<td class='oneswipe' data-tap='TIMES' data-down='FACT'>×<span>!</span></td>
<td class='classic number' data-tap='1' data-down='1'>1</td>
<td class='classic number' data-tap='2'>2</td>
<td class='classic number' data-tap='3' data-down='3'>3</td>
<td class='oneswipe' data-tap='SIN' data-down='SININV'>SIN<span>INV</span></td>
<td class='doubleswipe' data-tap='POW' data-up='POW2' data-down='POW3'><span>2</span>ˆX<span>3</span></td>
</tr>
<tr>
<td class='oneswipe' data-tap='PI' data-down='e'>Π<span>e</span></td>
<td class='oneswipe' data-tap='DIVIDE' data-down='PERCENTAGE'>/<span>%</span></td>
<td class='oneswipe' data-tap='0' data-down='000'>0<span>000</span></td>
<td class='classic' data-tap='FLOATPOINT'>,</td>
<td class='doubleswipe' data-tap='EXP' data-up='EXP3' data-down='EXP-3'><span>3</span>10<span>-3</span></td>
<td class='oneswipe' data-tap='COS' data-down='COSINV'>COS<span>INV</span></td>
<td class='doubleswipe' data-tap='ROOT' data-up='ROOT2' data-down='ROOT3'><span>2</span>ROT<span>3</span></td>
</tr>
<tr>
<td class='classic' data-tap='INVNUM'>1/X</td>
<td class='oneswipe' id='VARX' data-tap='VARX' data-up='XAS'><span>ASS</span>X<span> </span></td>
<td class='oneswipe' id='VARY' data-tap='VARY' data-up='YAS'><span>ASS</span>Y<span> </span></td>
<td class='oneswipe' id='VARZ' data-tap='VARZ' data-up='ZAS'><span>ASS</span>Z<span> </span></td>
<td class='doubleswipe' data-tap='LOG' data-up='LOG2' data-down='LOG10'><span>2</span>LOG<span>10</span></td>
<td class='oneswipe' data-tap='TAN' data-down='TANINV'>TAN<span>INV</span></td>
<td class='classic' data-tap='INFO'>INF</td>
</tr>
</table>
<div id="info"><div id='cont'>
<div id='authorbox'>
<a href='http://pocket.jaknizek.cz' target='_blank'><img src='pocket.png'>pocket.janknizek.cz</a>
Jan Knížek<br>
version 0.93<br>
published under GPL<br>
inspired by Good Calc
</div>
<h1>O calc</h1>
<div id='logos'>
<div class='first'>
<a href='https://github.com/knezi/' target='_blank'><img src="github.png"></a>
Any contribution is welcome.
<div>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="A4FCMPQ3WDFDQ">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
</div>
<p class=tip>For special functions hold the button until vibration and then move your finger down respectively up.</p>
</div>
</div>
</body>
</html>
<script type="text/javascript" src="lib/jquery-2.0.3.min.js"></script>
<script type="text/javascript" src="lib/hammer-2.0.2.js"></script>
<script type="text/javascript" src="lib/jquery.hammer.js"></script>
<script type="text/javascript" src="lib/public.js"></script>