-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplications.html
46 lines (37 loc) · 957 Bytes
/
applications.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
---
title: Application
layout: default
---
<a href="/">remoshock</a> > <a href="/applications.html">Applications</a>
<h1>Applications</h1>
<div class="cardbox">
<a href="/application/remote.html" class="card">
<div>
<h2>📱 Remote Control</h2>
A web based remote control, that works on mobile.
</div>
</a>
<a href="/application/randomizer.html" class="card">
<div>
<h2>🎲 Randomizer</h2>
A web based configuration interface, that works on mobile, for the randomizer.
</div>
</a>
<a href="/application/remoshockcli.html" class="card">
<div>
<h2>🖥 remoshockcli</h2>
A command line interface (terminal) program.
</div>
</a>
<a href="/application/remoshockserver.html" class="card">
<div>
<h2>🗄 remoshockserver</h2>
A server that hosts remoshock web applications.
</div>
</a>
<a href="/application/remoshockrnd.html" class="card">
<div>
<h2>🎲 remoshockrnd</h2>
A command line program that will send commands at random times.
</div>
</a>