-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.html
36 lines (34 loc) · 2.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="shortcut icon" href="favicon.svg"/><title>APLcart - Find your way in APL</title>
<link rel="stylesheet" href="/aplcart.css"/><script src="aplcart.js"></script>
<link rel="search" type="application/opensearchdescription+xml" title="APLcart" href="/opensearch.xml"/>
<meta property="og:title" content="A novel approach to finding your way in APL"/>
<meta property="og:url" content="https://aplcart.info/"/>
<meta property="og:image" content="https://aplcart.info/find-your-way.png"/>
<meta property="og:description" content="A searchable collection of over three thousand short APL phrases intended for both beginners and professionals."/>
<meta property="og:locale" content="en" />
</head>
<body onload="I()" id="b" class="">
<div class="h">
<label title="what to q̲uery for" for="q">Tell me about: </label><input id="q" title="what to q̲uery for" accesskey="q" oninput="Q()" autocomplete="off" placeholder="something to achieve/improve/optimise"/>
<a class="o" title="ex̲punge query" href="#" id="x" accesskey="x" onclick="X();event.preventDefault()">×</a>
<a class="o" title="e̲xplanation" target="_blank" id="e" accesskey="e" href="https://github.com/abrudz/aplcart#usage">?</a>
<a class="o" title="c̲opy query URL" href="#" id="c" accesskey="c" onclick="C();event.preventDefault()">#</a>
<p>X,<s> </s>Y,<s> </s>Z:<s> </s>any<s> type array </s> M,<s> </s>N:<s> </s>num<s>eric array </s> I,<s> </s>J:<s> </s>int<s>eger array </s> A,<s> </s>B:<s> </s>Bool<s>ean array </s> C,<s> </s>D:<s> </s>char<s>acter array </s> f,<s> </s>g,<s> </s>h:<s> </s>f<s>unctio</s>n<s> </s> ax:<s> bracket </s>axis<s> </s> s:<s> </s>scal<s>ar </s> v:<s> </s>vec<s>tor </s> m:<s> </s>mat<s>rix</s></p>
</div>
<div id="y" title="(access-key z)"><div id="k" accesskey="z"><table id="t"></table></div></div>
<div class="h">
<footer id="z"></footer>
<span id="u">
<a id="um" href="quiz" title="challenge your APL skills with the APLcart quiz">Quiz</a></span>
<a class="o" title="source code at github.com/abrudz/a̲plcart" target="_blank" id="a" accesskey="a" href="https://github.com/abrudz/aplcart">
<img src="/github.svg"></a>
<a class="o" title="d̲onate" accesskey="d" target="_blank" id="s" href="https://github.com/sponsors/abrudz">♥</a>
<a class="o" title="cycle b̲lack/g̲rey/w̲hite theme" id="w" href="#" onclick="W();event.preventDefault()"> </a>
<i accesskey="w" onclick="W('w')"></i><i accesskey="g" onclick="W('g')"></i><i accesskey="b" onclick="W('b')"></i><i accesskey="r" onclick="R()"></i>
</div>
</body>
</html>