Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- \documentclass[margin, 10pt]{res}
- \usepackage{helvet}
- \setlength{\textwidth}{5.1in}
- \begin{document}
- \moveleft.5\hoffset\centerline{\large\bf Borzenkov Andrey Viktorovich} % Your name at the top
- \moveleft\hoffset\vbox{\hrule width\resumewidth height 1pt}\smallskip % Horizontal line after name; adjust line thickness by changing the '1pt'
- \moveleft.5\hoffset\centerline{Moskvorechye 2b2, apt. 175, Moscow, 11552, Russia}
- \moveleft.5\hoffset\centerline{+7(919)810-62-22}
- \moveleft.5\hoffset\centerline{bav999ms@yandex.ru}
- \moveleft.5\hoffset\centerline{GitHub: github.com/armoking}
- \moveleft.5\hoffset\centerline{Codeforces: codeforces.com/profile/armoking}
- \begin{resume}
- \section{INCOMPLETE\\HIGHER\\EDUCATION\\}
- {\sl \textbf{National Research Nuclear University MEPhI:}}
- Institute of Cyber Intelligence Systems,
- Applied mathematics and computer science, Moscow, bachelor’s degree
- (2017 – 2021)
- \section{TECHNOLOGY \\ SKILLS}
- {\sl \textbf{Programming Languages:}}
- \begin{itemize}
- \item C/C++ - confident
- \begin{itemize}
- \item STL
- \item Qt
- \end{itemize}
- \item Python 3 - advanced
- \begin{itemize}
- \item NumPy
- \item TensorFlow
- \item Keras
- \end{itemize}
- \item Java - advanced
- \item Bash - familiar
- \item Kotlin - familiar
- \end{itemize}
- \section{EXPERIENCE}
- {\sl Intern - Department of Infrastructure of search components} \hfill July 2019 – October 2019\\
- Yandex corp.
- \begin{itemize}
- \item Develop the monitoring systems for search components for improve level of visualisation of high load systems.
- \item The languages used during the internship are C++ and Python 3.
- \end{itemize}
- \section{PROJECTS}
- {\sl Russian handwritten text recognition:}
- \begin{itemize}
- \item Link: https://github.com/armoking/researchwork2020
- \item Library to recognize Russian handwritten text using CNN (Keras)
- \end{itemize}
- {\sl FastSet:}
- \begin{itemize}
- \item Link: https://github.com/armoking/cp/blob/master/algo/FastSet.cpp
- \item Insert - log64(N)
- \item Contains - O(1)
- \item Erase - log64(N)
- \item LowerBound - log64(N)
- \end{itemize}
- \section{ACHIEVEMENTS}
- \begin{itemize}
- \item Semifinalist of ICPC 2019/2020
- \item Semifinalist of ICPC 2018/2019
- \item Finalist of BSUIR 2019
- \end{itemize}
- \end{resume}
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement