initial commit
This commit is contained in:
54
projects.html
Normal file
54
projects.html
Normal file
@@ -0,0 +1,54 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<link rel="icon" href="icon.png" type="image/png">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta charset="utf-8">
|
||||
<title>craisin</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>
|
||||
<p>interesting <b><a href="https://notes.craisin.tech">ramblings</a></b>, mainly involving math, but occasionally involving some cs</p>
|
||||
<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>
|
||||
Reference in New Issue
Block a user