-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
228 lines (221 loc) · 7.88 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="HandheldFriendly" content="true" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Be kind for 2020 (bkf2020)'s Website!</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Be kind for 2020 (bkf2020)'s Website!</h1>
<p>
<b><a id="current" href="/">home</a></b>
</p>
</header>
<article>
<h2>What is this?</h1>
<p>My personal website. I put my some tools/resources here.</p>
<p>The website is hosted in the following places
<center>
<p>
<a href="https://bkf2020.github.io">Github</a> |
<a href="https://bkf2020.gitlab.io">Gitlab</a> |
<a href="https://bkf2020.codeberg.page">Codeberg</a>
</p>
</center>
<p>You can view the code of everything in the website in one of these places:</p>
<center>
<p>
<a href="https://github.com/bkf2020/bkf2020.github.io">Github Repo</a> |
<a href="https://gitlab.com/bkf2020/bkf2020.gitlab.io">Gitlab Repo</a> |
<a href="https://codeberg.org/bkf2020/pages">Codeberg Repo</a>
</p>
</center>
<p>"Website repo" refers to the repositories above. All repositories have the same code.</p>
<h2><a href="blog">My blog</a></h2>
<p>
I discuss topics I want, check it out if you are interested. <a href="blog">Link</a>
</p>
<h2>Projects I have</h2>
<ul>
<details>
<summary>listudy (click to show more)
<mark>Check this out!</mark>
</summary>
<ul>
<li><a href="listudy">Listudy Learn: asks you written questions based on flashcards to help you LEARN!</a></li>
<li><a href="listudy/quiz">Listudy Quiz: tests you based flashcards!</a></li>
<li>License: CC0</li>
<li>
Description: Simple, free, open source tool that gives you written
questions to help you LEARN flashcards. Also has the option for tests based on flashcards.
</li>
<li>Code available in the <code>listudy</code> folder in the website repo.</li>
</ul>
</details>
<details>
<summary>(;) semicolon math (click to show more)
<mark>Check this out!</mark>
</summary>
<ul>
<li>License: AGPLv3</li>
<li>
Description: a math platform that is similar to Codeforces.
Usual contests have 6 AIME-style problems with 2 easy, medium, and hard problems.
Users get a long contest interval to a pick a time to take the contest.
</li>
<li><a href="https://scmath.herokuapp.com">Website link!</a></li>
<li><a href="https://github.com/bkf2020/semicolon">Code on Github</a></li>
<li><a href="https://gitlab.com/bkf2020/semicolon">Code on Gitlab</a></li>
<li><a href="https://codeberg.org/bkf2020/semicolon">Code on Codeberg</a></li>
<li><a href="https://discord.gg/9deBe7WnEM">Discord</a></li>
<li><a href="https://artofproblemsolving.com/community/c5h2779644">AoPS description post/announcement</a></li>
<li><a href="https://artofproblemsolving.com/community/c5h2823066">New AoPS description post/announcement</a></li>
</ul>
</details>
<details>
<summary>MWE: Make work easier (click to show more)
</summary>
<ul>
<li>License: CC0</li>
<li><a href="mwe">link</a></li>
<li>
Description: Pick a task, set a timer, and start working!
If you don't finish the task, you'll have to do a punishment.
</li>
<li>
Code available in <code>mwe.html</code>
and <code>mwe.js</code> in the website repo.
Also <code>audio/alarm.mp3</code> is the alarm
sound at the end of the timer
<a href="https://freesound.org/people/unfa/sounds/156548/">
downloaded from here (CC0 license)</a>.
</li>
</ul>
</details>
<details>
<summary>liblock (click to show more)
</summary>
<ul>
<li>License: GPL v3 only.</li>
<li>Description: A browser extension for chrome that allows
to to block websites and specify a time to unblock websites.
</li>
<li><a href="https://github.com/bkf2020/liblock">liblock on Github</a></li>
<li><a href="https://gitlab.com/bkf2020/liblock">liblock on Gitlab</a></li>
<li><a href="https://codeberg.org/bkf2020/liblock">liblock on Codeberg</a></li>
</ul>
</details>
<details>
<summary>
Visualizer (click to show more)
<mark>Check this out!</mark>
</summary>
<ul>
<li>License: MIT. See <code>LICENSE</code> file in website repo</li>
<li><a href="visual">link</a></li>
<li>Description: A tool that visualizes how many problems
I have solved in the math log and computer science log. Uses
three.js</li>
<li>
Find code in <code>visual.html</code> and <code>visualcredits.html</code>
in the website repo.
</li>
</ul>
</details>
<details>
<summary>amcgen (click to show more)</summary>
<ul>
<li><a href="amcgen">website link</a></a></li>
<li>License: CC0</li>
<li>Description: amcgen gives you a problemset of 5 problems for aime, amc8, amc10, and amc12</li>
<li>Code available in the <code>amcgen</code> folder in the website repo.</li>
</ul>
</details>
<details>
<summary>gamc (click to show more)</summary>
<ul>
<li>License: GPL v3</li>
<li>Description: game to make practicing for amc/aime more fun. ALPHA!!</li>
<li><a href="https://github.com/bkf2020/gamc">Code on Github</a></li>
<li><a href="https://gitlab.com/bkf2020/gamc">Code on Gitlab</a></li>
<li><a href="https://codeberg.org/bkf2020/gamc">Code on Codeberg</a></li>
</ul>
</details>
<details>
<summary>Solving advent of code (click to show more)</summary>
<ul>
<li>License: Unlicense</li>
<li>Description: My attempt on solving advent of code. Fun problem solving :)</li>
<li><a href="https://github.com/bkf2020/AOC">Code on Github</a></li>
<li><a href="https://gitlab.com/bkf2020/AOC">Code on Gitlab</a></li>
<li><a href="https://codeberg.org/bkf2020/AOC">Code on Codeberg</a></li>
</ul>
</details>
</ul>
<h2>Personal Logs of math, computer science, and fitness</h2>
<p>
The goal is to motivate me to solve math and computer science problems as practice every week.
Also, I have the goal of exercising each week.
</p>
<ul>
<li><a href="mathlog">Math log</a></li>
<li><a href="cslog">Computer Science Log</a></li>
<li><a href="fitlog">Fitness Log</a></li>
</ul>
<h2>Basic Tools/Resources</h2>
<ul>
<details>
<summary>Be kind for 2020! (click to show more)</summary>
<ul>
<li>License: CC0</li>
<li><a href="bekind">link</a></li>
<li>Description: Answers: Why be kind? And, how to be kind?</li>
<li>Code available in <code>bekind.html</code> in the website repo.</li>
</ul>
</details>
<details>
<summary>Spoilers (click to show more)</summary>
<ul>
<li>License: GPL v3</li>
<li>Description: blocks internet access on <u>Linux with NetworkManager</u> to help you focus on competitive programming (LICENSE GPL v3)</li>
<li><a href="https://github.com/bkf2020/spoilers">Code on Github</a></li>
<li><a href="https://gitlab.com/bkf2020/spoilers">Code on Gitlab</a></li>
<li><a href="https://codeberg.org/bkf2020/spoilers">Code on Codeberg</a></li>
</ul>
</details>
<details>
<summary>Timer (click to show more)</summary>
<ul>
<li>License: CC0</li>
<li><a href="timer">link</a></li>
<li>Description: A simple timer that needs Javascript to work.</li>
<li>
Code available in <code>timer.html</code>
and <code>timer.js</code> in the website repo.
Also <code>audio/alarm.mp3</code> is the alarm
sound at the end of the timer
<a href="https://freesound.org/people/unfa/sounds/156548/">
downloaded from here (CC0 license)</a>.
</li>
</ul>
</details>
</ul>
</article>
<footer>
<p>
<b><a id="current" href="/">home</a></b>
</p>
<p>
all code/content on this website is under CC0
unless otherwise stated.
</p>
<p>
other projects I have may have different licenses
</p>
</footer>
</body>
</html>