-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.txt
47 lines (35 loc) · 923 Bytes
/
notes.txt
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
TO DO:
* escape-key option for buttons
* table-populator
o more to-do items
* try google fonts
* Learn more about CSS -- sharpen how theming works
* Dropdown options specified within JS?
* have min/max be written by JS?
<input tabindex=4 type="number" id="min-match-length" name="min-match-length" min="1" max="30"/>
Also:
* How to encapsulate: include CSS as well? Needs to come from the app ...
* Props more generally; button colors, minimally
* Fix isInteger(3.4) b04k
Notes on React:
* Props: immutable, owned by the parent component, passed down to children
* State: mutable, owned by the component itself
d3:
* fourier-series xy
* mhcoin -- ? other mcmc?
* numerical differential geometry project
* SDEs ...
more svg:
* sierpinski triangle
* 3-body problem
Other:
* WEB-PGR
* RANDSPELL?
* CLASSICAL CIPHERS?
* randuv?
React notes:
* react
* typescript
* eslint
* component library ... mui?
* next.js