-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (72 loc) · 3.5 KB
/
Copy pathindex.html
File metadata and controls
78 lines (72 loc) · 3.5 KB
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
<html>
<head>
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<h3>Cool stuff</h3>
<h4>Python</h4>
<ul>
<li><a href="https://github.com/anthonywritescode/explains">Anthony explains</a> - mostly Python, but also git, Docker and other stuff</li>
</ul>
<h4>Fun Android games</h4>
<ul>
<li>
<a href="https://play.google.com/store/apps/details?id=de.stollenmayer.philipp.Pop_1_1_Android">Okay?</a>
</li>
<li>
<a href="https://play.google.com/store/apps/dev?id=6731838628059519714">Bart Bonte</a>'s games:
<ul>
<li>
<a href="https://play.google.com/store/apps/details?id=air.com.bartbonte.yellow">yellow</a>
<p hidden>Released: 4 May 2017</p>
</li>
<li>
<a href="https://play.google.com/store/apps/details?id=air.com.bartbonte.red">red</a>
<p hidden>Released: 17 Jan 2018</p>
</li>
<li>
<a href="https://play.google.com/store/apps/details?id=air.com.bartbonte.black">black</a>
<p hidden>Released: 26 Sept 2018</p>
</li>
<li>
<a href="https://play.google.com/store/apps/details?id=air.com.bartbonte.blue">blue</a>
<p hidden>Released: 17 Jun 2019</p>
</li>
<li>
<a href="https://play.google.com/store/apps/details?id=air.com.bartbonte.green">green</a>
<p hidden>Released: 19 Mar 2020</p>
</li>
<li>
<a href="https://play.google.com/store/apps/details?id=air.com.bartbonte.pink">pink</a>
<p hidden>Released: 27 Jan 2021</p>
</li>
</ul>
</li>
</ul>
<h4>Tools</h4>
<ul>
<li><a href="https://stedolan.github.io/jq/">jq</a> - slice, filter, map and transform JSON with ease</li>
<li><a href="https://magit.vc/">Magit</a> - a git client for Emacs</li>
<li><a href="https://pre-commit.com/">pre-commit</a> - run stuff before committing: linters, formatters, etc.</li>
<li><a href="https://www.ventoy.net/en/index.html">Ventoy</a> - multiple bootable ISOs (Linux distributions, Windows) on one pendrive</li>
</ul>
<h4>Science & education</h4>
<ul>
<li><a href="https://www.youtube.com/user/Vsauce">Vsauce</a></li>
<li><a href="https://www.youtube.com/channel/UCHnyfMqiRRG1u-2MsSQLbXA">Veritasium</a></li>
<li><a href="https://www.youtube.com/user/enyay">Tom Scott</a></li>
</ul>
<h4>English</h4>
<ul>
<li><a href="https://www.youtube.com/user/papateachme">Learn English with Papa Teach Me</a></li>
<li><a href="https://www.youtube.com/user/iswearenglish">iswearenglish</a></li>
<li><a href="https://www.duolingo.com/">Duolingo</a></li>
</ul>
<h3>Notes</h3>
<ul>
<li><a href="python/type_hints.html">Type hints in Python</a> - my cheatsheet</li>
<li><a href="magit/notes.html">Magit notes</a></li>
<li><a href="tldr/index.html">tldr</a> - various commands</li>
</ul>
</body>
</html>