% Copyright (C) 2009 Nick Bowler % Copying and distribution of this file, with or without modification, % are permitted in any medium without royalty provided the copyright % notice and this notice are preserved. This file is offered as-is, % without any warranty. \documentclass[letterpaper,onecolumn,10pt]{article} \usepackage[empty]{fullpage} \usepackage{graphicx} \usepackage{amsmath} \newcommand{\thename}{} \newcommand{\thephone}{} \newcommand{\theemail}{} \newcommand{\theaddress}{} \newcommand{\name}[1]{\renewcommand{\thename}{#1}} \newcommand{\phone}[1]{\renewcommand{\thephone}{#1}} \newcommand{\email}[1]{\renewcommand{\theemail}{#1}} \newcommand{\address}[1]{\renewcommand{\theaddress}{#1}} \newcommand{\resumehead}{ \begin{center} \Huge\scshape\thename \\ \rule[2ex]{\textwidth}{0.5pt} \end{center} \vspace{-3em} \small \begin{tabular}[t]{l} \theaddress \end{tabular} \hfill \begin{tabular}[t]{r} \theemail \\ \thephone \end{tabular} } \newenvironment{resumelist}{\begin{itemize} \setlength{\itemsep}{0pt} }{\end{itemize}} \name{Nick Bowler} \phone{519-886-1219} \email{nbowler@draconx.ca} \address{423 Midwood Crescent \\ Waterloo, Ontario \\ N2L 5N4} \begin{document} \resumehead \section*{Education} \subsection*{University of Waterloo -- Waterloo, Ontario} \emph{Bachelor of Computer Science: 2005-2009} \begin{resumelist} \item Degree conferral on October 24, 2009. \end{resumelist} \section*{Work Experience} \subsection*{Elliptic Technologies -- Ottawa, Ontario} \emph{Co-op software designer: Summers of 2006, 2007, 2008} \\ \emph{Software designer: September 2009 -- present} \begin{resumelist} \item Implemented software test harnesses for hardware devices. \item Extensive testing and debugging of PCI bus mastering devices. \item Implemented a Linux driver for hardware offload of ESP and AH protocols. \item Worked on embedded audio/video streaming software. \end{resumelist} \subsection*{Signiant -- Ottawa, Ontario} \emph{Web designer: Summer 2005} \begin{resumelist} \item Implemented a new look for \emph{Mobilize}'s web interface. \item Worked on maintenance of existing JSP code. \end{resumelist} \subsection*{Virtual Ventures -- Ottawa, Ontario} \emph{Volunteer: Summers of 2002 and 2003} \begin{resumelist} \item Helped run a day camp for kids to learn about computers. \item Assisted 10--12 year olds with GNU/Linux and various programming languages. \end{resumelist} \section*{Skills} \begin{resumelist} \item Extensive familiarity with GNU and Linux, as well as other Unix variants. \item Proficiency with programming languages including C, Haskell, \LaTeX{} and Korn shell derivatives. \item Experience with administration of small networks. \item Familiarity with embedded and memory-constrained systems. \end{resumelist} \section*{Achievements \& Activities} \begin{resumelist} \item Grade 8 piano and grade 2 rudiments with the Royal Conservatory of Music. \item Executive for the Campus Crusade for Cheese in 2009. \end{resumelist} \vfill\noindent \emph{References available upon request.} \end{document}