mirror of
https://github.com/CPunch/resume.git
synced 2025-11-09 20:50:06 +00:00
Compare commits
16 Commits
v1.0.2
...
dced351156
| Author | SHA1 | Date | |
|---|---|---|---|
| dced351156 | |||
| 12591f2bf6 | |||
| 7a4768ac4e | |||
| b5427a4a02 | |||
| 2110f70c81 | |||
| fe0bd4ddeb | |||
| 9a909c994b | |||
| fd3b96da5d | |||
| 020e7850b3 | |||
| a6d2764d28 | |||
| 83eeb79391 | |||
| ff3ca48a47 | |||
| e079241f4e | |||
| 83ab696c03 | |||
| 605a83f837 | |||
| cf22100e3e |
6
.github/workflows/create-resume.yaml
vendored
6
.github/workflows/create-resume.yaml
vendored
@@ -19,5 +19,7 @@ jobs:
|
|||||||
- name: Make Release
|
- name: Make Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
files: resume.pdf
|
files: |
|
||||||
body: Automated build for ${{ github.head_ref }}.${{ github.sha }}
|
resume.pdf
|
||||||
|
assets/FWMSH.pdf
|
||||||
|
body: Automated build for ${{ github.ref }}.${{ github.sha }}
|
||||||
|
|||||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
resume.aux
|
resume.aux
|
||||||
resume.log
|
resume.log
|
||||||
resume.pdf
|
resume.pdf
|
||||||
|
*.patch
|
||||||
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"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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.
|
||||||
|
|||||||
BIN
assets/FWMSH.pdf
Normal file
BIN
assets/FWMSH.pdf
Normal file
Binary file not shown.
@@ -641,7 +641,7 @@
|
|||||||
% Define an entry of cv information
|
% Define an entry of cv information
|
||||||
% Usage: \cventry{<position>}{<title>}{<location>}{<date>}{<description>}
|
% Usage: \cventry{<position>}{<title>}{<location>}{<date>}{<description>}
|
||||||
\newcommand*{\cventry}[5]{%
|
\newcommand*{\cventry}[5]{%
|
||||||
\vspace{-2.0mm}
|
\vspace{-1.0mm}
|
||||||
\setlength\tabcolsep{0pt}
|
\setlength\tabcolsep{0pt}
|
||||||
\setlength{\extrarowheight}{0pt}
|
\setlength{\extrarowheight}{0pt}
|
||||||
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} L{\textwidth - 4.5cm} R{4.5cm}}
|
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} L{\textwidth - 4.5cm} R{4.5cm}}
|
||||||
@@ -649,7 +649,7 @@
|
|||||||
{\entrypositionstyle{#1} & \entrydatestyle{#4} \\}
|
{\entrypositionstyle{#1} & \entrydatestyle{#4} \\}
|
||||||
{\entrytitlestyle{#2} & \entrylocationstyle{#3} \\
|
{\entrytitlestyle{#2} & \entrylocationstyle{#3} \\
|
||||||
\entrypositionstyle{#1} & \entrydatestyle{#4} \\}
|
\entrypositionstyle{#1} & \entrydatestyle{#4} \\}
|
||||||
\multicolumn{2}{L{\textwidth}}{\descriptionstyle{#5}}
|
\multicolumn{2}{L{\textwidth}}{\vspace{1.0mm}\descriptionstyle{#5}}
|
||||||
\end{tabular*}%
|
\end{tabular*}%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
36
resume.tex
36
resume.tex
@@ -16,7 +16,7 @@
|
|||||||
%--------------------------------------------------------------------------------------------------
|
%--------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
% include Awesome-CV, with 12pt font and A4 paper size
|
% include Awesome-CV, with 12pt font and A4 paper size
|
||||||
\documentclass[12pt, a4paper]{awesome-cv}
|
\documentclass[10pt, A4]{awesome-cv}
|
||||||
|
|
||||||
% disable first 3 letter highlight
|
% disable first 3 letter highlight
|
||||||
\setbool{acvSectionColorHighlight}{false}
|
\setbool{acvSectionColorHighlight}{false}
|
||||||
@@ -28,33 +28,49 @@
|
|||||||
\colorlet{awesome}{awesome-orange}
|
\colorlet{awesome}{awesome-orange}
|
||||||
|
|
||||||
% content configuration
|
% content configuration
|
||||||
\newbool{presentableProjects}
|
\newbool{openfusionProject}
|
||||||
\newbool{contributedProjects}
|
\newbool{laikaProject}
|
||||||
|
\newbool{cosmoProject}
|
||||||
|
\newbool{luadecompyProject}
|
||||||
|
\newbool{geminiProject}
|
||||||
|
\newbool{openpunkProject}
|
||||||
|
|
||||||
|
% systems programming
|
||||||
|
\setbool{openfusionProject}{true} % OpenFusion
|
||||||
|
\setbool{laikaProject}{true} % Laika
|
||||||
|
\setbool{cosmoProject}{false} % Cosmo
|
||||||
|
\setbool{luadecompyProject}{false} % LuaDecompy
|
||||||
|
|
||||||
|
% webshit/golang
|
||||||
|
\setbool{geminiProject}{true} % GoGemini
|
||||||
|
|
||||||
|
% server maintenance, devops, etc.
|
||||||
|
\setbool{openpunkProject}{true} % OpenPunk
|
||||||
|
|
||||||
\setbool{presentableProjects}{true} % Cosmo, Laika, Openpunk-ansible
|
|
||||||
\setbool{contributedProjects}{true} % OpenFusion
|
|
||||||
|
|
||||||
%--------------------------------------------------------------------------------------------------
|
%--------------------------------------------------------------------------------------------------
|
||||||
% PERSONAL INFO
|
% PERSONAL INFO
|
||||||
% Some info has been redacted for privacy (address, mobile)
|
% Some info has been redacted for privacy (address, mobile)
|
||||||
%--------------------------------------------------------------------------------------------------
|
%--------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
\name{Seth}{Stubbs}
|
\name{Seth}{Stubbs}
|
||||||
\position{Systems Programmer | Reverse Engineer}
|
\position{Systems Programmer}
|
||||||
\email{openpunk@proton.me}
|
\email{cpunch@openpunk.com}
|
||||||
\homepage{openpunk.com}
|
\homepage{openpunk.com}
|
||||||
\github{CPunch}
|
\github{CPunch}
|
||||||
|
|
||||||
%--------------------------------------------------------------------------------------------------
|
%--------------------------------------------------------------------------------------------------
|
||||||
% CONTENT
|
% CONTENT
|
||||||
% Included from the ./resume directory
|
% Included from the ./resume directory
|
||||||
%--------------------------------------------------------------------------------------------------
|
%--------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
\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}{}
|
||||||
\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}
|
||||||
@@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
\begin{cventries}
|
\begin{cventries}
|
||||||
|
|
||||||
\cventry
|
\cventry{Worked with ADL to develop interactive exhibits from prototype to production}
|
||||||
{Worked with ADL to develop interactive exhibits from prototype to production}
|
|
||||||
{Fort Worth Museum of Science and History}
|
{Fort Worth Museum of Science and History}
|
||||||
{Student Intern}
|
{Student Intern}
|
||||||
{Sept 2018 – Aug 2019}
|
{Sept 2018 – Aug 2019}
|
||||||
{
|
{
|
||||||
\begin{cvitems}
|
\begin{cvitems}
|
||||||
\item {Development and deployment of several VR experiences using the Unity3D engine}
|
\item {Lead the development of a temporary exhibit showcasing VR using the \textbf{Unity3D} engine to make carnival-style games}
|
||||||
\item {Experience using Tensorflow to solve ML problems with live input from OpenCV}
|
\item {Lead the development of a semi-permanent interactive exhibit using the Microsoft Kinect to simulate the ``doppler effect'' light has when moving away/toward an object in space}
|
||||||
\item {Experience receiving project goals and communicating expected deadlines}
|
\item {Developed several small exhibits, including several back-cataloged projects which remain unreleased}
|
||||||
|
\item {Received live feedback from museum patrons on trial exhibits, \textbf{responded to criticism} with suggested improvements}
|
||||||
\end{cvitems}
|
\end{cvitems}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
\cvsection{Projects}
|
\cvsection{Passion Projects}
|
||||||
|
|
||||||
\begin{cventries}
|
\begin{cventries}
|
||||||
\ifbool{contributedProjects}{
|
\ifbool{openfusionProject}{
|
||||||
\cventry
|
\cventry{Reverse engineered server for the FusionFall MMO game written in C++}
|
||||||
{Reverse engineered server for the FusionFall MMO written in C++}
|
|
||||||
{\href{https://github.com/OpenFusionProject/OpenFusion}{OpenFusion (https://github.com/OpenFusionProject/OpenFusion)}}
|
{\href{https://github.com/OpenFusionProject/OpenFusion}{OpenFusion (https://github.com/OpenFusionProject/OpenFusion)}}
|
||||||
{Original Author, Contributor}
|
{Original Author, Contributor}
|
||||||
{Aug 2020 – Present}
|
{Aug 2020 – Present}
|
||||||
@@ -16,9 +15,8 @@
|
|||||||
}
|
}
|
||||||
}{}
|
}{}
|
||||||
|
|
||||||
\ifbool{presentableProjects}{
|
\ifbool{laikaProject}{
|
||||||
\cventry
|
\cventry{RAT written in Modern C}
|
||||||
{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}
|
||||||
{Jan 2022 – Present}
|
{Jan 2022 – Present}
|
||||||
@@ -26,13 +24,14 @@
|
|||||||
\begin{cvitems}
|
\begin{cvitems}
|
||||||
\item {Cross-platform networking library, implementation of a \textbf{custom packet protocol}}
|
\item {Cross-platform networking library, implementation of a \textbf{custom packet protocol}}
|
||||||
\item {Secure key-based packet encryption using \textbf{libsodium}}
|
\item {Secure key-based packet encryption using \textbf{libsodium}}
|
||||||
\item {Implementation of cross-platform \textbf{persistence} techniques}
|
\item {Implementation of cross-platform \textbf{persistence} and \textbf{obfuscation} techniques}
|
||||||
\item {Clean \& consistence coding style using \textbf{clang-format}}
|
\item {Clean \& consistent coding style using \textbf{clang-format}}
|
||||||
\end{cvitems}
|
\end{cvitems}
|
||||||
}
|
}
|
||||||
|
}{}
|
||||||
|
|
||||||
\cventry
|
\ifbool{cosmoProject}{
|
||||||
{Lightweight embedded scripting language}
|
\cventry{Lightweight embedded scripting language}
|
||||||
{\href{https://github.com/CPunch/Cosmo}{Cosmo (https://github.com/CPunch/Cosmo)}}
|
{\href{https://github.com/CPunch/Cosmo}{Cosmo (https://github.com/CPunch/Cosmo)}}
|
||||||
{Personal Project}
|
{Personal Project}
|
||||||
{Oct 2020 – Feb 2021}
|
{Oct 2020 – Feb 2021}
|
||||||
@@ -40,18 +39,46 @@
|
|||||||
\begin{cvitems}
|
\begin{cvitems}
|
||||||
\item {Pratt-based parser, \textbf{single pass compiler}}
|
\item {Pratt-based parser, \textbf{single pass compiler}}
|
||||||
\item {Easy to learn syntax with inspiration from Lua}
|
\item {Easy to learn syntax with inspiration from Lua}
|
||||||
\item {\textbf{Faster} than Python3}
|
\item {\textbf{Faster} than Python}
|
||||||
\end{cvitems}
|
\end{cvitems}
|
||||||
}
|
}
|
||||||
|
}{}
|
||||||
|
|
||||||
\cventry
|
\ifbool{luadecompyProject}{
|
||||||
{Personal Blog, Portfolio \& Gitea instance}
|
\cventry{Lua 5.1 bytecode decompiler \& disassembler}
|
||||||
|
{\href{https://github.com/CPunch/LuaDecompy}{LuaDecompy (https://github.com/CPunch/LuaDecompy)}}
|
||||||
|
{Personal Project}
|
||||||
|
{Aug 2022 – Present}
|
||||||
|
{
|
||||||
|
\begin{cvitems}
|
||||||
|
\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 {Well \textbf{annotated and documented} code, allowing anyone to hack on the codebase}
|
||||||
|
\end{cvitems}
|
||||||
|
}
|
||||||
|
}{}
|
||||||
|
|
||||||
|
\ifbool{geminiProject}{
|
||||||
|
\cventry{Gemini Server \& Request implementation}
|
||||||
|
{\href{https://github.com/CPunch/gemini}{GoGemini (https://github.com/CPunch/gemini)}}
|
||||||
|
{Personal Project}
|
||||||
|
{Sept 2022 – Present}
|
||||||
|
{
|
||||||
|
\begin{cvitems}
|
||||||
|
\item {Implementation of an \textbf{opensource internet protocol} similar to HTTP/Gopher}
|
||||||
|
\item {\textbf{Golang} module for easily building and prototyping gemini services}
|
||||||
|
\end{cvitems}
|
||||||
|
}
|
||||||
|
}{}
|
||||||
|
|
||||||
|
\ifbool{openpunkProject}{
|
||||||
|
\cventry{Personal Blog, Portfolio \& Gitea instance}
|
||||||
{\href{https://github.com/CPunch/openpunk-ansible}{OpenPunk (https://github.com/CPunch/openpunk-ansible)}}
|
{\href{https://github.com/CPunch/openpunk-ansible}{OpenPunk (https://github.com/CPunch/openpunk-ansible)}}
|
||||||
{Personal Project}
|
{Personal Project}
|
||||||
{Aug 2019 – Present}
|
{Aug 2019 – Present}
|
||||||
{
|
{
|
||||||
\begin{cvitems}
|
\begin{cvitems}
|
||||||
\item {Deployed and maintained \textbf{Debian} server with minimal downtime for 2+ years}
|
\item {Deployed and maintained \textbf{Debian} server with minimal downtime for 3+ years}
|
||||||
\item {\textbf{Ansible} based server setup, allowing for easy migration \& deployment}
|
\item {\textbf{Ansible} based server setup, allowing for easy migration \& deployment}
|
||||||
\item {Experience configuring and maintaining \textbf{Nginx, Hugo, Tor, Gitea} and other services}
|
\item {Experience configuring and maintaining \textbf{Nginx, Hugo, Tor, Gitea} and other services}
|
||||||
\end{cvitems}
|
\end{cvitems}
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
\cvsection{Technical Skills}
|
\cvsection{Skills}
|
||||||
|
|
||||||
\begin{cvskills}
|
\begin{cvskills}
|
||||||
\cvskill{Programming Languages}{Proficient in C, C++, Lua, Python | Familiar with JavaScript, Web Development}
|
\cvskill{Programming Languages}{Experience with Go, C/C++, Lua, Python, Typescript and more}
|
||||||
\cvskill{Software}{Linux, Git, Make, CMake, LaTeX, GitHub CI, Ansible, IDA Pro, GDB}
|
\cvskill{Software}{GNU/Linux, Git, CMake, Ansible, GitHub CI, LaTeX}
|
||||||
\cvskill{Additional Knowledge}{Server Administration, Reverse Engineering, POSIX systems programming, Ragtime piano}
|
\cvskill{Additional Knowledge}{Server Administration, POSIX Systems Programming, Reverse Engineering}
|
||||||
|
\cvskill{Hobbies}{Ragtime piano, long walks, reading}
|
||||||
\end{cvskills}
|
\end{cvskills}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
\cvsection{Professional Summary}
|
\cvsection{Professional Summary}
|
||||||
|
|
||||||
\begin{cvparagraph}
|
\begin{cvparagraph}
|
||||||
“Rockstar” developer with the motivation to help develop and deploy software. Ready to push code to help maintain, create, and fix features. Ability to turn any proposed solution into production-ready code. Developer with a passion for efficient solutions, making lightweight software that would run anywhere.
|
Systems Programmer with the motivation to help develop and deploy software. Ready to push code to help maintain, create, and fix features. Ability to turn any proposed solution into production-ready code. Developer with a passion for efficient solutions, making lightweight software that would run anywhere.
|
||||||
\end{cvparagraph}
|
\end{cvparagraph}
|
||||||
Reference in New Issue
Block a user