-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoss.html
150 lines (143 loc) · 4.97 KB
/
oss.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
147
148
149
150
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="" >
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Tomoaki Kobayashi – OSS</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
/* The extra [class] is a hack that increases specificity enough to
override a similar rule in reveal.js */
ul.task-list[class]{list-style: none;}
ul.task-list li input[type="checkbox"] {
font-size: inherit;
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
.body-block>h1 {
border-bottom: 2px solid black;
}
.active {
font-weight: bold;
}
code,
pre:has(code) {
/* color: green; */
background-color: white;
}
pre:has(code) {
padding: 10px;
border: 2px solid black;
}
.csl-entry {
margin-top: 10px;
}
.csl-block {
margin-top: 3px;
/* line-height: 1.2; */
}
</style>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<table border="1" style="display: table">
<tr>
<td height="100" style="width: 60%">
<h1 class="title" style="margin:0px 0px 0px 0px;">Tomoaki Kobayashi</h1>
</td>
<td style="width: 40%">
<nav>
<a class="" href="./index.html">
About
</a>
<a class="active" href="./oss.html">
OSS
</a>
<a class="" href="./research.html">
Research
</a>
<!-- <a class="" href="./posts.html">
Posts
</a> -->
</nav>
</td>
</tr>
</table>
</header>
<div id="title-block-header" style="text-align: center;">
<h1 class="title">OSS</h1>
<p class="date">20th Nov 2024</p>
</div>
<nav id="TOC" role="doc-toc">
<ul>
<li><a href="#public-projects" id="toc-public-projects"><span
class="toc-section-number">1</span> Public Projects</a>
<ul>
<li><a href="#strymonas" id="toc-strymonas"><span
class="toc-section-number">1.1</span> Strymonas</a></li>
</ul></li>
<li><a href="#personal-projects"
id="toc-personal-projects"><span
class="toc-section-number">2</span> Personal Projects</a>
<ul>
<li><a href="#this-website" id="toc-this-website"><span
class="toc-section-number">2.1</span> This Website</a></li>
<li><a href="#alistice-a-bookmark-management-system"
id="toc-alistice-a-bookmark-management-system"><span
class="toc-section-number">2.2</span> Alistice – a bookmark
management system</a></li>
<li><a href="#nesmlsharp-a-nes-emulator-in-standard-ml"
id="toc-nesmlsharp-a-nes-emulator-in-standard-ml"><span
class="toc-section-number">2.3</span> nesmlSharp – a NES
emulator in Standard ML</a></li>
</ul></li>
</ul>
</nav>
<div class="body-block">
<p>Here, I will showcase the software projects I have worked on
during my leisure time.</p>
<h1 data-number="1" id="public-projects"><span
class="header-section-number">1</span> Public Projects</h1>
<h2 data-number="1.1" id="strymonas"><span
class="header-section-number">1.1</span> Strymonas</h2>
<p><a href="https://github.com/moatom/strymonas.github.io"
class="uri">https://github.com/moatom/strymonas.github.io</a></p>
<h1 data-number="2" id="personal-projects"><span
class="header-section-number">2</span> Personal Projects</h1>
<h2 data-number="2.1" id="this-website"><span
class="header-section-number">2.1</span> This Website</h2>
<p>It is made of Pandoc. See <a
href="https://github.com/moatom/profile"
class="uri">https://github.com/moatom/profile</a>.
<!-- https://github.com/chambln/pandoc-rss --></p>
<h2 data-number="2.2"
id="alistice-a-bookmark-management-system"><span
class="header-section-number">2.2</span> Alistice – a bookmark
management system</h2>
<!-- center -->
<p><img src="./static/alistice/1.png" alt="alstice" height="430px"/></p>
<p><a href="https://github.com/moatom/alistice"
class="uri">https://github.com/moatom/alistice</a></p>
<h2 data-number="2.3"
id="nesmlsharp-a-nes-emulator-in-standard-ml"><span
class="header-section-number">2.3</span> nesmlSharp – a NES emulator
in Standard ML</h2>
<!-- center -->
<p><img src="./static/nesml.png" alt="nesml"/></p>
<p><a href="https://github.com/moatom/nesmlSharp"
class="uri">https://github.com/moatom/nesmlSharp</a></p>
<!-- TODO:
- Graphviz macOS installer?
- gnuradio?
- rustc?
- cheat-sheet generator? -->
</div>
</body>
</html>