-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
79 lines (69 loc) · 2.45 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
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" />
<meta name="author" content="Maxim Sokhatsky" />
<title>BASE</title>
<link rel="stylesheet" href="https://n2o.dev/blank.css" />
<link rel="stylesheet" href="https://n2o.dev/zima.css" />
</head>
<body>
<nav>
<a href="https://n2o.dev">DEV</a>
<a href="#" style="background:#ededed;">BASE</a>
</nav>
<header>
<a href="https://github.com/synrc/base"><img src="https://openmoji.org/data/color/svg/1F506.svg"/></a>
<h1>BASE</h1>
</header>
<aside>
<article>
<section>
<h3>INTRO</h3>
<div>
BASE is an Erlang/OTP library compatible with AtomVM, BEAM and LINQ virtual machines.
A minimalistic STDLIB replcement.
</div>
</section>
<section>
<h3><a href="https://base.n2o.dev">MANUAL</a></h3>
<div><ul>
<li><a href="#man/base64.htm">BASE64</a></font></li>
<li><a href="#man/binary.htm">BINARY</a></font></li>
<li><a href="#man/calendar.htm">CALENDAR</a></font></li>
<li><a href="#man/lists.htm">LISTS</a></font></li>
<li><a href="#man/math.htm">MATH</a></font></li>
<li><a href="#man/random.htm">RANDOM</a></font></li>
<li><a href="#man/maps.htm">MAPS</a></font></li>
<li><a href="#man/sets.htm">SETS</a></font></li>
<li><a href="#man/queue.htm">QUEUE</a></font></li>
<li><a href="#man/proplists.htm">PROPLISTS</a></font></li>
<li><a href="#man/string.htm">STRING</a></font></li>
<li><a href="#man/timer.htm">TIMER</a></font></li>
<li><a href="#man/unicode.htm">UNICODE</a></font></li>
</ul></div>
<br>
<div>
4 NOV 2017 © <a href="https://github.com/5HT">Namdak Tonpa</a> ISC
</div>
</section>
</article>
</aside>
<main>
<section>
<section>
<a name=plugin><h3>Related Documents</h3></a>
<div>
<ul>
<li><a href="https://rt.n2o.dev">RT</a>,
<a href="https://rocksdb.n2o.dev">ROCKSDB</a></li>
</ul></div>
</section>
</main>
<footer>
Made with <span class="heart">❤</span> to Erlang/OTP and N2O
</footer>
</body>
</html>