mirror of
https://github.com/CPunch/resume.git
synced 2024-11-14 17:40:05 +00:00
more minor refactoring, added .vscode to preserve cSpell words
This commit is contained in:
parent
020e7850b3
commit
fd3b96da5d
13
.vscode/settings.json
vendored
Normal file
13
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"cSpell.words": [
|
||||
"bytecode",
|
||||
"decompiler",
|
||||
"Decompy",
|
||||
"Gitea",
|
||||
"Kinect",
|
||||
"Laika",
|
||||
"libsodium",
|
||||
"Stubbs",
|
||||
"texlive"
|
||||
]
|
||||
}
|
@ -2,8 +2,7 @@
|
||||
|
||||
\begin{cventries}
|
||||
|
||||
\cventry
|
||||
{Worked with ADL to develop interactive exhibits from prototype to production}
|
||||
\cventry{Worked with ADL to develop interactive exhibits from prototype to production}
|
||||
{Fort Worth Museum of Science and History}
|
||||
{Student Intern}
|
||||
{Sept 2018 – Aug 2019}
|
||||
|
@ -2,8 +2,7 @@
|
||||
|
||||
\begin{cventries}
|
||||
\ifbool{contributedProjects}{
|
||||
\cventry
|
||||
{Reverse engineered server for the FusionFall MMO game written in C++}
|
||||
\cventry{Reverse engineered server for the FusionFall MMO game written in C++}
|
||||
{\href{https://github.com/OpenFusionProject/OpenFusion}{OpenFusion (https://github.com/OpenFusionProject/OpenFusion)}}
|
||||
{Original Author, Contributor}
|
||||
{Aug 2020 – Present}
|
||||
@ -17,8 +16,7 @@
|
||||
}{}
|
||||
|
||||
\ifbool{coolProjects}{
|
||||
\cventry
|
||||
{RAT written in Modern C}
|
||||
\cventry{RAT written in Modern C}
|
||||
{\href{https://github.com/CPunch/Laika}{Laika (https://github.com/CPunch/Laika)}}
|
||||
{Personal Project}
|
||||
{Jan 2022 – Present}
|
||||
@ -31,8 +29,7 @@
|
||||
\end{cvitems}
|
||||
}
|
||||
|
||||
\cventry
|
||||
{Lightweight embedded scripting language}
|
||||
\cventry{Lightweight embedded scripting language}
|
||||
{\href{https://github.com/CPunch/Cosmo}{Cosmo (https://github.com/CPunch/Cosmo)}}
|
||||
{Personal Project}
|
||||
{Oct 2020 – Feb 2021}
|
||||
@ -44,8 +41,7 @@
|
||||
\end{cvitems}
|
||||
}
|
||||
|
||||
\cventry
|
||||
{Lua 5.1 bytecode decompiler \& disassembler}
|
||||
\cventry{Lua 5.1 bytecode decompiler \& disassembler}
|
||||
{\href{https://github.com/CPunch/LuaDecompy}{LuaDecompy (https://github.com/CPunch/LuaDecompy)}}
|
||||
{Personal Project}
|
||||
{Aug 2022 – Present}
|
||||
@ -59,8 +55,7 @@
|
||||
}{}
|
||||
|
||||
\ifbool{devopsProjects}{
|
||||
\cventry
|
||||
{Personal Blog, Portfolio \& Gitea instance}
|
||||
\cventry{Personal Blog, Portfolio \& Gitea instance}
|
||||
{\href{https://github.com/CPunch/openpunk-ansible}{OpenPunk (https://github.com/CPunch/openpunk-ansible)}}
|
||||
{Personal Project}
|
||||
{Aug 2019 – Present}
|
||||
|
Loading…
Reference in New Issue
Block a user