Compare commits

...

2 Commits

Author SHA1 Message Date
Greg Shuflin f2c5b2272e Untrusted text should be better 2021-09-24 02:25:43 -07:00
Greg Shuflin 0b86527c5d Remove months from graduation date 2021-09-23 15:10:05 -07:00
2 changed files with 5 additions and 3 deletions

Binary file not shown.

View File

@ -101,7 +101,7 @@ Motivated, professional computer scientist with broad expertise across several d
\end{itemize}
\resheading{Education}
\textbf{University of California, Berkeley} \hfill \emph{August 2007 - December 2012}
\textbf{University of California, Berkeley} \hfill \emph{graduated Winter 2012}
\\
\emph{Bachelor of Arts, Computer Science, Linguistics, Japanese Language}\\
@ -112,8 +112,10 @@ Relevant Coursework: Artificial Intelligence, Compilers, Operating Systems, Algo
\begin{description}
\item[\href{http://alexnisnevich.github.io/untrusted/}{Untrusted} ({\tt \href{https://github.com/AlexNisnevich/untrusted}{github.com/AlexNisnevich/untrusted}})]
An open-source browser-based roguelike game where the player must edit the game's code to progress. One of two primary developers.
Early version won 1st place in Spring 2013 Berkeley CSUA Hackathon.
An open-source browser-based roguelike game. Every level is unbeatable and requires the player to modify the Javascript code defining the level in order to progress.
This started out as a college hackathon project by me and a friend, that we decided to keep working on and release publicly. A surprisingly large number of
people around the world have contacted us telling us they've enjoyed playing it, or found it to be a fun and useful pedagogical tool for teaching programming.
\item [ \href{https://crates.io/crates/hilite}{Hilite (Rust Port)}]
Rust port (with a few new features) of Hilite, a simple command-line utility to highlight stderr output, useful for build systems.