Advertisement
Guest User

Untitled

a guest
Aug 5th, 2013
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 3.11 KB | None | 0 0
  1. % LaTeX resume using res.cls
  2. \documentclass[line,margin]{res}
  3. %\usepackage{helvetica} % uses helvetica postscript font (download helvetica.sty)
  4. %\usepackage{newcent}   % uses new century schoolbook postscript font
  5.  
  6. \begin{document}
  7.  
  8. \name{SA astr0man \textless astr0man@somethingawful.com \textgreater}
  9. % \address used twice to have two lines of address
  10. \address{123 Main St \#123 \\ Chicago, IL }
  11. \address{(c) 312-555-1212 \\ https://github.com/username}
  12.  
  13. \begin{resume}
  14.  
  15. \section {SUMMARY}
  16. \begin{itemize}
  17.    \item 6 years experience developing computer software, spanning all stages
  18.        of the development lifecycle from planning through product maintenance
  19.    \item Experience includes network programming, device driver development,
  20.        software reverse engineering, content management systems developement
  21. \end{itemize}
  22.  
  23. \section{EXPERIENCE}
  24.  
  25. {\sl Senior Software Developer}
  26.    \hfill June 2012 - Present \\
  27. Tech Company - ABC Product Team (ABC)
  28. \begin{itemize}
  29.    \item Developed and maintained cross platform (Windows/Unix) filters in
  30.        C/C++ for processing the OpenDocument file formats and storing the
  31.        document content within the ABC content management framework
  32.    \item Maintained the ABC \textless thing 1\ textgreater and \textless thing 2\textgreater libraries
  33.    \item Implemented an external messaging API to provide ABC customers
  34.        more detailed information regarding \textless libraries\textgreater processing status
  35.    \item Acted as Security Lead for the ABC product team
  36.    \item Implemented and maintained an internal instance of the HP Fortify
  37.        Software Security Center tool suite to maitain product compliance with
  38.        Tech Company's security standards
  39. \end{itemize}
  40.  
  41. {\sl Senior Consultant} \hfill  June 2010 - May 2012 \\
  42. Defense Contractor
  43. \begin{itemize}
  44.    \item Provided technical expertise and project management support to
  45.        Department of Defense (DoD) clients
  46.    \item Developed tools to support DoD computer network exploitation
  47.        efforts
  48.    \item Developed the PowerPC implementation of a multi-architecture Linux
  49.        kernel module framework
  50.    \item Performed vulnerability analysis of software and firmware binaries
  51.        for embedded systems
  52.    \item Developed software for interfacing with proprietary embedded
  53.        real-time operating systems
  54.    \item Utilized software reverse engineering tools (IDA Pro and
  55.        proprietary client tools)
  56. \end{itemize}
  57.  
  58. {\sl \textless Intern program name\textgreater Intern} \hfill August 2006 - December 2009 \\
  59. Government Agency
  60. \begin{itemize}
  61.    \item Developed Linux device drivers for use in embedded systems
  62.    \item Developed software to support computer network penetration testing
  63.        efforts
  64. \end{itemize}
  65.  
  66. \section{SKILLS}
  67.  
  68. \begin{itemize}
  69.    \item C/C++
  70.    \item Python
  71.    \item Software Reverse Engineering
  72.    \item Assembly (x86, PowerPC)
  73. \end{itemize}
  74.  
  75. \section{EDUCATION}
  76.  
  77. {\sl Bachelor of Science,} Computer Engineering \\
  78.    University Name, City, STATE
  79.    \hfill May 16, 2010\\
  80.  
  81. \end{resume}
  82. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement