aboutsummaryrefslogtreecommitdiff
path: root/projects/index.html
blob: fc776f1298cb90708feef3d2d4adb8175d5079c0 (plain) (blame)
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
<!DOCTYPE html>
<html>
    <head>
		<meta charset="UTF-8">
        <link rel="stylesheet" type="text/css" href="/style.css">
        <title>ARFNET</title>
        <style>
        .sect {
            margin-left: 20px;
        }
        </style>
    </head>

    <body>
		<header><a href="/">
			<img src="/arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
        </a></header>
		<hr>
		<h2>Projects</h2>
        <blockquote>
            <h2>Hardware</h2>
            <div class="sect">
                <div class="item">
                    <h3><a href="arfvcr/">arfvcr</a></h3>
                    Digital pseudo-VCR for proprietary SONY Trinicon cameras
                </div>
                <div class="item">
                    <h3><a href="oscilloscope-terminal/">oscilloscope-terminal</a> WIP</h3>
                    Turn your oscilloscope into a linux terminal emulator with a sound card
                </div>
                <div class="item">
                    <h3><a href="workstations-gaia/">workstations-gaia</a> WIP</h3>
                    Preservation project and museum for the 90s UNIX workstations found at FIUM's Gaialab and Compute Centre storage
                </div>
            </div>
            <h2>Software</h2>
            <div class="sect">
                <div class="item">
                    <h3><a href="asd/">asd</a> WIP</h3>
                    arf software distribution: small embeddable and customizable BusyBox/Linux distribution
                </div>
                <div class="item">
                    <h3><a href="arfts/">arfts</a> WIP</h3>
                    Simple typesetting system designed for plaintext
                </div>
                <div class="item">
                    <h3><a href="arfchat/">arfchat</a> WIP</h3>
                    Simple UDP multicast chatroom application with internetwork relay daemon
                </div>
                <div>
                    <h3><a href="arfcpu/">arfmipsas + arfmipssim + arfcpu</a> WIP</h3>
                    Assembler, simulator & debugger and hardware description of the UM's ETC subject MIPS-based CPU
                </div>
                <div class="item">
                    <h3><a href="arfminesweeper/">arfminesweeper</a> WIP</h3>
                    Turn your oscilloscope into a linux terminal emulator with a sound card
                </div>
                <div class="item">
                    <h3><a href="arftracksat/">arftracksat</a> WIP</h3>
                    OpenGL satellite tracker
                </div>
                <div class="item">
                    <h3><a href="arfnet-cstims/">ARFNET CSTIMS</a> WIP</h3>
                    Simple Customer, Service, Ticket and Invoice Management System written in PHP
                </div>
                <div class="item">
                    <h3><a href="ww1game/">ww1game</a> WIP</h3>
                    SDL2 2D arcade WW1 themed game
                </div>
            </div>
        </blockquote>
    </body>
</html>