You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
213 lines
7.3 KiB
213 lines
7.3 KiB
<!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>(;) 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>
|
|
|