mirror of
https://github.com/CPunch/resume.git
synced 2025-11-15 04:40:11 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 83eeb79391 | |||
| ff3ca48a47 | |||
| e079241f4e | |||
| 83ab696c03 | |||
| 605a83f837 |
6
.github/workflows/create-resume.yaml
vendored
6
.github/workflows/create-resume.yaml
vendored
@@ -19,5 +19,7 @@ jobs:
|
||||
- name: Make Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: resume.pdf
|
||||
body: Automated build for ${{ github.head_ref }}.${{ github.sha }}
|
||||
files: |
|
||||
resume.pdf
|
||||
assets/FWMSH.pdf
|
||||
body: Automated build for ${{ github.ref }}.${{ github.sha }}
|
||||
|
||||
BIN
assets/FWMSH.pdf
Normal file
BIN
assets/FWMSH.pdf
Normal file
Binary file not shown.
@@ -53,8 +53,10 @@
|
||||
\begin{document}
|
||||
\makecvheader[C]
|
||||
|
||||
\input{resume/summary.tex}
|
||||
%\input{resume/summary.tex}
|
||||
\input{resume/skills.tex}
|
||||
\input{resume/experience.tex}
|
||||
\input{resume/projects.tex}
|
||||
|
||||
\makecvfooter{}{References avaliable upon request}{}
|
||||
\end{document}
|
||||
@@ -9,9 +9,10 @@
|
||||
{Sept 2018 – Aug 2019}
|
||||
{
|
||||
\begin{cvitems}
|
||||
\item {Development and deployment of several VR experiences using the Unity3D engine}
|
||||
\item {Experience using Tensorflow to solve ML problems with live input from OpenCV}
|
||||
\item {Experience receiving project goals and communicating expected deadlines}
|
||||
\item {Lead the development of a temporary exhibit showcasing VR using the Unity3D engine to make Carnival-style games}
|
||||
\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 {Received live feedback from Museum patrons on projects, responded to criticism with suggested improvements}
|
||||
\end{cvitems}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
\cvsection{Technical Skills}
|
||||
|
||||
\begin{cvskills}
|
||||
\cvskill{Programming Languages}{Proficient in C, C++, Lua, Python | Familiar with JavaScript, Web Development}
|
||||
\cvskill{Programming Languages}{Proficient in C, Lua, Python | Familiar with Web Development}
|
||||
\cvskill{Software}{Linux, Git, Make, CMake, LaTeX, GitHub CI, Ansible, IDA Pro, GDB}
|
||||
\cvskill{Additional Knowledge}{Server Administration, Reverse Engineering, POSIX systems programming, Ragtime piano}
|
||||
\cvskill{Additional Knowledge}{Server Administration, Reverse Engineering, POSIX systems programming}
|
||||
\end{cvskills}
|
||||
Reference in New Issue
Block a user