Advertisement
999ms

Untitled

Jan 22nd, 2021
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. \documentclass[margin, 10pt]{res}
  2. \usepackage{helvet}
  3.  
  4. \setlength{\textwidth}{5.1in}
  5.  
  6. \begin{document}
  7.  
  8.  
  9. \moveleft.5\hoffset\centerline{\large\bf Borzenkov Andrey Viktorovich} % Your name at the top
  10.  
  11. \moveleft\hoffset\vbox{\hrule width\resumewidth height 1pt}\smallskip % Horizontal line after name; adjust line thickness by changing the '1pt'
  12.  
  13. \moveleft.5\hoffset\centerline{Moskvorechye 2b2, apt. 175, Moscow, 11552, Russia}
  14. \moveleft.5\hoffset\centerline{+7(919)810-62-22}
  15. \moveleft.5\hoffset\centerline{bav999ms@yandex.ru}
  16. \moveleft.5\hoffset\centerline{GitHub: github.com/armoking}
  17. \moveleft.5\hoffset\centerline{Codeforces: codeforces.com/profile/armoking}
  18.  
  19. \begin{resume}
  20.  
  21.  
  22. \section{INCOMPLETE\\HIGHER\\EDUCATION\\}
  23. {\sl \textbf{National Research Nuclear University MEPhI:}}
  24. Institute of Cyber Intelligence Systems,
  25. Applied mathematics and computer science, Moscow, bachelor’s degree
  26. (2017 – 2021)
  27.  
  28.  
  29. \section{TECHNOLOGY \\ SKILLS}
  30. {\sl \textbf{Programming Languages:}}
  31. \begin{itemize}
  32. \item C/C++ - confident
  33. \begin{itemize}
  34. \item STL
  35. \item Qt
  36. \end{itemize}
  37. \item Python 3 - advanced
  38. \begin{itemize}
  39. \item NumPy
  40. \item TensorFlow
  41. \item Keras
  42. \end{itemize}
  43. \item Java - advanced
  44. \item Bash - familiar
  45. \item Kotlin - familiar
  46. \end{itemize}
  47.  
  48.  
  49. \section{EXPERIENCE}
  50. {\sl Intern - Department of Infrastructure of search components} \hfill July 2019 – October 2019\\
  51. Yandex corp.
  52. \begin{itemize}
  53. \item Develop the monitoring systems for search components for improve level of visualisation of high load systems.
  54. \item The languages used during the internship are C++ and Python 3.
  55. \end{itemize}
  56.  
  57. \section{PROJECTS}
  58.  
  59. {\sl Russian handwritten text recognition:}
  60. \begin{itemize}
  61. \item Link: https://github.com/armoking/researchwork2020
  62. \item Library to recognize Russian handwritten text using CNN (Keras)
  63. \end{itemize}
  64. {\sl FastSet:}
  65. \begin{itemize}
  66. \item Link: https://github.com/armoking/cp/blob/master/algo/FastSet.cpp
  67. \item Insert - log64(N)
  68. \item Contains - O(1)
  69. \item Erase - log64(N)
  70. \item LowerBound - log64(N)
  71. \end{itemize}
  72.  
  73. \section{ACHIEVEMENTS}
  74. \begin{itemize}
  75. \item Semifinalist of ICPC 2019/2020
  76. \item Semifinalist of ICPC 2018/2019
  77. \item Finalist of BSUIR 2019
  78. \end{itemize}
  79.  
  80. \end{resume}
  81. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement