-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
244 lines (223 loc) · 6.67 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
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<title>Toys</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Pet projects that are too small to be worth their own separate repositories and to be developed and maintained very rigorously." />
<link rel="icon" href="athoshun.jpg" />
<meta name="twitter:card" content="summary" />
<meta property="og:title" content="Toys" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://attilammagyar.github.io/toys" />
<meta property="og:image" content="https://attilammagyar.github.io/toys/toys.jpg" />
<meta property="og:image:alt" content="Screenshot of the page" />
<meta property="og:image:width" content="1280" />
<meta property="og:image:height" content="720" />
<meta property="og:description" content="Pet projects that are too small to be worth their own separate repositories and to be developed and maintained very rigorously." />
<style>
html, body {
background: #060608;
color: #bbc;
padding: 0;
margin: 0;
}
body {
font-family: sans-serif;
font-size: 3vmin;
}
h1,
h2,
p {
text-align: center;
}
ul {
list-style-type: none;
padding: 0;
}
li {
clear: both;
margin: 3vw;
border-radius: 2vmin;
background: #0e0f11;
padding: 1vmin;
line-height: 5vmin;
box-shadow: 1vmin 1vmin 3vmin 1vmin #000;
}
li:hover {
background: #0e0f19;
}
a {
color: #8787ff;
font-weight: bold;
}
li h3 {
margin: 0.5vmin;
padding: 0;
}
li img {
float: left;
margin: 3vmin 1vw;
max-width: 23vw;
max-height: 48vh;
}
li p {
text-align: left;
margin-left: 25vw;
padding: 0.3vmin;
}
li div {
clear: both;
text-align: right;
}
li div a {
display: inline-block;
margin: 1.2vmin;
height: 7vmin;
padding: 1vmin 5vmin;
line-height: 7vmin;
font-size: 5vmin;
text-decoration: none;
border: outset 0.5vmin #606890;
border-radius: 1vmin;
background: #001838;
color: #e0e0f0;
min-width: 27vmin;
text-align: center;
}
</style>
</head>
<body>
<h1>Toys</h1>
<p>
Pet projects that are too small to be worth their own separate repositories
and to be developed and maintained very rigorously.
</p>
<p>
<a href="#language-learning">Language Learning</a>
| <a href="#games">Games</a>
| <a href="#audio">Audio</a>
| <a href="#math">Math</a>
</p>
<h2 id="language-learning">Language Learning</h2>
<ul>
<li>
<h3>Kanji Practice</h3>
<img src="kanji-practice/kanji-practice.jpg" alt="Screenshot of the Kanji Practice app" />
<p>
A writing based, minimalistic flashcard (SRS, Spaced Repetition System)
app for learning Japanese kanji.
</p>
<div>
<a href="kanji-practice/index.html" download="kanji-practice.html">Download</a>
<a href="kanji-practice/index.html">Open</a>
</div>
</li>
<li>
<h3>Flashcards</h3>
<img src="flashcards/flashcards.jpg" alt="Screenshot of the Flashcards app" />
<p>
A minimalistic flashcard (SRS, Spaced Repetition System) app for
language learning and more, with a dark color scheme.
</p>
<div>
<a href="flashcards/index.html" download="flashcards.html">Download</a>
<a href="flashcards/index.html">Open</a>
</div>
</li>
</ul>
<h2 id="games">Games</h2>
<ul>
<li>
<h3>Chimp Memory Game</h3>
<img src="chimp-mem-game/chimp-mem-game.jpg" alt="Screenshot of the Chimp Memory Game app" />
<p>
Memorize the randomly scattered numbers, then
click or touch them in ascending order - if you can.
</p>
<div>
<a href="chimp-mem-game/index.html" download="chimp-mem-game.html">Download</a>
<a href="chimp-mem-game/index.html">Open</a>
</div>
</li>
<li>
<h3>Calcle</h3>
<img src="calcle/calcle.jpg" alt="Screenshot of Calcle" />
<p>
A game where you have to assemble the longest correct calculation with the
highest result you can. New challenge every day. (Inspired by Wordle.)
</p>
<div>
<a href="calcle/index.html" download="calcle.html">Download</a>
<a href="calcle/index.html">Open</a>
</div>
</li>
</ul>
<h2 id="audio">Audio</h2>
<ul>
<li>
<h3>Image to WAV</h3>
<img src="img2wav/img2wav.jpg" alt="Screenshot of the Image to WAV app" />
<p>
Turn an image into sound (sonification): this image synth toy can
generate a sound which reproduces a picture when you look at its
spectrogram.
</p>
<div>
<a href="img2wav/index.html">Open</a>
</div>
</li>
<li>
<h3>JS-80</h3>
<img src="js-80/js-80.jpg" alt="Screenshot of the JS-80 software synthesizer" />
<p>
Play two flexible, polyphonic, 80's style synthesizers and a sequencer
with a MIDI keyboard and your computer keyboard, all in a single
browser window.
</p>
<div>
<a href="js-80/index.html" download="js-80.html">Download</a>
<a href="js-80/index.html">Open</a>
</div>
</li>
</ul>
<h2 id="math">Math</h2>
<ul>
<li>
<h3>Artificial Neural Network Notes (work in progress draft)</h3>
<img src="ann/ann.jpg" alt="Screenshot of Artificial Neural Network Notes" />
<p>
I decided to brush up my knowledge on the math behind artificial neural
networks, and these are the notes that I've taken along the way.
</p>
<p>
The appendix contains a collection of notations, definitions, and theorems
from the fields of linear algebra and calculus that are used throughout
the document.
</p>
<div>
<a href="ann/ann_notes.pdf">Download</a>
</div>
</li>
<li>
<h3>Yet Another Continuous Extension of the Collatz Function</h3>
<img src="collatz/collatz.jpg" alt="Visualization of a continuous extension of the Collatz function" />
<p>
I have found a continuous extension of the
<a href="https://en.wikipedia.org/wiki/Collatz_conjecture">Collatz function</a>
which seems to have no cycle besides <code>(1;2)</code>
and its fixed points, and which converges to 1 even from the close
vicinity of its positive real fixed points, usually with lower stopping
times than other continuous extensions. I have rendered a few nice
visualizations of it on the complex plane.
</p>
<div>
<a href="https://github.com/attilammagyar/toys/tree/gh-pages/collatz">Open</a>
</div>
</li>
</ul>
<p>
<a href="https://github.com/attilammagyar/toys"
target="_blank">Source code on GitHub</a>
</p>
</body>
</html>