mirror of
https://github.com/CPunch/resume.git
synced 2024-12-22 11:10:03 +00:00
Added 'education' section, minor revising
- removed 'LuaDecompy' (for now)
This commit is contained in:
parent
fd3b96da5d
commit
9a909c994b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
resume.aux
|
resume.aux
|
||||||
resume.log
|
resume.log
|
||||||
resume.pdf
|
resume.pdf
|
||||||
|
*.patch
|
@ -7,6 +7,8 @@ Compile and build my resume with the following command:
|
|||||||
xelatex resume.tex
|
xelatex resume.tex
|
||||||
```
|
```
|
||||||
|
|
||||||
|
There are several different configs (in `resume.tex`) for me to tailor my resume to different positions. By default, the resume includes everything (so the resume is quite long.) Before sending my resume I have a local patch file for different positions (including adding more personal contact information)
|
||||||
|
|
||||||
## Release builds
|
## Release builds
|
||||||
|
|
||||||
You can find automated builds & releases of my resume on the [releases](https://github.com/CPunch/resume/releases) page.
|
You can find automated builds & releases of my resume on the [releases](https://github.com/CPunch/resume/releases) page.
|
||||||
|
10
resume.tex
10
resume.tex
@ -28,12 +28,12 @@
|
|||||||
\colorlet{awesome}{awesome-orange}
|
\colorlet{awesome}{awesome-orange}
|
||||||
|
|
||||||
% content configuration
|
% content configuration
|
||||||
\newbool{coolProjects}
|
\newbool{systemsProgProjects}
|
||||||
\newbool{devopsProjects}
|
\newbool{devopsProjects}
|
||||||
\newbool{contributedProjects}
|
\newbool{contributedProjects}
|
||||||
|
|
||||||
\setbool{coolProjects}{true} % Cosmo, Laika, LuaDecompy
|
\setbool{systemsProgProjects}{true} % Cosmo, Laika (systems programming related projects)
|
||||||
\setbool{devopsProjects}{true} % OpenPunk
|
\setbool{devopsProjects}{true} % OpenPunk (more of like devops/webshit/backend/frontend)
|
||||||
\setbool{contributedProjects}{true} % OpenFusion
|
\setbool{contributedProjects}{true} % OpenFusion
|
||||||
|
|
||||||
%--------------------------------------------------------------------------------------------------
|
%--------------------------------------------------------------------------------------------------
|
||||||
@ -42,7 +42,7 @@
|
|||||||
%--------------------------------------------------------------------------------------------------
|
%--------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
\name{Seth}{Stubbs}
|
\name{Seth}{Stubbs}
|
||||||
\position{Systems Programmer | Reverse Engineer}
|
\position{Systems Programmer}
|
||||||
\email{openpunk@proton.me}
|
\email{openpunk@proton.me}
|
||||||
\homepage{openpunk.com}
|
\homepage{openpunk.com}
|
||||||
\github{CPunch}
|
\github{CPunch}
|
||||||
@ -55,10 +55,10 @@
|
|||||||
\begin{document}
|
\begin{document}
|
||||||
\makecvheader[C]
|
\makecvheader[C]
|
||||||
|
|
||||||
%\input{resume/summary.tex}
|
|
||||||
\input{resume/skills.tex}
|
\input{resume/skills.tex}
|
||||||
\input{resume/experience.tex}
|
\input{resume/experience.tex}
|
||||||
\input{resume/projects.tex}
|
\input{resume/projects.tex}
|
||||||
|
\input{resume/education.tex}
|
||||||
|
|
||||||
\makecvfooter{}{References avaliable upon request}{}
|
\makecvfooter{}{References avaliable upon request}{}
|
||||||
\end{document}
|
\end{document}
|
12
resume/education.tex
Normal file
12
resume/education.tex
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
\cvsection{Education}
|
||||||
|
|
||||||
|
\begin{cventries}
|
||||||
|
|
||||||
|
\cventry{Current Sophmore pursuing a degree in CompSci, member of the Cyber Security club}
|
||||||
|
{University of North Texas}
|
||||||
|
{BS. Computer Science}
|
||||||
|
{Aug 2022 – 2025}
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
\end{cventries}
|
@ -8,10 +8,10 @@
|
|||||||
{Sept 2018 – Aug 2019}
|
{Sept 2018 – Aug 2019}
|
||||||
{
|
{
|
||||||
\begin{cvitems}
|
\begin{cvitems}
|
||||||
\item {Lead the development of a temporary exhibit showcasing VR using the Unity3D engine to make Carnival-style games}
|
\item {Lead the development of a temporary exhibit showcasing VR using the \textbf{Unity3D} engine to make carnival-style games}
|
||||||
\item {Developed several small exhibits, including several back-cataloged projects which remain unreleased}
|
\item {Developed several small exhibits, including several back-cataloged projects which remain unreleased}
|
||||||
\item {Wrote the software for an exhibit using the Microsoft Kinect to simulate the ``doppler effect'' light has when moving away/toward an object in space}
|
\item {Wrote an \textbf{interactive python script} for an exhibit using the Microsoft Kinect to simulate the ``doppler effect'' light has when moving away/toward an object in space}
|
||||||
\item {Received live feedback from Museum patrons on projects, responded to criticism with suggested improvements}
|
\item {Received live feedback from Museum patrons on projects, \textbf{responded to criticism} with suggested improvements}
|
||||||
\end{cvitems}
|
\end{cvitems}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
}
|
}
|
||||||
}{}
|
}{}
|
||||||
|
|
||||||
\ifbool{coolProjects}{
|
\ifbool{systemsProgProjects}{
|
||||||
\cventry{RAT written in Modern C}
|
\cventry{RAT written in Modern C}
|
||||||
{\href{https://github.com/CPunch/Laika}{Laika (https://github.com/CPunch/Laika)}}
|
{\href{https://github.com/CPunch/Laika}{Laika (https://github.com/CPunch/Laika)}}
|
||||||
{Personal Project}
|
{Personal Project}
|
||||||
@ -41,17 +41,17 @@
|
|||||||
\end{cvitems}
|
\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)}}
|
% {\href{https://github.com/CPunch/LuaDecompy}{LuaDecompy (https://github.com/CPunch/LuaDecompy)}}
|
||||||
{Personal Project}
|
% {Personal Project}
|
||||||
{Aug 2022 – Present}
|
% {Aug 2022 – Present}
|
||||||
{
|
% {
|
||||||
\begin{cvitems}
|
% \begin{cvitems}
|
||||||
\item {\textbf{Lua} 5.1 bytecode deserializer, wrote by reading the source and online documentation}
|
% \item {\textbf{Lua} 5.1 bytecode deserializer, wrote by reading the source and online documentation}
|
||||||
\item {Register-based \textbf{decompiler}, with configurable settings for aggressive localization}
|
% \item {Register-based \textbf{decompiler}, with configurable settings for aggressive localization}
|
||||||
\item {Well \textbf{annotated and documented} code, allowing anyone to hack on the codebase}
|
% \item {Well \textbf{annotated and documented} code, allowing anyone to hack on the codebase}
|
||||||
\end{cvitems}
|
% \end{cvitems}
|
||||||
}
|
% }
|
||||||
}{}
|
}{}
|
||||||
|
|
||||||
\ifbool{devopsProjects}{
|
\ifbool{devopsProjects}{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
\cvsection{Technical Skills}
|
\cvsection{Technical Skills}
|
||||||
|
|
||||||
\begin{cvskills}
|
\begin{cvskills}
|
||||||
\cvskill{Programming Languages}{Proficient in C, Lua, Python | Familiar with Web Development}
|
\cvskill{Programming Languages}{C/C++, Go, Lua, Python | Familiar with Web Development}
|
||||||
\cvskill{Software}{Linux, Git, Make, CMake, LaTeX, GitHub CI, Ansible, IDA Pro, GDB}
|
\cvskill{Software}{Linux, Git, Make, CMake, LaTeX, GitHub CI, Ansible, IDA Pro, GDB}
|
||||||
\cvskill{Additional Knowledge}{Server Administration, Reverse Engineering, POSIX systems programming}
|
\cvskill{Additional Knowledge}{Server Administration, Reverse Engineering, POSIX systems programming}
|
||||||
\end{cvskills}
|
\end{cvskills}
|
Loading…
Reference in New Issue
Block a user