aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-12-24 02:45:32 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-12-24 02:45:32 +0300
commit387123a83be4cbb9a2e8194a733431b7b1e48ef7 (patch)
tree4bdb900a399f98c693bce421bd29da7e29f55f47
parentmore generic Makefile (diff)
downloadcv-387123a83be4cbb9a2e8194a733431b7b1e48ef7.tar.gz
cv-387123a83be4cbb9a2e8194a733431b7b1e48ef7.zip
normalize line endings
-rw-r--r--.gitignore2
-rw-r--r--cv.tex438
2 files changed, 220 insertions, 220 deletions
diff --git a/.gitignore b/.gitignore
index 9920a98..508a3e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-cv/
+cv/
diff --git a/cv.tex b/cv.tex
index 93cc0ae..ffc55de 100644
--- a/cv.tex
+++ b/cv.tex
@@ -1,219 +1,219 @@
-\documentclass[11pt]{article}
-
-% Basic setup
-\usepackage{cmap}
-\usepackage[utf8]{inputenc}
-\usepackage[T2A]{fontenc}
-\usepackage[english]{babel}
-
-% Sans serif font by default
-\renewcommand\familydefault{\sfdefault}
-
-\usepackage[margin=2.5cm]{geometry} % Document margins
-
-\usepackage{graphicx} % \includegraphics, used to include a picture of me
-
-% === Typography ===
-
-% == Boxes ==
-\usepackage{adjustbox}
-\usepackage{calc}
-
-% == Colors ==
-\usepackage[usenames,dvipsnames]{color}
-\definecolor{CvRuleColor}{gray}{0.5}
-\definecolor{CvWorkplaceHeaderColor}{gray}{0.97}
-
-% == URLs ==
-\usepackage[colorlinks=true,urlcolor=blue]{hyperref}
-
-% == Paragraphs ==
-\usepackage{parskip}
-\setlength\parindent{0cm}
-\setlength\parskip{0cm}
-
-% == Lists ==
-\usepackage{enumitem} % [noitemsep]
-
-% === Custom commands ===
-
-% "C++", taken from http://tex.stackexchange.com/a/4304/9088
-\usepackage{relsize}
-\newcommand\CXX{%
- C\nolinebreak[4]\hspace{-.05em}\raisebox{.4ex}{\relsize{-3}{\textbf{++}}}%
-}
-
-% Whitespace skips
-\newcommand\CvSmallSkipLength{0.5em}
-\newcommand\CvBigSkipLength{1em}
-
-\newcommand\CvSkip[1]{\vspace{#1}}
-
-\newcommand\CvSmallSkip{\CvSkip{\CvSmallSkipLength}}
-\newcommand\CvBigSkip{\CvSkip{\CvBigSkipLength}}
-
-% Section headers ("Experience", "Education", etc.)
-\newcommand\CvSectionHeader[1]{\CvBigSkip\textbf{#1}\CvBigSkip}
-
-% Horizontal rules
-\newcommand\CvRule{\begingroup\color{CvRuleColor}\hrule\endgroup}
-
-% Workplace header
-\newcommand\CvWorkplaceHeader[5]{\begingroup%
- \CvRule
- \fboxsep0pt%
- \colorbox{CvWorkplaceHeaderColor}{%
- \begin{minipage}{\linewidth-2\fboxsep}%
-\CvSmallSkip
-#1 -- #2 \hfill \textit{#3} at #4 (\href{http://#5/}{#5})
-\CvSmallSkip
- \end{minipage}%
- }%
- \CvRule
-\endgroup}
-
-% Workplace description
-\newenvironment{CvWorkplaceDescription}{%
- \begingroup\setlength\parskip{\CvSmallSkipLength}%
- }{%
- \CvSmallSkip\endgroup%
- }
-
-\pagestyle{empty}
-
-\begin{document}
-
-\adjustbox{valign=t}{%
-\begin{minipage}{3.5cm}
-\includegraphics[width=3.5cm]{img/selfie_face.jpg}
-\end{minipage}}%
-\hfill%
-\adjustbox{valign=t}{%
-\begin{minipage}{\linewidth-3.5cm-\CvBigSkipLength}%
-{\bf\large Egor Tensin} \\*
-{\color{CvRuleColor} Last updated on: \today}
-\CvBigSkip
-\CvRule
-\CvSmallSkip
-E-mail: \href{mailto:Egor.Tensin@gmail.com}{Egor.Tensin@gmail.com} \\*
-Web: \href{https://egor-tensin.github.io/}{https://egor-tensin.github.io/} \\*
-Tel.: +7\,(911)\,982-06-81 \\*
-Address: 7 Koroleva prospekt, apt. 378 \textbullet\ Saint Petersburg \textbullet\ Russia \textbullet\ 197341
-\CvSmallSkip
-\CvRule
-\end{minipage}}
-
-\CvSectionHeader{Experience}
-
-\CvWorkplaceHeader{September 2014}{present}{Software Engineer}{Netwrix Corp.}{www.netwrix.com}
-
-\begin{CvWorkplaceDescription}
-I have been taking part in development of an enterprise-scale product as a member of a core R\&D team.
-I was responsible for developing various low-level components:
-\begin{itemize}[noitemsep]
-\item a "task scheduler" to provide means of asynchronous execution using thread pools,
-\item a modular REST API implementation backbone,
-\item etc.
-\end{itemize}
-
-Key skills \& technologies employed:
-\begin{itemize}[noitemsep]
-\item {\CXX} programming, with the focus on multithreading,
-\item .NET programming using C\#,
-\item SQL Server Reporting Services,
-\item XML, XSLT, XSD.
-\end{itemize}
-\end{CvWorkplaceDescription}
-
-\CvWorkplaceHeader{April 2012}{May 2014}{Performance Engineer}{EMC Corp.}{russia.emc.com}
-
-\begin{CvWorkplaceDescription}
-I developed and maintained a tool for disclosing, analyzing and solving storage system performance issues, specifically process \& thread synchronization issues.
-The tool was used to increase the performance of a few storage systems by a few percent.
-
-I also troubleshooted general performance issues within enterprise storage systems, including profiling, benchmarking, etc.
-
-Key skills \& technologies employed:
-\begin{itemize}[noitemsep]
-\item {\CXX} programming (inc. {\CXX}11 \& Boost),
-\item C \& x86(-64) assembly language programming,
-\item cross-platform development using CMake,
-\item Microsoft Windows programming using WinAPI,
-\item POSIX-compliant system programming,
-\item Microsoft Windows \& Linux kernel module programming,
-\item debugging Microsoft Windows kernel modules using WinDbg,
-\item profiling using perf, Microsoft Windows Performance Toolkit and Intel VTune Amplifier.
-\end{itemize}
-\end{CvWorkplaceDescription}
-
-\CvWorkplaceHeader{May 2012}{September 2013}{Software Engineer}{Lanit-Tercom, Inc.}{www.lanit-tercom.ru}
-
-\begin{CvWorkplaceDescription}
-I took part in a R\&D on the impact introduced to the performance of a storage system by process \& thread synchronization issues.
-A prototype of a tool for disclosing, analyzing and solving specific storage system performance issues was developed.
-
-Key skills \& technologies employed or studied:
-\begin{itemize}[noitemsep]
-\item C \& x86(-64) assembly language programming,
-\item Python programming,
-\item Microsoft Windows programming using WinAPI,
-\item Microsoft Windows kernel module programming,
-\item debugging Microsoft Windows kernel modules using WinDbg,
-\item x86(-64) architecture (interrupts, caches, memory barriers, atomic operations, etc.),
-\item undocumented Microsoft Windows features (system service dispatching, etc.).
-\end{itemize}
-\end{CvWorkplaceDescription}
-\CvRule
-
-\CvSectionHeader{Education}
-
-\CvWorkplaceHeader{2009}{2013}{Bachelor of Computer Science}{SPbSU}{eng.spbu.ru}
-
-\begin{CvWorkplaceDescription}
-During my education, I've been focusing on the following topics:
-\begin{itemize}[noitemsep]
-\item x86(-64) architecture (including writing a term paper "Verification of a x86-64 disassembler"),
-\item x86(-64) microarchitecture (including working on my bachelor thesis "Attacking AES in a cloud using CPU caches").
-\end{itemize}
-\end{CvWorkplaceDescription}
-\CvRule
-
-\begin{minipage}[t]{.49\linewidth}
-\CvSectionHeader{Programming Languages}
-
-\begin{itemize}
-\item C, x86(-64) assembly
-\item \CXX\ (inc. {\CXX}11 \& Boost)
-\item Python
-\end{itemize}
-
-\CvSectionHeader{Development Tools \& Technologies}
-
-\begin{itemize}
-\item Microsoft Visual Studio
-\item CMake, GNU Make
-\item CMD, GNU Bash, PowerShell
-\item AccuRev, Apache Subversion, Git, TFS
-\item GDB, WinDbg
-\item perf, Xperf, Intel VTune Amplifier
-\end{itemize}
-\hfill
-\end{minipage}
-\begin{minipage}[t]{.49\linewidth}
-\CvSectionHeader{Languages}
-
-\begin{itemize}
-\item Russian --- mother tongue.
-\item English --- B2 (upper intermediate).
-\end{itemize}
-
-\CvSectionHeader{Other Tools \& Technologies}
-
-\begin{itemize}
-\item LibreOffice, Microsoft Office
-\item CygWin
-\item \LaTeX
-\end{itemize}
-\end{minipage}
-
-\end{document}
+\documentclass[11pt]{article}
+
+% Basic setup
+\usepackage{cmap}
+\usepackage[utf8]{inputenc}
+\usepackage[T2A]{fontenc}
+\usepackage[english]{babel}
+
+% Sans serif font by default
+\renewcommand\familydefault{\sfdefault}
+
+\usepackage[margin=2.5cm]{geometry} % Document margins
+
+\usepackage{graphicx} % \includegraphics, used to include a picture of me
+
+% === Typography ===
+
+% == Boxes ==
+\usepackage{adjustbox}
+\usepackage{calc}
+
+% == Colors ==
+\usepackage[usenames,dvipsnames]{color}
+\definecolor{CvRuleColor}{gray}{0.5}
+\definecolor{CvWorkplaceHeaderColor}{gray}{0.97}
+
+% == URLs ==
+\usepackage[colorlinks=true,urlcolor=blue]{hyperref}
+
+% == Paragraphs ==
+\usepackage{parskip}
+\setlength\parindent{0cm}
+\setlength\parskip{0cm}
+
+% == Lists ==
+\usepackage{enumitem} % [noitemsep]
+
+% === Custom commands ===
+
+% "C++", taken from http://tex.stackexchange.com/a/4304/9088
+\usepackage{relsize}
+\newcommand\CXX{%
+ C\nolinebreak[4]\hspace{-.05em}\raisebox{.4ex}{\relsize{-3}{\textbf{++}}}%
+}
+
+% Whitespace skips
+\newcommand\CvSmallSkipLength{0.5em}
+\newcommand\CvBigSkipLength{1em}
+
+\newcommand\CvSkip[1]{\vspace{#1}}
+
+\newcommand\CvSmallSkip{\CvSkip{\CvSmallSkipLength}}
+\newcommand\CvBigSkip{\CvSkip{\CvBigSkipLength}}
+
+% Section headers ("Experience", "Education", etc.)
+\newcommand\CvSectionHeader[1]{\CvBigSkip\textbf{#1}\CvBigSkip}
+
+% Horizontal rules
+\newcommand\CvRule{\begingroup\color{CvRuleColor}\hrule\endgroup}
+
+% Workplace header
+\newcommand\CvWorkplaceHeader[5]{\begingroup%
+ \CvRule
+ \fboxsep0pt%
+ \colorbox{CvWorkplaceHeaderColor}{%
+ \begin{minipage}{\linewidth-2\fboxsep}%
+\CvSmallSkip
+#1 -- #2 \hfill \textit{#3} at #4 (\href{http://#5/}{#5})
+\CvSmallSkip
+ \end{minipage}%
+ }%
+ \CvRule
+\endgroup}
+
+% Workplace description
+\newenvironment{CvWorkplaceDescription}{%
+ \begingroup\setlength\parskip{\CvSmallSkipLength}%
+ }{%
+ \CvSmallSkip\endgroup%
+ }
+
+\pagestyle{empty}
+
+\begin{document}
+
+\adjustbox{valign=t}{%
+\begin{minipage}{3.5cm}
+\includegraphics[width=3.5cm]{img/selfie_face.jpg}
+\end{minipage}}%
+\hfill%
+\adjustbox{valign=t}{%
+\begin{minipage}{\linewidth-3.5cm-\CvBigSkipLength}%
+{\bf\large Egor Tensin} \\*
+{\color{CvRuleColor} Last updated on: \today}
+\CvBigSkip
+\CvRule
+\CvSmallSkip
+E-mail: \href{mailto:Egor.Tensin@gmail.com}{Egor.Tensin@gmail.com} \\*
+Web: \href{https://egor-tensin.github.io/}{https://egor-tensin.github.io/} \\*
+Tel.: +7\,(911)\,982-06-81 \\*
+Address: 7 Koroleva prospekt, apt. 378 \textbullet\ Saint Petersburg \textbullet\ Russia \textbullet\ 197341
+\CvSmallSkip
+\CvRule
+\end{minipage}}
+
+\CvSectionHeader{Experience}
+
+\CvWorkplaceHeader{September 2014}{present}{Software Engineer}{Netwrix Corp.}{www.netwrix.com}
+
+\begin{CvWorkplaceDescription}
+I have been taking part in development of an enterprise-scale product as a member of a core R\&D team.
+I was responsible for developing various low-level components:
+\begin{itemize}[noitemsep]
+\item a "task scheduler" to provide means of asynchronous execution using thread pools,
+\item a modular REST API implementation backbone,
+\item etc.
+\end{itemize}
+
+Key skills \& technologies employed:
+\begin{itemize}[noitemsep]
+\item {\CXX} programming, with the focus on multithreading,
+\item .NET programming using C\#,
+\item SQL Server Reporting Services,
+\item XML, XSLT, XSD.
+\end{itemize}
+\end{CvWorkplaceDescription}
+
+\CvWorkplaceHeader{April 2012}{May 2014}{Performance Engineer}{EMC Corp.}{russia.emc.com}
+
+\begin{CvWorkplaceDescription}
+I developed and maintained a tool for disclosing, analyzing and solving storage system performance issues, specifically process \& thread synchronization issues.
+The tool was used to increase the performance of a few storage systems by a few percent.
+
+I also troubleshooted general performance issues within enterprise storage systems, including profiling, benchmarking, etc.
+
+Key skills \& technologies employed:
+\begin{itemize}[noitemsep]
+\item {\CXX} programming (inc. {\CXX}11 \& Boost),
+\item C \& x86(-64) assembly language programming,
+\item cross-platform development using CMake,
+\item Microsoft Windows programming using WinAPI,
+\item POSIX-compliant system programming,
+\item Microsoft Windows \& Linux kernel module programming,
+\item debugging Microsoft Windows kernel modules using WinDbg,
+\item profiling using perf, Microsoft Windows Performance Toolkit and Intel VTune Amplifier.
+\end{itemize}
+\end{CvWorkplaceDescription}
+
+\CvWorkplaceHeader{May 2012}{September 2013}{Software Engineer}{Lanit-Tercom, Inc.}{www.lanit-tercom.ru}
+
+\begin{CvWorkplaceDescription}
+I took part in a R\&D on the impact introduced to the performance of a storage system by process \& thread synchronization issues.
+A prototype of a tool for disclosing, analyzing and solving specific storage system performance issues was developed.
+
+Key skills \& technologies employed or studied:
+\begin{itemize}[noitemsep]
+\item C \& x86(-64) assembly language programming,
+\item Python programming,
+\item Microsoft Windows programming using WinAPI,
+\item Microsoft Windows kernel module programming,
+\item debugging Microsoft Windows kernel modules using WinDbg,
+\item x86(-64) architecture (interrupts, caches, memory barriers, atomic operations, etc.),
+\item undocumented Microsoft Windows features (system service dispatching, etc.).
+\end{itemize}
+\end{CvWorkplaceDescription}
+\CvRule
+
+\CvSectionHeader{Education}
+
+\CvWorkplaceHeader{2009}{2013}{Bachelor of Computer Science}{SPbSU}{eng.spbu.ru}
+
+\begin{CvWorkplaceDescription}
+During my education, I've been focusing on the following topics:
+\begin{itemize}[noitemsep]
+\item x86(-64) architecture (including writing a term paper "Verification of a x86-64 disassembler"),
+\item x86(-64) microarchitecture (including working on my bachelor thesis "Attacking AES in a cloud using CPU caches").
+\end{itemize}
+\end{CvWorkplaceDescription}
+\CvRule
+
+\begin{minipage}[t]{.49\linewidth}
+\CvSectionHeader{Programming Languages}
+
+\begin{itemize}
+\item C, x86(-64) assembly
+\item \CXX\ (inc. {\CXX}11 \& Boost)
+\item Python
+\end{itemize}
+
+\CvSectionHeader{Development Tools \& Technologies}
+
+\begin{itemize}
+\item Microsoft Visual Studio
+\item CMake, GNU Make
+\item CMD, GNU Bash, PowerShell
+\item AccuRev, Apache Subversion, Git, TFS
+\item GDB, WinDbg
+\item perf, Xperf, Intel VTune Amplifier
+\end{itemize}
+\hfill
+\end{minipage}
+\begin{minipage}[t]{.49\linewidth}
+\CvSectionHeader{Languages}
+
+\begin{itemize}
+\item Russian --- mother tongue.
+\item English --- B2 (upper intermediate).
+\end{itemize}
+
+\CvSectionHeader{Other Tools \& Technologies}
+
+\begin{itemize}
+\item LibreOffice, Microsoft Office
+\item CygWin
+\item \LaTeX
+\end{itemize}
+\end{minipage}
+
+\end{document}