-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
107 lines (106 loc) · 3.38 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
<!DOCTYPE html>
<meta charset="utf-8" />
<head>
<title>jnnnnn</title>
<style>
.section {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
</style>
</head>
<body>
<div class="section">
<p>Welcome.</p>
<p>
<a
href="https://github.com/jnnnnn/jnnnnn.github.io/tree/master/doc/index.md"
>Writings</a
>
</p>
</div>
<div class="section">
<h1>Psychology</h1>
<p><a href="needs/index.html">Needs tool</a></p>
<p>
<a href="needs/sunburst.html?data=feelings-tree3.tsv"
>Feelings sunburst</a
>
</p>
<p>
<a href="needs/blank.html?f=cherish.tsv">Cherish sliders</a>
</p>
<p>
<a href="needs/sunburst.html?data=cherish-tree.tsv"
>Cherish wheel</a
>
</p>
</div>
<div class="section">
<h1>Software toys</h1>
<p>
Chart maker: <a href="quickgraph/">QuickGraph</a> -
<a href="quickgraph/readme.md">documentation</a>
</p>
<p>Tax Fraction: <a href="taxfrac/">TaxFrac</a></p>
<p><a href="sudoku/">Sudoku</a> solver in Preact</p>
<p><a href="oauth-pkce.svg">OAuth and PKCE</a> explanation chart</p>
<p>
Lit Dang Netflix Concentration Helper: (<a
href="https://youtu.be/k5QqXoVuOv8"
>video</a
>)
</p>
<p>
All your base are belong to you:
<a href="base-converter.html">base converter</a>
</p>
</div>
<div class="section">
<h1>Visualisations</h1>
<p>
Bachata moves: <a href="state/moveexplorer.html">mobile version</a> -
<a href="state/treediagram2.html">tree</a> -
<a href="state/stateexplorer.html?f=bachata_moves.txt">markov graph</a> -
<a href="state/dance-variation-bachata.html">variation</a
><a href="state/dance-variation-salsa.html">s</a>
</p>
<p>
State transition diagram explorer:
<a href="state/stateexplorer.html?f=salsa_moves.txt">salsa</a>
-
<a href="state/stateexplorer.html?f=bachata_moves.txt">bachata</a> (<a
href="state/stateexplorer.html?f=bachata_moves_fun.txt"
>fun</a
>)
</p>
<p>
Category color generator:
<a href="category-colors-2L-inplace.html">2 levels</a> or
<a href="category-colors-constrained.html"
>with an arbitrary constraint</a
>
</p>
<p>
GTFS visualiser: <a href="melnet/">melnet</a> (<a
href="https://youtu.be/swFEUJqtmvU"
>video</a
>)
</p>
<p>
Decision Maker: <a href="8ball.html">Decide</a> -
<a href="8ball.html?type=yes">AlwaysYes</a> -
<a href="8ball.html?type=no">AlwaysNo</a>
</p>
<p>
<a href="random-spinner/">Spinning wheel</a> chooses randomly
between several options
</p>
</div>
<div class="section">
<h1>Financial Markets</h1>
<p>
FIX viewer: <a href="fixviewer/FixTranslate2.html">FixTranslate2</a>
</p>
</div>
</body>