summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-06-18 00:27:18 -0500
committerJesse Luehrs <doy@tozt.net>2009-06-18 00:27:18 -0500
commit8ab814436849f31658f22ca07ee804770a53250e (patch)
tree10978c9ca9a324c9c6fd476a22faa85fd4bba8f1
parent0a99d903500796e444c204a7781e20e57d14dfa1 (diff)
downloadresume-8ab814436849f31658f22ca07ee804770a53250e.tar.gz
resume-8ab814436849f31658f22ca07ee804770a53250e.zip
expand on a few more things in the projects section
-rw-r--r--resume.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/resume.tex b/resume.tex
index 4b6f8a2..f6897d3 100644
--- a/resume.tex
+++ b/resume.tex
@@ -64,7 +64,7 @@
% Moose {{{
\item \resshortsubheading{Moose (http://moose.perl.org/)}{2009--Present}
\begin{itemize}
- \resitem{Contributed several bug fixes and enhancements to the Moose project, a fully featured object system for Perl.}
+ \resitem{Contributed several bug fixes and enhancements to Moose, a fully featured object system for Perl.}
\resitem{Wrote several extensions for Moose, including MooseX::NonMoose, which allows classes built with Moose to easily interoperate with other types of classes, and MooseX::Mangle, which provides several bits of syntactic sugar for modifying methods.}
\end{itemize} % }}}
% Bot::Games {{{
@@ -72,18 +72,19 @@
\begin{itemize}
\resitem{Bot::Games is an IRC bot framework written in Perl, designed for multiplayer game moderation.}
\resitem{Uses Moose extensively to provide a clean and extensible plugin system for adding games}
- % TODO: mention mx-nonmoose at least?
\end{itemize} % }}}
% TAEB {{{
\item \resshortsubheading{TAEB (http://search.cpan.org/dist/TAEB/)}{2008--Present}
\begin{itemize}
\resitem{TAEB is a Perl framework for programmatic interaction with NetHack (http://nethack.org/).}
- % TODO: talk about the ai stuff, and the other modules i've written for this (i-p-e, mx-r-m, g-i)
+ \resitem{Primary developer for the leading AI written for TAEB}
+ \resitem{Developed several standalone Perl modules in the course of development, including Graph::Implicit, which implements several useful graph algorithms, and IO::Pty::Easy, which provides a simple read/write interface for interacting with pseudo-terminals}
\end{itemize} % }}}
% Smithy {{{
\item \resshortsubheading{Smithy (http://sourceforge.net/projects/smithy/)}{2008}
\begin{itemize}
\resitem{Smithy is a crossplatform map editor for the Aleph One engine (http://marathon.sourceforge.net/), written in OCaml.}
+ \resitem{Contributed several GUI improvements, including writing custom widgets using LablGTK}
\end{itemize} % }}}
% %hm-command {{{
%%\item \resshortsubheading{hm-command (http://tozt.net/code/hm-command/)}{2008--Present}