57 lines
3.2 KiB
HTML
57 lines
3.2 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
|
||
<head>
|
||
<link rel="icon" href="icon.ico" type="image/x-icon">
|
||
<link rel="stylesheet" href="style.css">
|
||
<meta charset="utf-8">
|
||
<title>𝚌𝚊𝚢𝚍𝚎𝚗 𝚢𝚊𝚙</title>
|
||
</head>
|
||
|
||
<body>
|
||
|
||
<div class="foreground-container">
|
||
<header>
|
||
<h1>cayden yap</h1>
|
||
<p class="subtitle">craisin · computer science and math student</p>
|
||
<hr>
|
||
</header>
|
||
<main>
|
||
<div class="content-container">
|
||
<article>
|
||
<h3>coding projects</h3>
|
||
<ul>
|
||
<li><b><a href="https://gitea.craisin.tech/craisin/homelab-compose">homelab</a></b>: my personal server running docker based infrastructure (serves this webpage and my notes)</li>
|
||
<li><b><a href="https://gitea.craisin.tech/craisin/word2vec-from-scratch">word2vec</a> and <a href="https://gitea.craisin.tech/craisin/polynoimial-regression">polynoimial regression</a> implementations</b>: personal implementations of ml algorithms i made to further my undertanding of them</li>
|
||
<li><b><a href="https://shapeai.craisin.tech">shapeai</a></b>: trained catagorization model in tensorflow, forked and improved from my friend <b><a href="https://github.com/quentinbkk">@quentinbkk</a></b></li>
|
||
</ul>
|
||
<h3>notes</h3>
|
||
<ul>
|
||
<li>interesting <b><a href="https://notes.craisin.tech">ramblings</a></b>, mainly involving math, but occasionally involving some cs</li>
|
||
<li>slides from <b><a href="https://drive.google.com/drive/folders/1qbMa-FN3c0GvBiYzLHtLrEfpe52rqtn6?usp=drive_link">phhs</a></b> and <b><a href="https://drive.google.com/drive/folders/1JD4pmhg3QJSXomd5u3TpOPRT2U1bp4Ql?usp=drive_link">sms</a></b> math club</li>
|
||
</ul>
|
||
<h3>desmos projects</h3>
|
||
<ul>
|
||
<li><b>brainfuck in desmos</b>: implementation of <b><a href="https://www.desmos.com/calculator/36acb2d22f">brainfuck in desmos</a></b></li>
|
||
<li><b>desmos arcade</b>: <b><a href="https://www.desmos.com/calculator/31f9eb453e">snake</a></b>, <b><a href="https://www.desmos.com/calculator/06072f8b71">pong</a></b>, and <b><a href="https://www.desmos.com/calculator/d9pxtqh4xp">flappy bird</a></b> in desmos</li>
|
||
</ul>
|
||
</article>
|
||
<footer>
|
||
<a class="bi bi-linkedin" title="Linkedin" href="https://www.linkedin.com/in/kah-kai-yap/"></a>
|
||
<a class="bi bi-git" title="Gitea (personal projects)" href="https://gitea.craisin.tech/craisin"></a>
|
||
<a class="bi bi-github" title="Github (public projects)" href="https://github.com/craisined"></a>
|
||
<a class="bi bi-trophy-fill" title="Codeforces" href="https://codeforces.com/profile/craisin"></a>
|
||
<a class="bi bi-envelope-fill" title="Email" href="mailto:kahkaicyap@gmail.com"></a>
|
||
</footer>
|
||
</div>
|
||
<nav>
|
||
<h2><a href="index.html">about me</a></h2>
|
||
<h2><a href="experience.html">experience</a></h2>
|
||
<h2><a href="">projects</a></h2>
|
||
</nav>
|
||
</main>
|
||
</div>
|
||
|
||
</body>
|
||
|
||
</html> |