-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (61 loc) · 1.55 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
<html>
<head>
<title>Artur Shellunts</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./styles.css">
</head>
<script type="text/javascript" src="blog/count_visitors.js"></script>
<body>
<h2>
<a href="./projects.html">projects</a> | <a href="./talks.html">talks</a>
</h2>
<h2> blog </h2>
<ul>
<li>
<small> 27 March 2023 </small>
<a href="./blog/07_til.html">
TIL (today I learned)
</a>
</li>
<li>
<small> 2 Dec 2021 </small>
<a href="./blog/06_vs_2019.html">
Link to download VS 2019 community edition
</a>
</li>
<li>
<small> 1 Nov 2021 </small>
<a href="./blog/05_docker_in_wsl2_not_working.html">
Docker in WSL2 not working
</a>
</li>
<li>
<small> 1 Nov 2021 </small>
<a href="./blog/04_go_test_with_color_output_and_auto_rerun.html">
Go test with color output and auto rerun
</a>
</li>
<li>
<small> 1 Nov 2021 </small>
<a href="./blog/03_git_commands_that_i_cant_remember.html">
GIT commands that I can't remember
</a>
</li>
<li>
<small> 12 Oct 2021 </small>
<a href="./blog/02_anker_soundcore_mini_does_not_react_on_volume_control_from_windows.html">
Anker Soundcore Mini does not react on volume control from Windows
</a>
</li>
<li>
<small> 1 Oct 2021 </small>
<a href="./blog/01_troubleshooting_wsl2_installation.html">
Troubleshooting WSL2 installation
</a>
</li>
</ul>
<h2>
<a href="./me.html"> about </a>
</h2>
</body>
</html>