Skip to content

Commit

Permalink
Deploy website - based on a6948c7
Browse files Browse the repository at this point in the history
  • Loading branch information
cbebe committed Jun 18, 2024
1 parent cff81a8 commit 9a3f11c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h1 id="charles-anchetas-personal-website">Charles Ancheta&rsquo;s Personal Webs
</ul>
<h2 id="what-im-currently-learning">What I&rsquo;m currently learning</h2>
<ul>
<li>Machine Learning (finally drank the Kool-Aid)</li>
<li>Creative programming with p5.js</li>
</ul>
<h2 id="side-projects-im-working-onplanning-to-work-on">Side Projects I&rsquo;m working on/planning to work on</h2>
<p><a href="./projects#planned">For some accountability</a></p>
Expand Down
28 changes: 17 additions & 11 deletions projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,32 @@ <h1 id="my-personal-projects">My Personal Projects</h1>

<p>Both alone and with &#x2728; friends &#x2728;</p>
<h2 id="currentplanned-projectsa-nameplanneda">Current/Planned Projects<a name="planned"></a></h2>
<p>Capstone projects!</p>
<ul>
<li>Fysh (Fish-themed Esoteric Programming Language)
<li><a href="https://marketplace.visualstudio.com/items?itemName=Fysh-Fyve.fysh">Fysh Extension for VSCode</a>
<ul>
<li><a href="https://github.com/Fysh-Fyve/fysh">Compiler written (C++ and LLVM)</a></li>
<li><a href="https://github.com/Fysh-Fyve/tree-sitter-fysh">Tree-sitter Grammar</a></li>
<li><a href="https://github.com/Fysh-Fyve/fyshls">Fysh Language Server following Language Server Protocol
(Go)</a></li>
<li>Syntax highlighting</li>
<li>Code completion using LSP</li>
<li>Automatic installation</li>
<li><a href="https://github.com/Fysh-Fyve/vscode-fysh/">Source code on GitHub</a></li>
</ul>
</li>
<li><a href="https://github.com/Fysh-Fyve/riscv">Fysh-Fyve (Softcore RISC-V CPU in VHDL)</a></li>
<li><a href="https://github.com/Fysh-Fyve/fysh">Fysh Interpreter in Go</a></li>
</ul>
<h2 id="links">Links</h2>
<ul>
<li><a href="https://github.com/cbebe">GitHub</a></li>
<li><a href="https://devpost.com/charlesancheta">Devpost</a></li>
<li><a href="https://npmjs.com/~cbebe">NPM</a></li>
<li><a href="https://git.thyck.top/">Gitea</a></li>
<li><a href="/turnip">Turnip Price Calculator</a></li>
<li><a href="/post/pou">Pou Pentatonics (Happy New Year 2023!)</a></li>
</ul>
<h2 id="capstone-project---fysh-fyve---april-2024">Capstone Project - Fysh-Fyve - April 2024</h2>
<ul>
<li>Fysh (Fish-themed Esoteric Programming Language)
<ul>
<li><a href="https://github.com/Fysh-Fyve/fysh-sea">Compiler written in C++ with LLVM backend</a></li>
<li><a href="https://github.com/Fysh-Fyve/tree-sitter-fysh">Tree-sitter Grammar</a></li>
<li><a href="https://github.com/Fysh-Fyve/fyshls">Fysh Language Server following Language Server Protocol in Go</a></li>
</ul>
</li>
<li><a href="https://github.com/Fysh-Fyve/riscv">Fysh-Fyve (Softcore RISC-V CPU in VHDL)</a></li>
</ul>
<h2 id="thyck-corgis">Thyck Corgis</h2>
<p>Started October 2020 Formed for University of Alberta Engineering Competition,
Expand Down

0 comments on commit 9a3f11c

Please sign in to comment.